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.
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.
Install
One line to install Claude Code globally.
npm install -g @anthropic-ai/claude-codeInstall Plugin
Install the claude-harness plugin from the marketplace.
claude plugin marketplace add poz110/claude-harness
claude plugin install claude-harnessRun 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
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
# 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# Add a feature to existing codebase
$ /feature "Add real-time notifications with WebSocket"
[claude-harness] Starting feature workflow...
Skipping: ARCH_REVIEW, CEO_REVIEW, DESIGN_PHASE, DESIGN_REVIEW
> PRD_DRAFT: Requirements
[Product Manager] Generating feature PRD... ✓
> IMPLEMENTATION: Full-Stack
[Fullstack Engineer] Writing API spec... ✓
[Fullstack Engineer] Building notification components.. ✓
[Fullstack Engineer] Setting up WebSocket routes... ✓
> CODE_REVIEW → QA_PHASE
[Code Reviewer] Spec compliance + code quality... ✓
[QA Engineer] Playwright E2E: 6 scenarios passed ✓
> SECURITY_REVIEW → DEPLOY_PREP
[Security Auditor] OWASP scan... ✓
[DevOps Engineer] Updating deploy config... ✓
[claude-harness] Feature complete — 10 states traversed# Emergency production fix
$ /hotfix "Payment timeout causing failed checkouts"
[claude-harness] Starting hotfix workflow...
Mode: Analyze → Fix → CODE_REVIEW (skips all planning/design)
> Analyzing error report... ✓
Error: Promise timeout after 5000ms in /api/checkout
Frequency: 23% of checkout attempts
Root cause: Stripe API latency spike under load
> [General Assistant] Preparing targeted fix...
Strategy: Increase timeout + add retry with backoff
Modified: src/app/api/checkout/route.ts
+ timeout: 5000 → 30000
+ retry: exponential backoff (3 attempts)
+ circuit breaker: open after 5 failures
> [Code Reviewer] Reviewing fix... ✓
Spec compliance: N/A (hotfix)
Code quality: PASS
[claude-harness] Hotfix ready
Risk level: LOW | Review: PASSED | Deploy: ReadyGet Started
From zero to autopilot in 3 steps.
Install Claude Code
Install the Claude Code CLI globally. Requires Node.js 18+.
npm install -g @anthropic-ai/claude-codeInstall claude-harness Plugin
Install via the plugin marketplace with two commands.
claude plugin marketplace add poz110/claude-harness
claude plugin install claude-harnessStart Autopilot
Run /autopilot with your project description and let the agents do the work.
/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.