What problem does it solve?
This Skill solves the coordination problem of implementing software in a test-first way while preventing implementation agents from rewriting tests or shipping unverified, stubbed, or non-composed code.
Core Features & Use Cases
- Implementation readiness verification: Ensures the spec bead’s "Implementation Readiness" notes are present and unblocked before starting implementation.
- Typed test-to-impl wave orchestration: Creates per-subsystem test beads and dependent impl beads, then enforces that test work is completed and merged before impl dispatch.
- Mandatory quality gates: Runs an adversarial scrutinize gate, executes automated checks, performs stub-body audits, and validates user-facing composition for UI/CLI artifacts.
Quick Start
Use the agents/skills/impl skill to run an orchestrated workflow that verifies /spec readiness, dispatches /test first, then dispatches /impl, and only merges after scrutinize, checks, and stub/composition audits pass.