# The AI Client Recipe Book — Free Interactive Playbook — HC v1.3.3 > Source: https://ideas.asapai.net/ai-client-playbook-v6-archive > Type: playbook | ID: ai-client-playbook --- ## hc-metadata { "hc_version": "1.3.3", "hc_type": "playbook", "artifact_id": "ai-client-playbook", "title": "The AI Client Recipe Book — Free Interactive Playbook", "description": "Minimal-input agentic playbook. Paste your bio, describe your clients, AI generates a comprehensive market intelligence report with sub-niches, constellation analysis, 3 offer ideas, and positioning statements.", "tags": [ "playbook", "free", "mastery-lab", "lead-magnet", "agentic", "interactive" ], "created_at": "2026-02-25", "updated_at": "2026-02-26", "author": "Mastery Monetization Lab", "domain": "ideas.asapai.net", "status": "active", "related_pages": [ { "slug": "mastery-lab-assessment", "label": "Qualification Assessment" }, { "slug": "mastery-lab-sales-offer", "label": "Sales Offer" }, { "slug": "mastery-lab-5day-email-nurture", "label": "5-Day Email Course" } ] } --- ## hc-instructions This is a free interactive playbook for the Mastery Monetization Lab. It accepts three text inputs (about the user, their ideal clients, and where those clients hang out), then calls /api/playbook/generate to produce a market intelligence report. The report includes: overall readiness assessment, niche analysis with sub-niches, constellation map of adjacent industries, ICP profile, pain map (gated), fishing strategy (gated), offer ideas (gated), and positioning statements (gated). Cards 5-8 are blurred until the user enters their email address (captured via /api/playbook/unlock to Supabase playbook_leads table). The unlock state is persisted in localStorage. Users get 1 free analysis; after that they must qualify for the Lab or enter a reset code. After email unlock, Perplexity deep research enriches the report with real quotes, specific communities, podcasts, newsletters, competitor gaps, and pricing evidence. Usage is logged to playbook_usage table (inputs, report, email, enrichment data). Share buttons (LinkedIn, X, Email) appear after unlock. A Venn diagram shows the intersection of GTM Mastery, AI Leverage, and the user's Expertise. Primary CTA drives to the qualification assessment; secondary CTA offers the free 5-day sprint. Two paths: I Know My Niche and Help Me Discover. Voice input via Web Speech API. All inputs saved to localStorage and restored on reload. All DOM uses textContent/createElement — no innerHTML. --- ## hc-context-public { "page_type": "interactive-playbook", "program": "Mastery Monetization Lab", "tool_name": "AI Client Recipe Book", "inputs_required": 1, "inputs_optional": 2, "estimated_time_minutes": 3, "report_sections": [ { "id": "assessment", "label": "Overall Assessment", "gated": false }, { "id": "niche", "label": "Niche Analysis", "gated": false }, { "id": "constellation","label": "Constellation Map", "gated": false }, { "id": "icp", "label": "ICP Profile", "gated": false }, { "id": "pain", "label": "Pain Map", "gated": true }, { "id": "fishing", "label": "Fishing Strategy", "gated": true }, { "id": "offers", "label": "Offer Ideas", "gated": true }, { "id": "positioning", "label": "Positioning Statements", "gated": true } ], "paths": ["know-my-niche", "help-me-discover"], "gate_mechanism": "email", "next_steps": [ { "slug": "mastery-lab-5day-email-nurture", "label": "5-Day Sprint" }, { "slug": "mastery-lab-assessment", "label": "Take the Assessment" } ] }