Workflow
- Extract required behavior, priorities, constraints, acceptance criteria, dependencies, and open questions from the PRD.
- Inspect the affected code paths, data flow, integrations, tests, and reusable patterns.
- Ask focused questions when inputs are missing, the PRD conflicts with the codebase, or sequencing requires an unresolved decision. Do not invent decisions.
- Draft one linear sequence ordered by dependencies, then priority and risk.
- Make each milestone the smallest useful vertical slice with an observable result. It may depend only on external prerequisites or earlier milestones.
- Ensure the sequence covers every required outcome and each milestone can be verified after earlier milestones without requiring later ones.
- State the command or behavior check that verifies each milestone.
Output
Use the response template.