Executes a unit of work in the goal-tracker-v2 repo - plan, implement, validate via type check and tests, then commit. Use when asked to implement a feature, fix a bug, or complete any development task in this repository.
Before touching any code:
Execute the plan:
Run in the affected workspace(s) — backend/ and/or frontend/ — based on what changed:
# Type check
cd backend && pnpm typecheck
cd frontend && pnpm typecheck
# Tests
cd backend && pnpm test
cd frontend && pnpm test
Use the /commit-commands:commit skill to stage and commit only the files changed for this unit of work.
backend/ or frontend/ or both)