Autonomous Development Orchestrator - Transform ideas into production-ready applications through multi-agent pipeline
npx claudepluginhub devsforge/orchestratorAutonomous Development Orchestrator - Transform ideas into production-ready applications through multi-agent pipeline. Spec → Plan → Tasks → 100% Working App.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Disclaimer: Claude Orchestrator is an independent, community-developed open-source project. It is not affiliated with, endorsed by, or officially associated with Anthropic, PBC or any of its products (including Claude, Claude Code, or the Claude API). "Claude" and "Anthropic" are trademarks of Anthropic, PBC. This project is a third-party plugin built by the community to extend Claude Code functionality.
Autonomous Development System for Claude Code
Transform ideas into production-ready applications with zero manual intervention.
Spec → Plan → Tasks → 100% Working App
# Add the marketplace
/plugin marketplace add devsforge/orchestrator
# Install the plugin
/plugin install orchestrator@devsforge-orchestrator
/orchestrator:start
Follow the prompts to describe your project idea. The orchestrator will:
/orchestrator:continue
The orchestrator will automatically:
/orchestrator:status
View:
| Command | Description |
|---|---|
/orchestrator:start | Initialize a new project from an idea |
/orchestrator:continue | Run autonomous development loop |
/orchestrator:status | Show progress dashboard |
/orchestrator:tasks | List all tasks with status |
/orchestrator:pause | Pause after current task |
/orchestrator:resume | Resume paused session |
/orchestrator:rollback <CP> | Rollback to checkpoint |
/orchestrator:help | Show documentation |
┌─────────────────────────────────────────────────────────────┐
│ ORCHESTRATOR CORE │
├─────────────────────────────────────────────────────────────┤
│ │
│ COMMANDS (/orchestrator:*) │
│ └── start, continue, status, tasks, pause, rollback │
│ │
│ BRAIN (Orchestrator Agent) │
│ ├── State Machine (6 phases) │
│ ├── Decision Engine │
│ ├── Error Recovery (3 retries) │
│ └── Quality Gates │
│ │
│ AGENT POOLS │
│ ├── PLANNING: spec-writer, architect, task-planner │
│ ├── EXECUTION: frontend-dev, backend-dev, database-expert │
│ └── QUALITY: test-engineer, code-reviewer, security-auditor│
│ │
│ SKILLS LIBRARY │
│ └── project-planning, error-recovery, frontend-patterns... │
│ │
└─────────────────────────────────────────────────────────────┘
IDEATION → SPECIFICATION → ARCHITECTURE → PLANNING → IMPLEMENTATION → TESTING → DEPLOYMENT
spec-writer agent creates detailed requirementsspecification.mdarchitect agent designs the systemarchitecture.mdtask-planner agent breaks down worktasks.jsonPICK TASK → DELEGATE → EXECUTE → VERIFY → COMMIT
↑ │
└────────────────────────────────────┘