Are you the author? Sign in to claim
๐ฏ Claude Code workflow engine - SPEC-first planning, TDD automation, GPT delegation, and context engineering. From idea
Claude Code workflow engine - SPEC-first planning, TDD automation, GPT delegation, and context engineering. From idea to production, discipline included.
Autonomous agents. TDD-driven. Documentation sync.
Claude Code is powerful, but unstructured. claude-pilot adds discipline:
Result: Higher quality code, faster iteration, happier team.
Key Benefits:
.pilot/ directories# Add marketplace (use #release branch)
/plugin marketplace add changoo89/claude-pilot#release
# Install plugin
/plugin install claude-pilot
# Initial setup
/pilot:setup
โญ Star this repo if it helps your workflow!
claude-pilot is a Claude Code plugin that brings structure and discipline to AI-assisted development.
Intelligent GPT Delegation: Context-aware, autonomous delegation to GPT experts
| Situation | GPT Expert |
|---|---|
| Architecture decisions | Architect |
| Security-related code | Security Analyst |
| Large plans (5+ SCs) | Plan Reviewer |
| 2+ failed fix attempts | Architect |
| Coder blocked (automatic) | Architect |
export CODEX_REASONING_EFFORT="medium" # low | medium | high | xhigh
Full Guide: docs/ai-context/codex-integration.md
| Feature | claude-pilot | Vanilla Claude Code |
|---|---|---|
| SPEC-First Planning | โ PRP format, success criteria | โ Ad-hoc planning |
| TDD Automation | โ Ralph Loop autonomous | โ Manual test-run cycle |
| Session Persistence | โ Plan file persistence | โ Context lost on exit |
| Documentation Sync | โ 3-tier auto-update | โ Manual docs only |
| Quality Gates | โ Type check, lint, coverage | โ No enforcement |
| GPT Delegation | โ Intelligent escalation | โ Manual delegation |
| Multi-Angle Review | โ Parallel verification | โ Single perspective |
/00_plan โ Create spec-driven plan with PRP format
/01_confirm โ Review and approve plan
/02_execute โ Execute with Ralph Loop + TDD
/03_close โ Complete and commit
/review โ Auto-review code (multi-angle)
/document โ Auto-document changes
/pilot:setup โ Configure MCP servers
claude-pilot/
โโโ README.md
โโโ CHANGELOG.md # Version history
โโโ CLAUDE.md # Main project guide
โโโ .claude-plugin/ # Plugin manifests
โ โโโ marketplace.json # Marketplace configuration
โ โโโ plugin.json # Plugin metadata
โโโ .claude/ # Plugin components
โ โโโ agents/ # Agent configurations (8 agents)
โ โโโ commands/ # Slash commands (11)
โ โโโ skills/ # TDD, Ralph Loop, Vibe Coding
โ โโโ guides/ # Methodology guides
โ โโโ templates/ # CONTEXT.md, SKILL.md templates
โ โโโ scripts/hooks/ # Pre-commit hook
โ โโโ settings.json # Example settings
โโโ .pilot/ # Plan management
โ โโโ plan/
โ โโโ pending/ # Plans awaiting confirmation
โ โโโ in_progress/ # Active plans
โ โโโ done/ # Completed plans
โโโ docs/ # Documentation
โโโ archive/ # Archived content (MIGRATION.md)
โโโ ai-context/ # 3-Tier integration docs
# Step 1: Add marketplace
/plugin marketplace add changoo89/claude-pilot
# Step 2: Install plugin
/plugin install claude-pilot
# Step 3: Run setup
/pilot:setup
.claude/ directory/pilot:setup.pilot/ directories for plan management/pilot:setup)Run /pilot:setup to configure recommended MCPs:
| MCP | Purpose |
|---|---|
| context7 | Latest library documentation |
| sequential-thinking | Step-by-step reasoning for complex problems |
The setup command uses a merge strategy:
.mcp.json configurations# In Claude Code
/setup
# Automatically generates 3-Tier documentation structure
# In Claude Code
/00_plan "Add user authentication with JWT"
# Review the generated plan in .pilot/plan/pending/
# Edit if needed, then:
/01_confirm # Approve the plan
/02_execute # Execute with TDD + Ralph Loop
# After completing work
/document
# Automatically updates:
# - CLAUDE.md (Tier 1)
# - docs/ai-context/ files
# - Tier 2/3 CONTEXT.md files
# Before committing
/review security performance accessibility
# Reviews code from multiple perspectives
Contributions welcome! Please:
/00_plan "your feature")/02_execute)/review outputMIT License - Free to use, modify, and distribute.
A: Yes, MIT license allows commercial use.
A: Edit .claude/settings.json and remove unwanted hooks from the hooks section.
A: Yes, run /pilot:setup to add recommended MCPs, or manually edit .mcp.json.
A: Ralph Loop can be configured to skip tests. Edit /02_execute command to adjust.
A: No! The plugin is pure markdown/JSON - no Python required.
claude-pilot synthesizes best practices from these projects:
Built with inspiration from the Claude Code community.
โ ๏ธ Experimentelle Skill-Sammlung fรผr deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution