Tasks
In the Tasks phase, the plan is broken down into discrete, executable units of work.
This includes:
Sequenced implementation steps
Dependencies between tasks
Clear outcomes for each task
These tasks are designed to be directly executed by an AI agent.
✏️ Setup
Run:
/speckit.tasks
What you get:
A
tasks.mdthat breaks work down by user story, orders by dependencies, marks parallelizable work, includes target file paths, and (if you’re doing TDD) sequences test work before implementation.
Next Steps
Now that you have a concrete list of implementation tasks, you’ll have the Agent analyze everything that’s been created so far to make sure it’s consistent and correct