Skip to content
Open Source · Claude Code Plugin

Ship Production-Ready Code
with AI Agent Orchestration

From PRD to deployed code — in minutes, not weeks. claude-harness orchestrates multiple Claude Code agents to automate your entire development workflow.

claude-harness
$ /autopilot
>Analyzing PRD...80%
> [PM] Writing user stories...
> [Architect] Generating ADR...
> [Designer] Building design system...
> [FE] Implementing components...
> [BE] Setting up API routes...

Core Features

Everything you need to automate your development workflow — from requirements to deployed code.

Full Workflow Automation

From PRD to deployed code in one command. No manual handoffs, no context switching.

Multi-Agent Orchestration

12 specialized agents — PM, Architect, Designer, Fullstack Engineer, Reviewer, QA, Security, DevOps — each expert in their role.

Slash Commands

/autopilot, /feature, /hotfix — each command triggers a complete, tested workflow.

PRD to Code

Write your requirements in natural language. claude-harness handles the rest.

Extensible Plugin System

Add custom skills, extend workflows, own your pipeline. 21 built-in skills covering the full development lifecycle.

Zero Config Start

One install, one command. Works with your existing Next.js, Node, or TypeScript project.

How It Works

Three steps from zero to a running AI-powered development workflow.

01

Install

One line to install Claude Code globally.

npm install -g @anthropic-ai/claude-code
02

Install Plugin

Install the claude-harness plugin from the marketplace.

claude plugin marketplace add poz110/claude-harness claude plugin install claude-harness
03

Run Autopilot

Describe your requirements — the PM agent generates the PRD automatically.

/autopilot "Build a task management app with auth"

Slash Commands

Three commands. Every scenario.

/autopilot

Complete project automation from PRD to deployed code

Full Project

Use case: New projects, full feature development

$ /autopilot "Build a SaaS dashboard with auth"

> [Product Manager] Generating PRD...                     ✓
> [Software Architect] Generating ADR...                  ✓
> [UX Designer] Building design system...                 ✓
> [Fullstack Engineer] Implementing FE + BE...            ⟳
> [Code Reviewer] Reviewing...                            ·
> [QA Engineer] Testing...                                ·

/feature

Add a new feature following your project's architecture

Use case: Incremental feature additions to existing projects

$ /feature "Add user authentication"

> Skipping: ARCH_REVIEW, CEO_REVIEW, DESIGN_PHASE
> [Product Manager] Generating feature PRD...             ✓
> [Fullstack Engineer] Implementing auth flow...          ⟳

/hotfix

Fast-track critical bug fixes with automated testing

Use case: Production emergency fixes

$ /hotfix "Fix payment timeout on checkout"

> Analyzing root cause...                                ✓
> [General Assistant] Applying targeted fix...            ✓
> [Code Reviewer] Reviewing fix...                        ⟳

See It In Action

Real output from claude-harness workflows.

# Full project from PRD to deployed code

BASH
# Start full project automation
$ /autopilot "Build a task management SaaS with team collaboration"

[claude-harness] Starting autopilot workflow...

> IDEA → PRD_DRAFT: Requirements Analysis
  [Product Manager] Running office-hours interrogation...  ✓
  [Product Manager] Generating PRD (MoSCoW + Gherkin)...   ✓

> PRD_REVIEW → ARCH_REVIEW: Architecture
  [Software Architect] Generating ADR + ASCII diagrams...  ✓
  [Software Architect] Writing security baseline...        ✓

> CEO_REVIEW → DESIGN_PHASE: Design
  [UX Designer] Building design system (DESIGN.md)...      ✓
  [UX Designer] Creating design spec (80-item audit)...    ✓

> DESIGN_REVIEW → IMPLEMENTATION: Full-Stack
  [Fullstack Engineer] Writing API spec...                 ✓
  [Fullstack Engineer] Implementing backend (Hono)...      ✓
  [Fullstack Engineer] Implementing frontend (Next.js)...  ✓

> CODE_REVIEW → QA_PHASE → SECURITY_REVIEW
  [Code Reviewer] Two-phase review (spec + quality)...     ✓
  [QA Engineer] Playwright E2E tests...                    ✓
  [Security Auditor] OWASP Top 10 scan...                  ✓

> DEPLOY_PREP_SETUP → DONE
  [DevOps Engineer] CI/CD + Dockerfile...                  ✓

[claude-harness] Workflow complete — 14 states traversed
  Build: SUCCESS | Tests: PASSED | Deploy: Ready

Get Started

From zero to autopilot in 3 steps.

1

Install Claude Code

Install the Claude Code CLI globally. Requires Node.js 18+.

BASH
npm install -g @anthropic-ai/claude-code
2

Install claude-harness Plugin

Install via the plugin marketplace with two commands.

BASH
claude plugin marketplace add poz110/claude-harness
claude plugin install claude-harness
3

Start Autopilot

Run /autopilot with your project description and let the agents do the work.

BASH
/autopilot "your project description here"

That's it. The agents will take care of the rest.

View full documentation on GitHub →

Frequently Asked Questions

Everything you need to know about claude-harness.