Loop
- Goal
- every requirement in spec.md is implemented and checked off
- Exit when
- spec.md has no unchecked requirements
Check between iterations
npm test
$
Kickoff prompt
Start the "Spec-First Ship" loop.
Goal: every requirement in spec.md is implemented and checked off
Max iterations: 15
Between iterations run: npm test
Exit when: spec.md has no unchecked requirements
Step 1: Implement from a written spec.md checklist — each iteration completes one unchecked requirement with verification.
›