What problem does it solve?
This Skill eliminates the risk of inconsistent, unverified feature implementation when using AI coding tools, by enforcing a structured spec-driven pipeline with strict gated verification to prevent hallucinated patterns, incomplete work, and rule drift.
Core Features & Use Cases
- Gated Task Pipeline: Implements tasks from tasks.md one at a time, with separate implementer, tester, verifier, and reviewer agents to enforce quality at every step.
- Ratchet Rule Enforcement: Ensures project rules only ever tighten over time, with all failures and corrections routed to a learning loop to eliminate recurring issues.
- Use Case: Ideal for software engineering teams using AI coding assistants like Claude Code or Cursor to ship production features without pattern drift or missed verification steps.
Quick Start
Use the spec-harness-build skill to implement the first task listed in your project's tasks.md file, following the full spec-harness pipeline with gated verification and learning loop routing for any failures.