dkh
Installation
SKILL.md
dkod Harness — Autonomous Parallel Build System
What This Is
A fully autonomous build harness. The user provides a single prompt ("build a webapp that..."). The harness does everything else — planning, parallel implementation, testing, fixing, and shipping — without any further user interaction.
This is an implementation of Anthropic's Planner → Generator → Evaluator harness pattern, purpose-built for dkod's parallel execution capabilities. Where Anthropic's reference architecture runs generators sequentially, this harness runs N generators simultaneously because dkod's AST-level merge eliminates false conflicts.
When This Skill Activates
- User says "build a...", "create a...", "make a..."
- User invokes
/dkh <prompt> - User describes a complete application or feature set to build from scratch
- Any task complex enough to benefit from parallel decomposition + evaluation
Related skills