Objective: Ship a scoped feature with explicit acceptance criteria.
/goal Implement feature described in GOAL.md (user export CSV).
Done when: all acceptance criteria checked, new tests pass, goal-verifier PASS.
- Each acceptance criterion in
GOAL.mdchecked - New tests cover happy path + one edge case
- No scope creep beyond GOAL.md
goal-verifierwalks acceptance checklist- Tests for new behavior
Keep features small enough for one goal. If > 5 acceptance criteria, split into multiple goals.