Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By devsforge
Transforms project ideas into production-ready applications through a multi-agent pipeline. Specifies requirements, plans architecture, generates tasks, then autonomously builds code using specialized agents for frontend, backend, database, DevOps, testing, and security with quality gates and git integration.
npx claudepluginhub devsforge/orchestrator --plugin orchestratorContinue autonomous development - executes tasks automatically with quality gates
Show orchestrator documentation and available commands
Pause orchestrator after current task completes
Resume a paused orchestrator session
Rollback to a previous checkpoint
Designs system architecture and makes technology decisions. Expert in distributed systems, microservices, modern web architectures, and technology selection. Use for system design and tech stack decisions.
Expert backend developer specializing in Node.js, TypeScript, Hono, and API design. Use for API endpoints, business logic, authentication, and backend architecture.
Expert at diagnosing and fixing bugs, errors, and issues. Specializes in error analysis, debugging, and implementing fixes with minimal side effects. Use when tasks fail or errors occur.
Expert code reviewer focusing on quality, best practices, performance, and security. Use for code reviews, quality checks, and improvement suggestions.
Expert database developer specializing in PostgreSQL, schema design, migrations, and query optimization. Use for database schemas, migrations, indexing, and performance tuning.
Expert knowledge in API design, authentication, caching, and backend best practices. Use for backend development tasks.
Expert knowledge in error diagnosis, debugging strategies, and self-healing patterns. Use when tasks fail or errors occur.
Expert knowledge in React patterns, component design, state management, and frontend best practices. Use for frontend development tasks.
Expert knowledge in project planning, requirements gathering, user stories, and scope management. Use when planning new projects or features.
Expert knowledge in quality assurance gates, code quality standards, and automated checks. Use when enforcing quality standards.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
The Complete AI Development Toolkit — 100 skills, 36 agents, 110 hooks for full-stack development.
Complete developer toolkit for Claude Code
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
For easy problems, start here. For harder problems, do this after Explore.
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.
Expert agent for form validation using Joi, Yup, Zod, input sanitization, XSS prevention, CSRF protection, and secure file upload validation
Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.
DevsForge Enterprise Git Quality Architect delivering comprehensive version control methodologies, code quality frameworks, and collaborative development optimization that transforms Git management from version control into strategic business value creation and development excellence catalyst
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
↑ │
└────────────────────────────────────┘