You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a deep fork of Supabase Studio that serves as the admin panel for Orchestra MCP — a platform that turns Claude AI into a 24/7 autonomous company operating system.
Plans have multiple features, tracked via TodoWrite
03
Plan Review
Ask user to approve plan before implementing
04
Clarify Unknowns
Ask early, don't guess
05
Interrupt Handling
Save unrelated requests to .requests/, continue current work
06
Definition of Done
Tests pass + docs written + code quality
07
Component UI
Reusable components, no inline duplication
08
Package Scaffolding
Standard package structure (README, CI, tests, templates)
09
Small Wins
Each feature must have a minimum demonstrable deliverable
10
Parallel Execution
Main agent = conductor, all work delegated to sub-agents
11
Client-First
User is the client. Data-first, no sugar-coating, verify before reporting
Implementation Phases
Phase
Plan
Days
Status
1. Infrastructure
spec/plans/01-infrastructure.md
1-3
Not Started
2. Auth & Onboarding
spec/plans/02-auth-onboarding.md
4-7
Not Started
3. Go MCP Server
spec/plans/03-go-mcp-server.md
8-14
Not Started
4. GitHub & Specs
spec/plans/04-github-specs.md
15-18
Not Started
5. Dashboard & Polish
spec/plans/05-dashboard-polish.md
19-24
Not Started
6. Team Sync
spec/plans/06-team-sync-notifications.md
25-30
Not Started
Quick Start (Local Dev)
pnpm install
cd docker && cp .env.example .env && docker compose up -d
cd .. && pnpm setup:cli
pnpm dev:studio
# Studio at http://localhost:8082
PR Workflow
After each implementation bulk, create a PR to github.com/orchestra-mcp/core on the master branch. Update plan files (check off completed tasks) as part of the PR.