cyberneticlibrary

Implement technical plans with PR flow

implement_plancommandsetup L20
Epistemic-Me/ai-native-dev-scaffold-sprint
What it does

Implement technical plans with phase verification

Best for

Executing multi-phase technical implementations with built-in phase verification and pause points

Inputs
  • · approved plan file path
Outputs
  • · completed phases
  • · updated plan with checkmarks
  • · verification results
Requires
  • · git
  • · gh
  • · plan file
  • · task scripts
Preconditions
  • · on feature branch (not master)
  • · plan file exists and is readable
  • · associated PR exists or can be created
Failure modes
  • · on master branch
  • · plan missing phases
  • · no PR associated
  • · success criteria fail
Trust signals
  • · enforces branch safety before implementation
  • · pauses between phases for manual verification
  • · updates plan checkmarks as completion proof