cyberneticlibrary

Execute plans phase-by-phase with gates

cookskillsetup L20
vanducng/skills
What it does

Execute phased plan to code with verification gates

Best for

Turning detailed specs into working code with mandatory review gates between phases

Inputs
  • · plan.md file with phases
  • · optional flags: --auto, --quick, --tdd
Outputs
  • · Code changes
  • · Updated phase status
  • · Passing tests
Requires
  • · npm/pip (for installs)
  • · Test runner
  • · Type checker
Preconditions
  • · Valid plan file exists
  • · Codebase is in sync
Failure modes
  • · Missing files referenced in plan
  • · Test failure halts phase
  • · Conflicting design decisions during coding
Trust signals
  • · Hard rules enforce phase discipline
  • · Compile checks after every file
  • · Outside reviewer required per phase