# Tasks for SPEC-000 Status legend: [ ] pending, [x] done Tasks follow TDD ordering: a failing-test task precedes the implementation task it covers (see `.devfoundry/rules/general.md`). - [ ] Task 1: — files: - [ ] Task 2 (test, red): Write failing test(s) for — files: — completed: - [ ] Task 3 (implementation, green): Implement until Task 2's test(s) pass — files: — completed: - [ ] Task 4: — files: ## Notes - Add dependency order notes here if tasks must be done in sequence. - For legacy stacks without a test harness, replace "test, red" tasks with "write manual verification step" tasks, authored before the implementation task they verify. - Record a `completed: ` note on every test/verification and implementation task when it is checked off. The QA Verifier uses these to confirm the test's timestamp precedes its paired implementation's (per `.devfoundry/skills/regression-check.md`).