What problem does it solve?
This Skill coordinates multi-phase planning and execution with strict gates, ensuring feature branches, per-phase commits, and auditable execution logs throughout the build lifecycle.
Core Features & Use Cases
- Phased gating orchestration across DISCOVERY, PRE-GATE, IMPLEMENT, POST-GATE, and CHECKPOINT to convert plans into verifiable code.
- Subagent-driven workflow: discovery, pseudocode generation, implementation, and reviewer checks to maintain fresh context and quality gates.
- Traceable execution with per-phase commits, execution logs, and built-in test support to support auditable releases and rollbacks.
Use Case: A team converts a whiteboard plan into a staged build with mandatory gates, ensuring safe feature branch integration.
Quick Start
Start by drafting a plan with /code-foundations:whiteboarding, then save it to docs/plans/YYYY-MM-DD-topic.md and run /code-foundations:building docs/plans/YYYY-MM-DD-topic.md to execute the gated phases.