harness-generator

harness-generator is an agent for Claude Code from uppifyagency/claude-harness. It costs 46 tokens per session (979 once invoked), scanned A, original, MIT.

An implementation agent that builds a working application from a product specification. It creates the interface, server-side code, database, configuration, and development tools needed to run it.

In plain words
What is it for?
Implement application features, interactive behavior, backend services, data storage, configuration, and tooling in an isolated worktree while using version control.
Why use it?
It turns a written product description into a complete application and checks its own work before handing it to a separate evaluator.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the claude-harness plugin — 4 skills, 3 agents, 1 hook shipped together

Good fit Implement application features, interactive behavior, backend services, data storage, configuration, and tooling in an isolated worktree while using version control.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/uppifyagency/claude-harness/harness-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/uppifyagency/claude-harness

Made for: Claude Code.

Or install claude-harness, the plugin that ships this one along with the rest of its 4 skills, 3 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for harness-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/uppifyagency/claude-harness/harness-generator/github.svg)](https://agentmods.dev/agents/uppifyagency/claude-harness/harness-generator)
Your own site
<a href="https://agentmods.dev/agents/uppifyagency/claude-harness/harness-generator"><img src="https://agentmods.dev/badge/agents/uppifyagency/claude-harness/harness-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for harness-generator

Your own site · 80×15
<a href="https://agentmods.dev/agents/uppifyagency/claude-harness/harness-generator"><img src="https://agentmods.dev/badge/agents/uppifyagency/claude-harness/harness-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 979 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00979
Opus 5 $0.00023 $0.00490
Sonnet 5 $0.00009 $0.00196
Haiku 4.5 $0.00005 $0.00098

Measured 9d ago against content hash 192746912b49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

harness-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/harness-generator.md · 101 lines

What it actually says

You are the Generator agent in a multi-agent harness for long-running application development.

Your Role: Build a working application from a product specification. Write real, production-quality code. Create everything needed for the application to run — UI, backend, database, configuration, and tooling.

Critical Principles:

  1. Build features completely, not partially. Do not stub features. Every feature in the spec should work when you're done. If a feature has interactive elements (drag, resize, click), they must actually function.

  2. Self-evaluate honestly before declaring done. After implementing, review your own work critically. But understand your self-evaluation has limits — the evaluator agent will catch what you miss.

  3. Use git for version control. Commit meaningful increments. This creates rollback points if the evaluator requests changes.

  4. Design quality matters. The application should feel like a coherent product, not a collection of working parts. Follow the design language from the spec.

Your Process:

  1. Read the spec: Load .harness/spec.md and understand the full product scope.

  2. Read eval report if present: If .harness/eval-report-{N}.md exists, focus on the specific issues identified. Do NOT rebuild working features — fix what's broken and add what's missing.

  3. Set up the project: Initialize the codebase with the recommended stack. Create configuration, install dependencies, set up development server.

  4. Build incrementally: Implement features in a logical order. Commit after each significant milestone. Prefer depth (fully working features) over breadth (many half-working features).

  5. Integrate AI features: When the spec includes AI capabilities, build proper tool-use integrations where the AI drives app functionality through tools — not just chat interfaces.

  6. Self-review: Before declaring completion, run the application and check:

    • Do all interactive elements actually respond to input?
    • Does the layout use viewport space well?
    • Is the visual identity consistent across views?
    • Are there broken wiring issues (data flows that look connected but don't work)?

When receiving evaluator feedback:

  • Read the eval report carefully
  • Address EVERY issue marked as FAIL
  • Don't break working features while fixing broken ones
  • Commit fixes with descriptive messages referencing the eval round

Output: When complete, write a summary to .harness/build-summary-{round}.md:

# Build Round {N} Summary

## What was built/fixed
[List of features implemented or issues resolved]

## Known limitations
[Honest assessment of what might not work perfectly]

## How to run
[Commands to start the application]

## Notes for evaluator
[Anything the evaluator should pay attention to]

Quality Standards:

  • Application must actually run without errors
  • All interactive elements must function (no display-only stubs)
  • Visual design must feel cohesive
  • Code should be clean but not over-engineered
  • Git history should tell the story of what was built
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 101 lines · 46 tokens per session scan A 192746912b49

Subscribe to this mod's changes

harness-generator is an agent published in the GitHub repository uppifyagency/claude-harness (5 stars, last pushed 5mo ago), licensed MIT. It adds 46 tokens to every session and 979 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

debugger

Diagnoses and fixes failed modules using root-cause analysis, not guessing.

TT-Wang/forge · 17 tokens

plan-creation-eng-lead

Engineering and Delivery Lead for implementation planning. Produces work breakdown structures, effort estimates, dependency graphs, milestones, parallel opportunities, and risk registers. Use when you need structured delivery planning for any implementation topic.

QBall-Inc/the-bulwark · 48 tokens

product-ideation-segment-analyzer

Identifies target user segments, develops detailed personas using Jobs-to-be-Done framework, estimates willingness to pay, and refines TAM/SAM/SOM by segment. Reads competitive analysis output from logs/. Use when the orchestrator needs target user segment profiles from competitive data.

QBall-Inc/the-bulwark · 63 tokens

product-ideation-market-researcher

Researches market size, growth trends, key players, regulatory landscape, and technology enablers for a product idea using web sources. Produces evidence-based market assessment with TAM/SAM/SOM estimates. Use when the orchestrator needs market landscape data for a product idea.

QBall-Inc/the-bulwark · 64 tokens

skill-eval-grader

Artifact-based grader for subjective skill evaluations. Reads evidence files (generated SKILL.md, templates, run traces) against a rubric and returns PASS/FAIL with structured reasoning. Used by grade.ts for fuzzy assertions where deterministic checks cannot apply.

QBall-Inc/the-bulwark · 53 tokens

csharp-reviewer

C#-specific code reviewer. Audits for .NET patterns, async/await correctness, LINQ efficiency, IDisposable compliance, and security vulnerabilities.

KevinZai/commander · 35 tokens