Turn Claude Code into a multi-agent development platform.

Define workflows in YAML, orchestrate 30+ specialized agents, and monitor everything in real time.

bash
npm install -g claude-workflow
View on GitHub
TypeScript Strict Mode
MIT License
CI Passing
23 Packages

13 Feature Groups, Organized by Tier

Choose what you need: Start with core workflow tools, add pro features for advanced capabilities, or unlock everything.

Free (Default)

Core Workflow

Main feature-development workflow with planning, research, implementation, and review.

12 agents 15 skills

QA Testing

End-to-end testing with Playwright MCP and automated test case generation.

2 agents 1 skills

Lint & Auto-fix

Automated lint error resolution and code quality improvements.

3 agents 1 skills

Project Setup

Architecture design, config generation, and project cleanup automation.

3 agents 1 skills

Pro (Opt-in)

UI Generation

AI-powered UI component generation with v0 and style analysis.

4 agents 2 skills

Video Creation

Demo recording, video generation, compositing, and interactive video creation.

6 agents 11 skills

Migration Tools

Vue-to-React conversion and Tailwind CSS migration automation.

4 agents

All Tiers

3D Engineering

3D model rigging, scene configuration, and advanced visualization.

3 agents 1 skills

X/Twitter

Account creation, profile setup, and advanced social media operations.

3 agents 3 skills

Website Redesign

Redesign existing websites with modern UI/UX patterns and best practices.

App Build

Build complete applications from scratch with intelligent architecture planning.

1 agents

Meta Tools

Agent analysis, skill analysis, task auditing, and documentation generation.

6 agents 2 skills

Miscellaneous

Domain tools, email provisioning, logo design, pitch decks, and more.

5 agents 2 skills

From Zero to Orchestration in 4 Steps

Install, initialize, define, and let 30+ agents handle the rest.

1

Install Globally

One command. Zero config. Install to your system PATH.

bash
npm install -g claude-workflow
2

Initialize Project

Scaffold .claude/ directory in any codebase.

bash
cd my-project
claude-workflow init
3

Define Workflow

Write workflows in YAML or use /workflow slash command.

bash
/workflow
feature: Add dark mode
# Claude plans + implements + reviews
4

Agents Execute

Research, planning, implementation, code review -- all automatic.

bash
# task-maker creates tasks
# engineers implement
# code-reviewer validates
# All in parallel

Under the hood

Explore the four pillars that power claude-workflow.

workflow:
  name: feature-implementation
  steps:
    - agent: task-maker
      action: create-tasks
    - agent: frontend-engineer
      action: implement
      depends_on: [task-maker]
    - agent: code-reviewer
      action: review
      depends_on: [frontend-engineer]

Define multi-step workflows in YAML. Chain agents, set conditions, loop until goals are met.

  • Declarative YAML workflow definitions
  • Conditional branching and goal-driven loops
  • Automatic dependency resolution between steps
  • Durable state that survives crashes and restarts

Before and after claude-workflow

The difference is orchestration.

Without claude-workflow

  • Single Claude Code session
  • Manual task switching between prompts
  • No visibility into what the AI is doing
  • Copy-paste context between sessions
  • Ad-hoc, unstructured development
  • No workflow persistence across crashes

With claude-workflow

  • 30+ specialized agents working in parallel
  • YAML-defined workflow automation
  • Real-time dashboard with 3D visualization
  • Automatic context passing between agents
  • Goal-driven loops with automatic retries
  • Durable state that survives restarts

Simple, transparent pricing

Start free. Upgrade when you need more power.

MonthlyAnnual

Free

Essential workflow tools for individual developers

$0

Free forever

  • Core Workflow (planning, research, implementation, review)
  • QA Testing (Playwright MCP)
  • Lint & Auto-fix
  • Project Setup (architecture, config)
  • UI Generation
  • Video Creation
  • App Build
  • 3D Engineering
Get Started
Recommended

Pro

Full creative suite for professional developers

$12/mo
  • Everything in Free
  • UI Generation (v0 AI, style analysis)
  • Video Creation (demo recording, compositing)
  • App Build (full app from scratch)
  • Website Redesign
  • Meta Tools (agent analysis, task auditing)
  • Migration Tools (Vue-to-React, Tailwind)
  • Misc (domains, email, logos, pitch decks)
Subscribe to Pro

All

Everything including specialized modules

$25/mo
  • Everything in Pro
  • 3D Engineering (model rigging, scenes)
  • X/Twitter (account creation, operations)
Subscribe to All

Your codebase, visualized

Watch agents navigate a medieval village as they complete tasks on your project.

Ready to orchestrate?

Get started in one command. Open source. MIT licensed. Always free.

bash
npm install -g claude-workflow
Read the Getting Started Guide