What problem does it solve?
This Skill automates executing repository specification files that describe deliverables, turning manual spec interpretation into a deterministic, auditable execution flow that runs migrations, code updates, builds, tests, and deployments while enforcing stop-on-failure behavior.
Core Features & Use Cases
- Spec-driven Execution: Reads a spec file, enumerates deliverables, and executes them in the defined order.
- Preflight Validation: Checks prerequisites such as RPC endpoints, database tables, and schema columns before making changes.
- Verification & Deployment: Runs build and test commands, produces a verification table matching the spec checklist, and commits with a descriptive message referencing the GC number.
- Use Case: A product leader provides a change spec that includes a migration, an edge-function update, and a verification checklist; the Skill executes the steps, halts on any failure, and reports results.
Quick Start
Execute the spec file at the repository path and run its deliverables including prerequisite checks, migrations, builds, tests, and deploy if all verifications pass.