From claude-code-harness
Designs harness blueprints for agentic systems using Claude Code-inspired patterns, including request assembly, execution loops, tool runtimes, memory layering, permissions, transcripts, and recovery strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-harness:claude-code-harnessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design the harness, not just the agent prompt.
Design the harness, not just the agent prompt.
This skill helps turn an agent idea into a harness blueprint that specifies:
Prefer harnesses that are:
When this skill is active, default to a harness blueprint with these sections:
If the user is reviewing an existing design, lead with structural weaknesses and missing control planes.
Start by answering:
If the workflow does not need a harness, say so directly.
Separate:
The harness is the layer that governs the model, not the model itself.
For a deeper framing, read references/harness-principles.md.
Specify:
If request assembly is vague, the harness is still vague.
Make the loop explicit:
Prefer a small, legible loop over a large “AI orchestration” story.
For each tool or action surface, define:
Tools are not just capabilities. They are governance boundaries.
Separate at least these concerns when relevant:
Do not collapse memory into one implicit blob.
For reusable patterns, read references/harness-pattern-language.md.
Specify:
The harness should make power legible before it makes power scalable.
Make explicit:
If the system cannot recover from partial work, it is brittle.
Translate the harness design into a build order:
Use references/harness-blueprint-template.md when a formal blueprint is required.
Push back on these designs:
references/harness-principles.mdreferences/harness-pattern-language.mdreferences/harness-blueprint-template.mdreferences/claude-code-derived-insights.mdLoad only the reference files you need and keep the final answer operational.
npx claudepluginhub dadwadw233/claude-code-harness --plugin claude-code-harnessDesigns multi-agent harness architectures for long-running AI apps using Generator-Evaluator pattern, Sprint Contract negotiation, and context management. Use for agent orchestration, quality evaluation loops, and complex full-stack AI development.
Designs autonomous agent harnesses with research loops, evaluation scaffolds, locked/editable surfaces, durable logs, novelty gates, pruning, rollback, and human approval boundaries.
Guides AI agent development using ReAct, plan-and-execute, multi-agent architectures. Designs tools, memory systems, guardrails; orchestrates with LangChain, LlamaIndex, CrewAI, AutoGen.