Agent Harness

Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.

Development / Engineeringdevelopmentengineering
by AgentVoltv1.0.0Published 1y ago1 install
Free to sign up · every skill included with AgentVolt Pro

Before & after

Same prompt, same agent — the only difference is the skill.

PromptRun this marketing goal through a verified agent workflow
Beforegeneric AI agent
That sounds like a job for an automated workflow. You'll want to break it down into discrete tasks, then figure out how to verify each one. The challenge is you need domain-specific tools for each task, and some tasks will fail and need retry logic. You might also want to set spending or attempt caps so it doesn't loop forever. Really though, it depends on what your domain is and what tools you have available—I'd need to understand your setup better to give you a concrete plan.
Afterwith Agent Harness
GOAL: Drive marketing funnel task set to verified close

TASK PLAN
→ Research content gaps in product category
→ Write 3 blog posts addressing gaps
→ Upload posts to CMS and schedule
→ Generate social teasers for each post
→ Verify publishing and engagement setup

DOMAIN TOOLING
Marketing domain includes: content research, writing, CMS integration, social scheduling, analytics verification.

VERIFICATION GATES (machine-run checks)
• Blog post length >=800 words
• All posts scheduled within 1 week
• Social teasers reference original posts
• CMS entries have alt text
• Analytics filters match business objectives

BUDGET & RETRY
Max 12 task executions. Retry failed tasks 2x with revised approach. Escalate research gaps to human if both retries fail. Never close until all verifications pass or explicitly waived by user.

About this skill


name: agent-harness description: Use when Turn any domain folder of skills into a bounded agentic loop: compile a goal into a verifiable task plan, execute tasks with the domain's own tools, verify every task with machine-run checks, retry...

Agent Harness

Turn any domain folder of skills into a bounded agentic loop: compile a goal into a verifiable task plan, execute tasks with the domain's own tools, verify every task with machine-run checks, retry with caps, escalate to a human when budgets exhaust, and refuse to close until everything is verified or explicitly waived. Use when you want an agent or subagent to pick up a goal and drive it to a verified close across one of this repo's 18 domains ('run this goal through the engineering harness', 'set up an agentic loop for marketing work', 'make the finance domain self-verifying'). NOT for authoring Claude Code Workflow-tool .js scripts (workflow-builder), N-agent tournaments on one task (agenthub), single-file metric optimization (autoresearch-agent), or discovering published loop recipes (loop-library).

What you get

  • Public GitHub repo (alirezarezvani/claude-skills)
  • the agent-harness skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.

Customize your output

  • Fork the repo and adapt the skill's instructions and references to your workflow.

Example output

Activates automatically when your request matches Agent Harness; chains with the other skills, agents, and commands in the collection.

Best for

Creators, builders, and teams using Claude Code.

SKILL.md preview

SKILL.md
---
name: agent-harness
description: Use when an agent or subagent needs to pick up a goal and drive it to a verified close across one of this repo's domains, compiling the goal into a task plan and verifying every task before closing.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
  - development
  - engineering
---

# Agent Harness

Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget, and refuse to close until everything is verified or waived.

## When to use

… (sign up to view the full skill)
Sign up to view, copy, and install the full skill

More development skills

View all Development skills →