Spec Kit Tasks
Read AGENTS.md, spec.md, plan.md, research.md, contracts, and data model
before writing tasks.
Do
- Generate ordered, test-first tasks.
- Mark independent tasks with
[P]only when they touch separate files and can truly run in parallel. - Include docs, contracts, env examples, migrations, and validation tasks when affected.
- Keep tasks small enough to review and validate.
Done
tasks.mdcan be executed top to bottom.- Each behavior change has a nearby test or an explicit no-test reason.
- No task depends on hidden context outside the artifacts.