A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
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.
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
💻 A curated list of papers and resources for multi-modal Graphical User Interface (GUI) agents.
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.