What problem does it solve?
Delivering an approved specification inside a Cabloy repository requires coordinating backend, frontend, and contract work while respecting PRD, SRS, ADR, WBS, and test-plan authority. This Skill prevents unbounded scope creep, premature "verified" claims, and unsafe operations by gating every increment behind a confirmed execution dossier.
Core Features & Use Cases
- Bounded WBS execution: Requires an explicit WBS task ID or finite approved phase, then routes the increment to the correct specialist skill (backend scaffold, frontend scaffold, or contract loop).
- Readiness gates and dossier confirmation: Detects the Cabloy edition (Basic or Start), reconciles spec authority records, and blocks execution on unresolved TODOs, failed gates, or dependency gaps.
- Evidence-backed status tracking: Records redacted ATP evidence, updates progress.md with accurate statuses, and regenerates derived Gantt and burndown charts.
- Use Case: A developer asks to implement WBS-HUA-20-01 from a suite spec. The Skill reads the linked PRD, SRS, ATP, and progress records, presents a confirmation dossier, routes implementation to the right specialist, and only marks the task verified after durable test evidence exists.
Quick Start
Ask the assistant to implement a specific WBS task such as WBS-HUA-20-01 from your repo-specs suite and confirm the execution dossier it presents.