Turn Claude Code into a multi-agent development platform.
Define workflows in YAML, orchestrate 30+ specialized agents, and monitor everything in real time.
npm install -g claude-workflow 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.
QA Testing
End-to-end testing with Playwright MCP and automated test case generation.
Lint & Auto-fix
Automated lint error resolution and code quality improvements.
Project Setup
Architecture design, config generation, and project cleanup automation.
Pro (Opt-in)
UI Generation
AI-powered UI component generation with v0 and style analysis.
Video Creation
Demo recording, video generation, compositing, and interactive video creation.
Migration Tools
Vue-to-React conversion and Tailwind CSS migration automation.
All Tiers
3D Engineering
3D model rigging, scene configuration, and advanced visualization.
X/Twitter
Account creation, profile setup, and advanced social media operations.
Website Redesign
Redesign existing websites with modern UI/UX patterns and best practices.
App Build
Build complete applications from scratch with intelligent architecture planning.
Meta Tools
Agent analysis, skill analysis, task auditing, and documentation generation.
Miscellaneous
Domain tools, email provisioning, logo design, pitch decks, and more.
From Zero to Orchestration in 4 Steps
Install, initialize, define, and let 30+ agents handle the rest.
Install Globally
One command. Zero config. Install to your system PATH.
npm install -g claude-workflow Initialize Project
Scaffold .claude/ directory in any codebase.
cd my-project
claude-workflow init Define Workflow
Write workflows in YAML or use /workflow slash command.
/workflow
feature: Add dark mode
# Claude plans + implements + reviews Agents Execute
Research, planning, implementation, code review -- all automatic.
# 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.
Free
Essential workflow tools for individual developers
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
Pro
Full creative suite for professional developers
- 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)
All
Everything including specialized modules
- Everything in Pro
- 3D Engineering (model rigging, scenes)
- X/Twitter (account creation, operations)
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.
npm install -g claude-workflow