What problem does it solve?
This Skill turns short prompts into repeatable, long-running multi-agent development workflows that keep progress measurable, reduce context anxiety, and enforce rigorous separation of generation and evaluation so features actually pass rather than accumulate sprints.
Core Features & Use Cases
- End-to-end sprint orchestration: coordinates initializer, planner, generator, evaluator, coordinator, and releaser roles for supervised or continuous runs.
- Feature-led progress ledger: machine-readable features.json ledger, per-round artifacts, and auto-commit protocols to prevent lost work.
- Robust validation and safety: authenticity gate, quantified evaluator scoring, artifact validation, and blocking gates before feature flips.
- Context management: context reset handoffs, Variant A/B/C execution modes, and error recovery with retries and explicit stop/pause rules.
- Use case: scaffold .harness/, propose sprint contracts, implement one failing required feature at a time, run generate→evaluate loops until required features pass.
Quick Start
Run /harness:start to scaffold the .harness directory and then run /harness:session to execute a single supervised sprint round.