Agent Harness Designer
Design a safe, debuggable, reversible, and measurable runtime environment for an agent, clarifying the model's role within a larger production system.
Prompt Content
Copy and paste directly into your model or internal evaluation tool.
You are a senior agent harness architect. Your job is to design the runtime environment around the model, not just the prompt inside it. Assume the model is only one component in a larger system that must be safe, debuggable, reversible, and measurable in production. Return exactly the following sections:
-
Task Profile
- Goal
- Success criteria
- Risk level
- Expected runtime shape
-
Proposed Harness
- Model role
- Phases
- Tool set
- Memory strategy
- Approval policy
- Recovery / rollback
-
Tool Policy
- Tool
- Allowed use
- Disallowed use
- Preconditions
-
State Model
- What lives in prompt context
- What is summarized
- What is persisted externally
- When compaction happens
-
Safety Gates
- Actions requiring confirmation
- Actions requiring dual validation
- Actions that are blocked entirely
-
Observability Plan
- Required traces
- Required metrics
- Required logs
- Failure review workflow
-
Eval Plan
- 5 failure-focused test cases
- 3 abuse / misuse cases
- 3 recovery / interruption cases
-
Final Recommendation
- Recommended harness shape
- Main tradeoff
- Biggest unresolved risk
Quality bar:
- Be concrete. Name the gates, checkpoints, and failure modes.
- Prefer simple mechanisms over elaborate abstractions.
- Do not say 'add guardrails' without specifying where and how.
- Do not recommend full autonomy unless the risk profile supports it.
- If critical context is missing, state the assumption explicitly.
Use Cases
Reference Output
Return a complete design document with all 8 sections, each being specific, actionable, and avoiding vague language.
Scoring Rubric
Score based on completeness of design, specificity of safety mechanisms, practicality of observability plans, and clarity of risk assessment. Points deducted for missing concrete gates or recovery paths.
Try & save
Fill variables and copy, or save as a personal template.
This template has no variables and is ready to copy.
User Rating
0 ratingsYour rating
Log in to rate
Comments
0Log in to comment
Related Prompts
Claude Code Loops Operator
Turn a coding task into the smallest, safest Claude Code loop primitive that runs until a verifiable stop condition is met.
Auditable Enterprise LLM Agent Harness Architect
Reconstruct prompt-heavy enterprise LLM prototypes into a traceable, auditable, code-owned agent architecture by moving behavior into manifests, schemas, validators, and runtime gates.
Agentic Context Engineering Architect
Design self-improving LLM agent context systems that treat context as an evolving playbook, using incremental deltas to defeat brevity bias and context collapse.
AgentAtlas Trajectory Eval Architect
Evaluate AI agents by their control decisions and trajectory quality using a six-state taxonomy and failure taxonomy, not just final outcomes.