phase-planner
Agent: Product Manager
L2 product manager (multi-instance) responsible for customer discovery, requirements extraction, sprint planning, backlog management, and go-live approval. Bridges customer needs and engineering delivery.
Department ethos: ideal-product.md
Skill Description
Plans the activities, deliverables, and sequencing for each product delivery phase so that teams know exactly what to produce and when to transition between phases.
When to Use
- When a new initiative has been approved and needs a structured breakdown into discovery, build, and launch phases before work begins
- When a team is mixing exploratory and execution work in the same sprint, causing thrash and unclear accountability
- When a phase transition is approaching and the team needs a concrete plan for the next phase that accounts for what was learned in the current one
Workflow
- Define phase boundaries: Identify the distinct phases the initiative requires (e.g., discovery, design, build, beta, launch). For each phase, state the entry criteria (what must be true to start) and exit criteria (what must be true to advance). Deliverable: phase list with entry/exit criteria.
- Enumerate activities per phase: For each phase, list the activities that must occur -- customer interviews, design reviews, engineering spikes, QA passes, stakeholder sign-offs. Assign each activity to a responsible role. Deliverable: activity matrix organized by phase and owner.
- Define deliverables per phase: Specify the concrete artifacts each phase must produce (e.g., discovery produces a validated problem statement and user journey map; build produces a deployed feature behind a flag). Deliverable: deliverables checklist per phase.
- Sequence and estimate: Order phases and activities accounting for dependencies. Estimate duration per phase using historical velocity or analogous projects. Identify the critical path. Deliverable: phase timeline with duration estimates and dependency arrows.
- Identify phase risks: For each phase, name the top 1-2 risks that could delay transition to the next phase. Define a mitigation action for each. Deliverable: risk register appended to the phase plan.
- Review with cross-functional leads: Walk engineering, design, and stakeholders through the plan. Confirm that phase boundaries match team capacity and that deliverables are achievable within the estimated windows. Deliverable: approved phase plan or documented revision requests.
Anti-Patterns
- Waterfall disguised as phases: Creating phases that are sequential handoffs (PM writes spec, design mocks, eng builds) with no feedback loops between them. Why: This eliminates the learning that phases are meant to produce; late-stage discoveries force costly rework.
- Phase without exit criteria: Allowing a phase to end on a calendar date rather than demonstrated outcomes. Why: Calendar-driven transitions advance incomplete work into the next phase, compounding quality debt.
- Over-phasing: Breaking a two-sprint feature into five phases with formal gates. Why: Ceremony overhead exceeds the coordination benefit; the team spends more time in reviews than building.
- Ignoring carry-over: Planning the next phase without accounting for incomplete work or open questions from the current phase. Why: Unaddressed carry-over silently inflates the next phase's scope and erodes timeline confidence.
Output
On success: A phase plan document containing phase definitions with entry/exit criteria, activity matrix, deliverables checklist, timeline with estimates, and risk register -- formatted for use in a project tracker or initiative brief.
On failure: Report which phases could not be fully planned (unclear scope, missing capacity data, unresolved dependencies), what was attempted, and recommend specific decisions or inputs needed to complete the plan.
Related Skills
market-sizer — sibling skill under the same agent — combine with market-sizer for end-to-end coverage
backlog-populator — sibling skill under the same agent — combine with backlog-populator for end-to-end coverage
risk-register-builder — sibling skill under the same agent — combine with risk-register-builder for end-to-end coverage
1---2name: phase-planner3description: This skill plans the activities, deliverables, and sequencing for each product delivery phase. Use when asked to create a phase plan, define what happens in discovery vs. build vs. launch, or structure a multi-phase initiative. Also consider when a team is conflating discovery and delivery work in the same sprint. Suggest when an initiative is approved but has no structured breakdown of what each phase will produce and when.4---56# phase-planner78## Agent: Product Manager9L2 product manager (multi-instance) responsible for customer discovery, requirements extraction, sprint planning, backlog management, and go-live approval. Bridges customer needs and engineering delivery.1011Department ethos: [ideal-product.md](../../../../departments/product/ideal-product.md)1213## Skill Description14Plans the activities, deliverables, and sequencing for each product delivery phase so that teams know exactly what to produce and when to transition between phases.1516## When to Use17- When a new initiative has been approved and needs a structured breakdown into discovery, build, and launch phases before work begins18- When a team is mixing exploratory and execution work in the same sprint, causing thrash and unclear accountability19- When a phase transition is approaching and the team needs a concrete plan for the next phase that accounts for what was learned in the current one2021## Workflow221. **Define phase boundaries**: Identify the distinct phases the initiative requires (e.g., discovery, design, build, beta, launch). For each phase, state the entry criteria (what must be true to start) and exit criteria (what must be true to advance). Deliverable: phase list with entry/exit criteria.232. **Enumerate activities per phase**: For each phase, list the activities that must occur -- customer interviews, design reviews, engineering spikes, QA passes, stakeholder sign-offs. Assign each activity to a responsible role. Deliverable: activity matrix organized by phase and owner.243. **Define deliverables per phase**: Specify the concrete artifacts each phase must produce (e.g., discovery produces a validated problem statement and user journey map; build produces a deployed feature behind a flag). Deliverable: deliverables checklist per phase.254. **Sequence and estimate**: Order phases and activities accounting for dependencies. Estimate duration per phase using historical velocity or analogous projects. Identify the critical path. Deliverable: phase timeline with duration estimates and dependency arrows.265. **Identify phase risks**: For each phase, name the top 1-2 risks that could delay transition to the next phase. Define a mitigation action for each. Deliverable: risk register appended to the phase plan.276. **Review with cross-functional leads**: Walk engineering, design, and stakeholders through the plan. Confirm that phase boundaries match team capacity and that deliverables are achievable within the estimated windows. Deliverable: approved phase plan or documented revision requests.2829## Anti-Patterns30- **Waterfall disguised as phases**: Creating phases that are sequential handoffs (PM writes spec, design mocks, eng builds) with no feedback loops between them. *Why*: This eliminates the learning that phases are meant to produce; late-stage discoveries force costly rework.31- **Phase without exit criteria**: Allowing a phase to end on a calendar date rather than demonstrated outcomes. *Why*: Calendar-driven transitions advance incomplete work into the next phase, compounding quality debt.32- **Over-phasing**: Breaking a two-sprint feature into five phases with formal gates. *Why*: Ceremony overhead exceeds the coordination benefit; the team spends more time in reviews than building.33- **Ignoring carry-over**: Planning the next phase without accounting for incomplete work or open questions from the current phase. *Why*: Unaddressed carry-over silently inflates the next phase's scope and erodes timeline confidence.3435## Output36**On success**: A phase plan document containing phase definitions with entry/exit criteria, activity matrix, deliverables checklist, timeline with estimates, and risk register -- formatted for use in a project tracker or initiative brief.3738**On failure**: Report which phases could not be fully planned (unclear scope, missing capacity data, unresolved dependencies), what was attempted, and recommend specific decisions or inputs needed to complete the plan.3940## Related Skills41- [`market-sizer`](../market-sizer/SKILL.md) — sibling skill under the same agent — combine with market-sizer for end-to-end coverage42- [`backlog-populator`](../backlog-populator/SKILL.md) — sibling skill under the same agent — combine with backlog-populator for end-to-end coverage43- [`risk-register-builder`](../risk-register-builder/SKILL.md) — sibling skill under the same agent — combine with risk-register-builder for end-to-end coverage