Files
spec-kit/templates/commands/speckit.tasks.md
T
2026-08-19 11:03:16 +02:00

711 B

/speckit.tasks — break the plan into executable tasks

Gate: the current feature needs a filled plan.md — read spec.md and plan.md before writing anything; if plan.md is missing, stop and say so.

  1. Run python3 speckit.py tasks — it seeds tasks.md for the current feature (refused while plan.md is missing).
  2. Replace the placeholder checkboxes with real tasks: dependency-ordered phases under ## Phases, one checkbox per task, exact file paths in each description, user-story order preserved (P1 first).
  3. Every task must be small enough to verify on its own; note which tasks are independent enough to run in parallel.
  4. Run python3 speckit.py status to see the open-task count.