Multi-agent dev workflow for production teams

Build Software Like You Have a Team

ClaudeKit gives you 14 specialized developer agents working together. Write less code, ship faster, and keep engineering quality high.

Agents
14
Commands
38+
Time Saved
50-70%

Watch the complete walkthrough

More tutorials on @goonnguyen | X: @goon_nguyen

terminal
# Install ClaudeKit CLI
npm install -g claudekit-cli

# Create new project
ck new --dir my-app

# Select "Engineer Kit"
# Wait for installation to complete

# Start the project
cd my-app

# Start Claude Code
claude
# or `claude --dangerously-skip-permissions` (use as your own risk)

# Bootstrap a new project, or plan and implement a feature
/bootstrap [create a calendar booking app that sync with Apple & Google Calendar]
/plan [add user authentication]
/cook [implement user authentication]

# Review, approve, deploy

Why ClaudeKit?

Stop wrestling with repetitive tasks. Let specialized AI agents handle implementation while you focus on architecture and product decisions.

Specialized Agents, Real Results

14 expert agents planner, tester, debugger, designer each focusing on what it does best. Orchestrate workflows like a senior architect.

  • Planner creates roadmaps
  • Tester generates suites
  • Debugger resolves issues fast

Eliminate Repetitive Work

Reclaim 50-70% of time spent on repetitive tasks. AI writes initial implementations, and you focus on high-value decisions.

  • Auto-generated tests
  • Context-aware bug fixes
  • Confident refactoring

Stay in Control

You are the reviewer, AI is the implementer. Keep checkpoints and rollback power with transparent decision logs.

  • Approve every change
  • Rollback instantly
  • Inspect reasoning traces

How It Works

ClaudeKit operates through two core components that work together end to end:

ClaudeKit Engineer: 14 Specialized Agents

Multi-agent orchestration with role-based specialists:

  • Core workflow: /plan /clear /cook
  • Planning: /plan, /plan:fast, /plan:hard, /plan:parallel
  • Quality: /test, /review:codebase, /docs:update
  • Skills: cook, fix, debug, scout, frontend-design, code-review
  • Integrations: payment-integration, supabase, better-auth

Commands and skills trigger specialized agents that collaborate to ship production-ready changes.

ClaudeKit CLI: Smart Project Management

Intelligent project scaffolding and version management:

# Initialize ClaudeKit Engineer in your project
ck init --kit engineer

# Update ClaudeKit Engineer to latest version
ck init

# Check available ClaudeKit versions
ck versions

The CLI handles:

  • Project initialization with best-practice defaults
  • Smart updates and file merges
  • Version and kit management
  • Authentication and environment checks

Real Developer Workflows

Building a New Feature

Planning:

# Planner agent reads your codebase
/plan [add real-time notifications with WebSocket]

# Creates detailed implementation plan:
# - Architecture decisions
# - File changes needed
# - Test strategy
# - Security considerations

Implementation:

# Implement based on plan
/cook [implement WebSocket notifications based on the plan]

# Generates:
# - Server-side WebSocket handler
# - Client-side connection manager
# - Event types and validators
# - Error handling and reconnection logic

Testing:

# Tester agent creates comprehensive tests
/test [WebSocket notifications]

# Produces:
# - Unit tests for handlers
# - Integration tests for end-to-end flow
# - Mock WebSocket server
# - Coverage report

Debugging Production Issues

# Debug and fix issues
/debug [users are reporting timeout errors on checkout]

# Agent workflow:
# 1. Searches logs for timeout patterns
# 2. Traces code execution paths
# 3. Identifies bottleneck in payment processing
# 4. Suggests fixes with performance impact
# 5. Generates tests to prevent regression

Refactoring Legacy Code

# Map codebase structure
/scout analyze the authentication system

# Planner creates refactoring roadmap
/plan [migrate from sessions to JWT]

# Implement changes from plan
/clear
/cook implement JWT authentication as planned

# Tester ensures nothing breaks
/test [authentication system]

Proven Results

50-70%
Time reclaimed on repetitive tasks
14
Specialized agents working for you
38+
Commands for daily engineering workflows
Teammate extension, not replacement. ClaudeKit keeps you as architect and reviewer while AI handles implementation work.

What Developers Say

"More time in reviewer mode than coding mode. AI writes most initial implementations while I focus on architecture and steering."

Senior Staff Engineer using AI-powered development tools

"It behaves more like a capable engineering teammate than a generic assistant."

Developer working with Claude Code + ClaudeKit

"Checkpoint + rollback is the killer feature. I can experiment aggressively without fear of breaking the codebase."

Frontend Developer using ClaudeKit Engineer

Get Started in 5 Minutes

Install ClaudeKit CLI

npm install -g claudekit-cli

Create Your First Project

ck new my-first-app
cd my-first-app

Plan and Implement a Feature

/plan [add user registration API]
/clear
/cook [implement the registration endpoint as planned]

Review and Commit

git diff
npm test
# commit via git-manager or manually

Ready to Build Like You Have a Team?

Start with ClaudeKit and move faster with maintainable, reviewable engineering workflows.

Explore Documentation