# Tasks: (refs #) > Atomic, individually testable. Implement one at a time. Each task pairs a change > with its verification. Cite the spec in commits: `(): … refs specs/-`. - [ ] **T1 — ** - Files: `…` - Do: - Verify: `cargo test -q <…>` (the tests impact analysis flagged) - [ ] **T2 — ** - Files: `…` - Do: <…> - Verify: `…` ## Done gate - [ ] All EARS criteria covered by a task. - [ ] `cargo fmt --check && cargo clippy --all-features -- -D warnings && cargo test --all-features` - [ ] `scripts/preflight.sh fast` green. - [ ] Tracking issue # status updated; spec referenced in commit(s).