Create Story Tasks
Breaks a user story into specific, actionable development tasks organized in logical execution order.
Steps
- Load user story from
docs/stories/with acceptance criteria and technical notes - Map each AC to required implementation work and identify technical components
- Generate task breakdown in 2-8 hour chunks across categories (DB, API, UI, Tests, Docs)
- Create a task document for each task with PROBE estimate and dependencies
- Update the parent story document with a task index table
For detailed instructions, see instructions.md.