// 00 · overview

Three skills, one chain.

This capstone chains three skills in sequence — /discovery-plan/prd-draft/generate-tasks — against a single scenario. Each step's output becomes the next step's input. The scenario is a real Terrain problem: guide activation drop-off. The challenge is to go from raw problem context to a backlog-ready story set in one session.

Individual skills are easy to run in isolation. The harder skill — for both the PM and the agent — is maintaining coherence across a chain. What assumptions from the discovery plan constrain the PRD? What decisions in the PRD surface as story-level ambiguities in the task breakdown? The capstone tests whether those handoffs happen cleanly and whether the agent carries context without the PM having to repeat it.

Day 19 is the first capstone because discovery → spec → tasks is the shorter chain and the workflow PMs run most often. Day 20 is the full strategic cycle, which compounds this chain with alignment and communication. Today is the foundation.

// 01 · steps

Run in sequence.

step.01 → discovery-plan
/discovery-plan

Problem: guide activation drop-off at Terrain. 38% of guides who register never publish an experience within 30 days of signup.

Decision to inform: whether and how to invest in (a) listing setup guidance and pricing transparency tooling, (b) a milestone email sequence for guides in the first 30 days, or (c) both. These are the three candidate solutions. We need to know which underlying problem is load-bearing before committing engineering resources.

Current evidence:
- Exit survey verbatims (n≈40 over 6 months) point to listing setup friction and pricing uncertainty
- Zendesk tickets from guides who never published show "didn't know what to put" as the dominant theme (from the Day 7 feedback synthesis)
- No activation funnel instrumentation exists today — we can't see where in the listing setup process guides abandon
- Day 9 competitive analysis: Viator's new independent guide track includes pricing guidance during onboarding. This is a direct competitive signal.

What's not known: relative weight of friction vs. uncertainty vs. motivation problems; whether abandonment clusters in a specific step of listing setup; whether the problem is worse in certain experience categories.

Timeline: 6 weeks to Q3 planning. Research budget: 4 guide interviews/week, data requests through Fernando Lopez (2–3 day turnaround). Jordan Lee's squad owns the listing object; any build decision requires their coordination.

Produce a discovery plan: map assumptions, rank by cost-of-being-wrong, select research methods with pre-defined evidence thresholds, sequence the work.
step.02 → prd-draft
/prd-draft

Use the discovery plan output above as context.

Assume the discovery plan's top hypothesis has been confirmed: guides abandon listing setup because (1) they don't know what makes a strong listing description and (2) they have no pricing reference point for their experience category. The research validated these two root causes. The third candidate (milestone emails) showed weaker signal — guides who abandoned did so within the first session, before any email sequence would have reached them.

Draft a PRD for listing setup guidance at Terrain. The PRD should:
- Scope to the two confirmed root causes only (description guidance and pricing reference)
- Include data requirements for the activation funnel tracking that doesn't currently exist
- Account for the Jordan Lee squad coordination constraint on the listing object schema
- Be ready for a cross-squad engineering walkthrough with Jordan Lee, Aisha Nkomo, Chris Okafor, and the engineers next week

PM persona: Adventurer Experience PM partnering with Jordan Lee on guide-side work.
step.03 → generate-tasks
/generate-tasks

Use the PRD above as input. Decompose into sprint-ready stories for the Terrain Adventurer Experience squad.

Team context:
- 6 engineers: 2 iOS, 1 Android, 2 backend, 1 QA
- 18–22 story points per sprint, 85% capacity rule
- Single Android engineer — Android work is serialized and cannot run in parallel
- Jordan Lee's Guide Experience squad owns the listing object schema; any backend changes to the listing schema require a separate ticket owned by their squad
- Definition of ready: AC in Given/When/Then, Figma link for user-facing changes, named analytics events, no unresolved dependencies, estimated

Please flag:
- Any story requiring a data tracking counterpart not explicit in the PRD
- Any story that requires Jordan's squad to change the listing schema first (dependency)
- Any Android-specific work (serialized)
- Any story where the AC requires a PM decision the PRD didn't resolve
// 02 · reflection

Three questions.

  1. 01What was lost at the discovery-plan → prd-draft handoff — what context from the discovery plan should have shaped the PRD but didn't?
  2. 02Where did the PRD make a scoping decision that the discovery plan's evidence didn't fully support — and would you have caught that without comparing the two outputs?
  3. 03If you ran this chain again from the beginning with what you know now, what would you change in Step 1 that would improve the quality of the Step 3 output?