Release Gate Batching
Use focused tests to prove the slice, then full gates to prove the repository.
Steps
- Run the smallest focused command after implementation.
- Run lint, typecheck, tests, and build.
- Commit only after the full gate output is read.
Provenance
Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.