Transform product ideas into reality with an intelligent orchestration system that bridges Product Managers, Developers, and AI. Orchestro conducts the entire development symphony: task decomposition, dependency tracking, pattern learning, and real-time progress visualization. The Problem: - Product Managers lose track of development progress - Developers struggle with context switching and depend
Add this skill
npx mdskills install khaoss85/mcp-orchestroComprehensive orchestration platform with 60 MCP tools, multiple install options, and excellent documentation
Your AI Development Conductor - From Product Vision to Production Code
Transform product ideas into reality with an intelligent orchestration system that bridges Product Managers, Developers, and AI. Orchestro conducts the entire development symphony: task decomposition, dependency tracking, pattern learning, and real-time progress visualization.
The Problem:
The Solution: Orchestro orchestrates the entire development lifecycle:
Think Trello ร Jira ร AI - but designed specifically for AI-assisted development.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ PRODUCT MANAGER โ
โ "User should login with email/password" โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโ
โ ORCHESTRO AI โ
โ Decomposes Story โ
โโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ 7 Technical Tasks Created โ
โ โข Database schema โ
โ โข Authentication service โ
โ โข API endpoints โ
โ โข Frontend components โ
โ โข State management โ
โ (with dependencies automatically) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโ
โ DEVELOPER/CLAUDE โ
โ Implements Tasks โ
โโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ PM SEES PROGRESS โ
โ โข Kanban updates in real-time โ
โ โข Risks flagged automatically โ
โ โข Dependencies visualized โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Orchestro is now in the Official MCP Registry!
# Install via NPX (no global install needed)
npx @khaoss85/orchestro@latest
Or add to Claude Code config:
{
"mcpServers": {
"orchestro": {
"command": "npx",
"args": ["-y", "@khaoss85/orchestro@latest"],
"env": {
"DATABASE_URL": "your-supabase-connection-string"
}
}
}
}
npx @orchestro/init
That's it! The installer will:
Interactive prompts:
๐ญ Orchestro Setup Wizard
? Supabase connection string: โโโโโโโโ
? Project name: My Project
? Install location: ~/orchestro
โ๏ธ Setting up...
โ Orchestro installed
โ Claude Code configured
โ Database ready
๐ Done! Restart Claude Code and ask:
"Show me orchestro tools"
# Node.js 18+
node --version
# Supabase account (free tier works great)
# Sign up at https://supabase.com
Create your Supabase project:
Apply database schema:
# Clone this repo first
git clone https://github.com/khaoss85/mcp-orchestro.git
cd mcp-orchestro
# Install dependencies
npm install
# Set your Supabase connection string
export DATABASE_URL="your-supabase-connection-string"
# Apply all migrations to create the schema
npm run migrate
Verify database setup:
# The migrate script will show you all tables created:
# You should see:
# โ
Running migration: code_entities
# โ
Running migration: add_tasks_metadata
# โ
Running migration: fix_status_transition_trigger
# โ
Running migration: event_queue
# โ
Running migration: auto_update_user_story_status
# โ
Running migration: add_task_metadata_fields
# โ
Running migration: add_pattern_frequency_tracking
# Or verify manually via Supabase dashboard:
# Go to Database โ Tables and check all tables are created
Get your credentials:
# From Supabase Dashboard:
# 1. DATABASE_URL (for migrations & MCP server)
# Settings โ Database โ Connection String โ Transaction mode
# Example: postgresql://postgres:[password]@db.[project].supabase.co:5432/postgres
# 2. SUPABASE_URL (for API calls)
# Settings โ API โ Project URL
# Example: https://[project].supabase.co
# 3. SUPABASE_SERVICE_KEY (for admin operations - keep secret!)
# Settings โ API โ service_role key
# Example: eyJhbG...
# Run interactive setup
npm run setup
# Or manual configuration:
cat > .env *"As a PM, I finally understand what developers are building in real-time. Orchestro bridges the gap between product vision and technical implementation."*
> โ *Your testimonial here*
> *"Pattern learning saved us hours. The system warned about a risky approach before we wasted time on it."*
> โ *Your testimonial here*
---
## ๐ Support & Community
- ๐ง **Issues**: [GitHub Issues](https://github.com/khaoss85/mcp-orchestro/issues)
- ๐ฌ **Discussions**: [GitHub Discussions](https://github.com/khaoss85/mcp-orchestro/discussions)
- ๐ **Docs**: Comprehensive guides in the repo
- ๐ **Dashboard**: http://localhost:3000
- ๐ฆ **Twitter**: [@orchestro_ai](https://twitter.com/orchestro_ai) *(Coming Soon)*
---
## ๐ License
MIT License - See [LICENSE](LICENSE) file for details
---
## ๐ Acknowledgments
- **[Claude Code](https://claude.ai)** - MCP platform & AI development
- **[Supabase](https://supabase.com)** - Database & real-time infrastructure
- **[Next.js](https://nextjs.org)** - React framework for dashboard
- **[React Flow](https://reactflow.dev)** - Beautiful dependency graphs
- **[shadcn/ui](https://ui.shadcn.com)** - Gorgeous UI components
---
## ๐ญ Ready to Conduct Your Development Symphony?
Transform product ideas into production code with AI orchestration
**[Get Started](QUICK_START.md)** ยท **[PM Guide](PM_GUIDE.md)** ยท **[Dev Guide](DEV_GUIDE.md)** ยท **[See Examples](EXAMPLES.md)**
---
**Status**: โ
Production Ready (96.7% Test Coverage)
**Version**: 2.1.0
**NPM**: [@khaoss85/orchestro](https://www.npmjs.com/package/@khaoss85/orchestro)
**Registry**: [MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.khaoss85/orchestro)
**MCP Tools**: 60
**Made for**: PMs ยท Developers ยท Claude Code
---
**๐ผ Conducting development, one task at a time**
Made with โค๏ธ by developers who care about product
**โญ Star us on GitHub to support the project!**
Install via CLI
npx mdskills install khaoss85/mcp-orchestroOrchestro is a free, open-source AI agent skill. Transform product ideas into reality with an intelligent orchestration system that bridges Product Managers, Developers, and AI. Orchestro conducts the entire development symphony: task decomposition, dependency tracking, pattern learning, and real-time progress visualization. The Problem: - Product Managers lose track of development progress - Developers struggle with context switching and depend
Install Orchestro with a single command:
npx mdskills install khaoss85/mcp-orchestroThis downloads the skill files into your project and your AI agent picks them up automatically.
Orchestro works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.