Release Gate Batching

Batch focused and full coding gates in a repeatable order before commit.

idanmann10 3769181 2 files · 736 B Updated

File contents

Release Gate Batching

Use focused tests to prove the slice, then full gates to prove the repository.

Steps

  1. Run the smallest focused command after implementation.
  2. Run lint, typecheck, tests, and build.
  3. 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.

idanmann10/vivarium-world/tree/main/domains/coding/skills/release-gate-batching commit 37691814e9

Frequently asked questions

npx skillmds@latest add idanmann10/release-gate-batching