harness-wizard

Automate setup of autonomous agent harnesses with Archon state management.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill harness-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-wizard
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/harness-wizard
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill harness-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex setup of autonomous, long-running agent projects, ensuring robust state management, agent handoffs, and comprehensive testing strategies.

Core Features & Use Cases

  • Interactive Project Setup: Guides users through defining project basics, technical stack, agent configurations, and testing strategies.
  • Automated Configuration Generation: Creates detailed .harness/ directory structure, including config.json, prompt templates, and initialization scripts.
  • Archon Integration: Seamlessly integrates with Archon for project management, task tracking, and document storage.
  • Use Case: Kickstart a new multi-agent project for building a complex SaaS application by answering a series of guided questions, resulting in a fully configured, ready-to-run harness.

Quick Start

Run the harness wizard to set up a new autonomous agent project for a web application.

Frequently Asked Questions about harness-wizard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an autonomous agent harness for a multi-agent project?

To set up an autonomous agent harness, you can use an interactive wizard to define project basics, technical stacks, and testing strategies. This generates a `.harness/` directory with config files, prompt templates, and initialization scripts for ready-to-run agent pipelines.

What is an autonomous agent harness and when do I need one for project setup?

An autonomous agent harness is a configured pipeline of initializer, coder, tester, and reviewer agents for long-running projects. You need this setup when automating complex, multi-agent workflows that require robust state management, task tracking, and agent handoffs.

Can I configure specific testing strategies and frameworks within an agent pipeline?

Yes, you can configure specific testing strategies and frameworks within an agent pipeline. During the interactive setup, the wizard guides you through defining testing strategies tailored to your project type and selected technical stack.

How does Archon state management work with long-running multi-agent projects?

Archon state management integrates with long-running multi-agent projects by handling project management, task tracking, and document storage. It establishes session handoff protocols to ensure seamless state transitions between the initializer, coder, tester, and reviewer agents.

What is the best way to automate configuration generation for multi-agent systems?

The best way to automate configuration generation for multi-agent systems is using an interactive setup wizard. It automatically creates the detailed `.harness/` directory structure, including `config.json`, prompt templates, and initialization scripts for your specific project.