dynamic-harness
Installation
SKILL.md
Dynamic Harness
Use this skill for work that benefits from explicit delegation. It is not the default for a normal task. The smallest coherent shape is one local worker or one bounded check; add agents only when independent work reduces time or improves evidence.
Outcome
Deliver a verified result with clear ownership, evidence, and a stop condition. For work that spans a context window, a restart, or several batches, keep a durable ledger.
Choose the Pattern
| Need | Pattern |
|---|---|
| Choose the right route or specialist | Classify and act |
| Inspect independent files, claims, or hypotheses | Fan out and synthesize |
| Challenge a high-impact result | Adversarial verification |
| Generate options then rank them | Generate and filter or tournament |
| Search an unknown amount of work | Loop until done |
Use one pattern unless a dependency requires two. Keep the main agent on the critical path while independent workers run.