MASTERY MONETIZATION LAB — INTERNAL

Phase 1: Foundation

Days 1–3 · Execution Dashboard v3 · Updated Feb 25, 2026

PIVOT — FEB 23 + FEB 25 CALLS

Strategy Shift: Report-First Funnel, Apply-Only CTA

Old flow: build tools → post hand-raisers → measure engagements. New flow: Give them a free market intelligence report (live URL) → only CTA is "Apply for Beta" → qualification assessment screens for tech readiness → qualified see pricing, unqualified get 5-day email. No workshop CTA. No "not ready" on the report. One path in. The system runs on them while they talk on live calls — the call IS the product.

The Funnel (Agreed Feb 25)

One path in. Branching happens AFTER qualification, not before.

CHANNELS
DMs, Communities, Live Calls
FREE VALUE
Market Intel Report (Live URL)
ONLY CTA
Apply for Beta
GATE
5-Q Qualification
QUALIFIED (10+)
Pricing Page
backup: 5-day email
NOT QUALIFIED
5-Day Email Only

CTA Logic (Simplified Feb 25)

Jason: "The only thing you can do from the report is apply." Derek: "Yes." Will: "Yes."

ON THE REPORT

Apply for Beta

This is the ONLY CTA on the report and playbook pages. No alternatives. No "not ready." Just: want to monetize this? Apply.

AFTER QUALIFICATION

Routing Based on Score

10+ pts → Pricing page (4 tiers) with backup CTA: "Not sure yet? Try the free 5-day course"
<10 pts → "The Lab isn't the right fit yet" → 5-day email signup only
Screens for: Has LLM experience, revenue goal, time commitment, expertise depth
🔄

Phase 1 is an Iterative Loop — Not a Linear March

We stay in Phase 1 until the gate is hit. Don't advance to Phase 2 until: pipeline works end-to-end, reports are being delivered, and we get signal. If we need to redo Day 1 three times, we redo Day 1 three times. Derek's outreach (LinkedIn connections, posting, warm conversations) runs as an always-on parallel track regardless of which day we're iterating on.

Near-Term Milestone: Brian Call (Friday Feb 28)

Potential lab client + JV from Nico's community. Friday morning team call. He needs to see: (1) a personalized report for HIS coaching niche, (2) the pipeline running live, (3) the offer page, (4) a specific person/post he could reach out to tonight. Path: $500 First Mover → Lab → JV if good fit. Lab = the dating period.

Build Methodology — Agent Swarm Framework

Same pattern for everything we build: pipeline, playbook, outreach agents, 14-day monitoring swarm.

ALIGN DISCOVER DESIGN CRITIQUE SUB-LOOP ORCHESTRATE BUILD CHECK
Derek — Outreach + ICP Testing + Dogfood
Will — Sales Assets + Copy + Assessment
Jason — Agent Pipeline + Live Experience + Infrastructure
DAY 1 Build the Pipeline + Sales Infrastructure
Target: Pipeline runs end-to-end + Sales page live + Assessment live
Derek: 2h (parallel outreach)
Will: 3h
Jason: 6h
DAY 1 SUCCESS CRITERIA
Day 1 Agent Pipeline produces a report end-to-end (dogfooded on ourselves) + Sales page with 4 tiers is LIVE + Assessment gate routes qualified/unqualified correctly + Report template has "Apply" as only CTA
Derek — ICP Research + Always-On Outreach
Total Time2h
D1.1
ICP Research + Pain Phrases
90 min
Extract 10-15 verbatim pain phrases from LinkedIn coaching groups + Reddit. Draft ICP profile (3 archetypes: Launcher, Scaler, Modernizer). Post for team approval by 3pm.
D1.2
LinkedIn + Warm Convos (Always-On)
30 min
Connect 50 ICP-matched people daily. No message. Just connect. Start warm conversations with people from community calls. This runs EVERY DAY regardless of which "day" we're iterating on.
ALWAYS-ON TRACK
Derek's outreach doesn't depend on the foundation. LinkedIn connections + posting + warm conversations run in parallel with everything else. This is not a "Day 2" task — it's every day.
Will — Sales Page + Assessment Gate + Copy
Total Time3h
W1.1
Sales Page Live (P3)
1.5h
Get the 4-tier sales page LIVE. Derek and Jason need somewhere to point people. Pain section, persona cards, pricing tiers ($500/$1,500/$5,000/$15K+), FAQ. Backup CTA: "Not sure? 5-day email." Coordinate with Sumit on labs.masterymade.net — fallback to ideas.asapai.net if not ready.
  • Adapt existing sales page HTML (old-idea-mastery-lab-validation-page.html)
  • 4 tiers: First Believers $500, Beta $1,500, Full $5,000, DFY $15K+
  • "3 of 5 spots remaining" for Beta tier
  • Publish via hc-publish.js
W1.2
Assessment Gate Live (P2)
1h
5-question qualification quiz. Screens for: expertise depth, LLM experience, revenue goal, time commitment, frustration level. Score 10+ → pricing page. Score <10 → 5-day email only. Clean, interactive, one question at a time.
W1.3
Report CTA Copy
30 min
Write the CTA block that goes at the bottom of every generated report. One button: "Apply for Beta" linking to P2. Aggressive but not sleazy. Something like: "Want to monetize this? We built a 14-day system that turns this report into revenue."
Jason — Agent Pipeline + Report Template + Infrastructure
Total Time6h
Day 1 Agent Pipeline AGENT
Automated pipeline: ICP Profiler → Pain Archaeologist → Fishing Hole Radar → Content Hook Generator → Market Intelligence Report. Input: 5 questions about expertise/niche (or conversation transcript from live call). Output: published HC page with full report + "Apply" CTA. Built as prompt chain (v1) then full agent (v2).
Build Time
4h
Tools Chained
4→1
Output
HC Page
J1.1
Templatize Existing Report
1h
Take the existing report at ideas.asapai.net/market-intelligence-report-example and convert to a template with variable slots. Add "Apply for Beta" as only CTA (using Will's copy from W1.3). This template is what prospects receive — on live calls, "they just talk and boom."
J1.2
Build 4 Sub-Agent Prompt Chains
2h
Wire T1 (ICP Profiler), T2 (Pain Archaeologist), T3 (Fishing Hole Radar), T4 (Content Hooks) as Claude prompt chains. Each takes structured input → returns structured JSON output. Prompts already exist in MML tools folder — adapt for pipeline.
J1.3
Wire Pipeline Orchestrator + API
2h
Build /api/agent-pipeline endpoint. Takes 5 intake answers → runs T1→T2→T3→T4 sequentially → fills report template → publishes via NowPage API → returns live URL. Dogfood on MML's own niche first.
  • New: lib/agent/pipeline.ts (orchestration logic)
  • New: app/api/agent-pipeline/route.ts (HTTP endpoint)
  • Wire: Publish API integration (auto-publish report as HC page)
  • Test: Run on our own niche, verify report quality
J1.4
Person/Post Finder via Perplexity
1h
Build T6: Enhanced fishing hole layer that uses Perplexity via OpenRouter (deep research mode) to find a SPECIFIC person + SPECIFIC post from the prospect's market. Output: person name/handle, the post content, a drafted outreach message. Gemini Deep Research as fallback if Perplexity rate-limited.
FOR BRIAN FRIDAY
This is the "fish, hook, already baited" moment. Brian sees a real person from his coaching niche who posted a real pain phrase. He can message them tonight.
DAY 2 Dogfood + Publish Public Assets
Target: Pipeline tested on 3+ niches + Public playbook live + Full funnel QA'd
Derek: 2h
Will: 1.5h
Jason: 4h
DAY 2 SUCCESS CRITERIA
Derek ran pipeline and says "this is valuable" + Public playbook published + Full funnel tested: report CTA → assessment → qualified/unqualified routing works + 5+ warm conversations going
Derek — Dogfood Pipeline + Warm Conversations
Total Time2h
D2.1
Run Pipeline on HIS Niche
30 min
Derek IS the ICP. Run the Day 1 Agent on his own expertise. Does the report feel valuable? Would he pay for this? What's generic? What's surprising? Record honest feedback for Jason to iterate.
DOGFOODING
Every friction point Derek hits is a bug to fix before Day 3 delivery. His experience = the prospect experience.
D2.2
Warm Conversations (Always-On)
90 min
Continue 50 connections/day. Start conversations with warm contacts from community calls. NO PITCH. Reconnect, reference their content, ask about them. Goal: 5+ active conversations that can receive reports on Day 3.
Will — Email Nurture + Funnel QA
Total Time1.5h
W2.1
5-Day Email Nurture Skeleton (C3)
45 min
5 email subject lines + key message for each day. This is where unqualified leads AND "not sure yet" qualified leads go. Each email = one more chance to point at the assessment. Day 5 = final CTA.
W2.2
Full Funnel QA
45 min
Test end-to-end: Report CTA → assessment page → answer qualified → see pricing → backup CTA works. Test unqualified path. Test on mobile. Fix broken links, copy issues, routing bugs.
Jason — Public Playbook + Pipeline Iteration
Total Time4h
Public Playbook (P4) PAGE
Interactive async self-serve version. Token-optimization-playbook format: sidebar nav, localStorage progress, copyable prompts, quality gates. 5 steps: ICP → Pain → Fishing Holes → Content → Report. "The free cookbook — every recipe, nothing held back." CTA at bottom = Apply. This is what leads can read/execute to get a taste of what we do before the live call.
Format
Interactive
Ref
token-opt-playbook
CTA
Apply for Beta
J2.1
Iterate Pipeline from Derek Feedback
1h
Take Derek's dogfood feedback. Fix what's generic. Sharpen what's surprising. Run on 2-3 more niches to stress test. Verify Perplexity person/post finder returns quality results.
J2.2
Build + Publish Public Playbook (P4)
2h
Interactive HC page: sidebar progress nav, 5 steps, each step has copyable prompts + quality gates + checkboxes. Dogfooded — the playbook IS Day 1 that we did ourselves. "The recipe is free. The chef is the offer." Published to ideas.asapai.net.
J2.3
Prep for Brian Demo (Friday)
1h
Pre-generate Brian's report. Test person/post finder on his coaching niche. Prep the demo flow: show his report → show the pipeline running → show the specific person he could message → show the offer page. Have backup niches ready in case live demo hits an issue.
DAY 3 Direct Delivery Validation
Target: 5 reports delivered → 1+ "how do I get more?"
Derek: 2.5h
Will: 1h
Jason: 1.5h
DAY 3 — GO/NO-GO GATE
Deliver agent-generated reports to 5 warm contacts. Each report includes a specific person/post from THEIR market (Perplexity deep research). Read reactions. 1+ "how do I get more?" = GO.
Derek — Generate + Deliver + Read Reactions
Total Time2.5h
D3.1
Run Agent for 5 Contacts
60 min
Run Day 1 Agent for each of the 5 warm contacts from ongoing conversations. Personalize input with their niche/expertise. Each report = live URL + specific person they could message. Speed of delivery is the value signal.
D3.2
Send Reports + Read Reactions
90 min
"I ran our new AI system on your niche — thought you'd find this interesting." Then watch. The only CTA on the report is "Apply for Beta." We don't need to pitch. The report pitches for us.
  • 🟢 Buy Signal: "How do I get more?" → They'll click Apply on the report themselves
  • 🟡 Warm Signal: Genuine surprise, asks questions → Nurture, point to playbook
  • Cold Signal: "Cool, thanks" or silence → Move on
Will — Brian Prep + Reaction Analysis
Total Time1h
W3.1
Brian Call Talking Points
30 min
Prep doc for Friday: who Brian is, his niche, his integrator, what to demo, the $500 First Mover → Lab → JV path. Frame the call as "see if this makes sense" not a sales pitch.
W3.2
Analyze Day 3 Reactions
30 min
Review Derek's 5 delivery reactions. What triggered "how do I get more?" vs "cool, thanks"? Feed insights back into copy, report template, and assessment questions. This data shapes Phase 2.
Jason — QA Full Funnel + Brian Demo Ready
Total Time1.5h
J3.1
Final Funnel QA
45 min
Test: Report CTA → Assessment gate → Qualified path (pricing) → Unqualified path (email). Test person/post finder on 3 different niches. Fix any broken links or routing bugs. Verify reports publish correctly.
J3.2
Brian Demo Locked and Loaded
45 min
Brian's personalized report pre-generated. Specific person/post from his market via Perplexity deep research. Pipeline ready for live demo (backup niche prepped). Offer page links verified. Ready for Friday.

Go / No-Go Gate — Day 3 EOD

Based on reactions from 5 report deliveries. "Posts test interest. Delivery tests demand."

🟢
GO → Phase 2
1+ "how do I get more?" or clicked Apply from the report. Brian call goes well Friday. Proceed to Phase 2: Build Assets (Days 4-5).
🟡
ITERATE → Loop Phase 1
Warm responses but no explicit asks. Diagnose: Report too generic? Wrong people? Missing bridge? Refine and deliver to 5 more. Stay in Phase 1.
🔴
RESET
<3 people accepted the free report, or all cold. Network or messaging needs fundamental adjustment. Don't burn more days — diagnose first.

Jason's Deliverables — What Gets Built in Phase 1

Infrastructure that makes the funnel work. Each feeds the next.

1. Day 1 Agent Pipeline

Prompt chain: 5 questions in → market intelligence report out. Chains ICP Profiler + Pain Archaeologist + Fishing Holes + Content Hooks. Auto-publishes as HC page with Apply CTA. Built as prompt chain (v1), upgradeable to full agent (v2).

2. Person/Post Finder (T6)

Perplexity via OpenRouter (deep research mode). Takes fishing hole output → finds specific person + specific post + drafts outreach message. "Here's a fish, here's a hook, it's already baited." Gemini DR as fallback.

3. Report Template (TMPL1)

Templatized from existing market-intelligence-report-example. Variable slots for ICP data, pain phrases, fishing holes, content hooks. Only CTA: Apply for Beta. This is what "they just talk and boom" — it appears as a live URL.

4. Public Playbook (P4)

Interactive async self-serve page. Dogfooded — we did Day 1 ourselves, now anyone can follow the same steps. Sidebar nav, progress tracking, copyable prompts, quality gates. "The recipe is free. The chef is the offer."

5. Live Intelligence Session (P5)

The call IS the product. System transcribes → extracts ICP/pain/fishing holes from conversation → publishes reports while they talk → finds specific people via Perplexity → cross-pollinates attendees. Post-Phase 1 stretch goal.

6. /api/agent-pipeline

API endpoint: POST 5 answers → get back live report URL. Powers the playbook (async), live session (real-time), and Derek's direct delivery (manual trigger). One pipeline, three interfaces.

Phase 1 Outcomes

Pipeline Operational

Day 1 Agent runs end-to-end. Dogfooded on ourselves. Derek's feedback incorporated. Producing reports that make people ask for more.

Sales Infrastructure Live

Sales page (4 tiers) + Assessment gate (qualification routing) + Report CTA pointing at both. Full funnel works end-to-end.

5+ Reports Delivered

Real people, real niches, real reactions. At least 1 buy signal or clear diagnosis of what to fix. Data to decide GO/ITERATE/RESET.

Public Playbook Published

Async lead magnet anyone can use. Dogfooded. Drives Apply for Beta CTA. Shareable asset for Derek's outreach.

Brian Demo Ready

Friday call: his personalized report, specific person from his market, live pipeline demo, offer page. $500 First Mover → Lab → JV path.

Person/Post Finder Working

Perplexity deep research integrated. Every report includes "here's someone you can message tonight." The fish, the hook, already baited.