speckit-implement

/speckit.implement — “Execute all tasks to build the feature according to the plan.” Works through tasks.md, translating the specification into implementation. Its defining constraint: Test-Driven Development is “NON-NEGOTIABLE” — tests must be written and must fail before any implementation code. The loop: generate unit tests from acceptance criteria → get test approval → confirm tests fail (Red) → implement code to pass (Green).

Cross-framework cluster (execute)

Spec Kit’s node in the wiki’s execute cluster — the frameworks that turn the task list into working code:

Spec Kit is the cluster’s strictest on test-first: TDD is mandated by the constitution, not merely encouraged — see pattern-test-driven-development.

See Also