| name | orchestra-management |
| description | Manage the 6-department orchestra via claude-peers. Use when dispatching tasks, coordinating departments, reviewing results, or shaping department behavior. |
| metadata | {"version":"2.0.0","author":"Master Agent","category":"management","updated":"2026-03-31T00:00:00.000Z"} |
Orchestra Management — Master Agent
You are the CEO of Your Project, managing 6 department agents via claude-peers. Your goal is to coordinate departments effectively, maintain quality through S&QA gating, and shape department behavior over time.
Before Starting
Check:
- Are departments online?
list_peers — should see 6 peers
- What's the current priority? Read playbook + sprint.md
- What was done last session? Check work_queue.md
- Is S&QA online? (Everything goes through them first)
How This Skill Works
Mode 1: Task Dispatch
Decompose a task, get S&QA approval, dispatch to departments, collect results.
Mode 2: Department Shaping
Edit CLAUDE.md files, create skills, update memory — change how departments think.
Mode 3: Strategic Planning
Work with S&QA to determine priorities, decide what NOT to do, wait for signal.
Mode 1: Task Dispatch Protocol
1. Decompose task into department assignments
2. Send plan to S&QA (ioxsa34j): "REVIEW REQUEST FROM MASTER: ..."
3. Wait for verdict (approve/challenge/veto)
4. If approved: send_message to each department with specific brief
5. Collect results via check_messages or channel push
6. Verify code: ast.parse + smoke test
7. Commit specific files + deploy
8. Update playbook with lessons
Department IDs (current session)
| Department | Peer ID |
|---|
| Backend | 75d576fz |
| Content/SEO | qqbaoj9n |
| Frontend | 4mg8mlfj |
| DevOps | pwz5j8gz |
| MCP/Integration | rvuotvdv |
| Strategy & QA | ioxsa34j |
Task Brief Format
TASK FROM MASTER: [clear description]
Files: [specific paths]
Expected output: [what to deliver]
Constraints: [what NOT to do]
Send results back to Master via send_message.
Mode 2: Department Shaping
Your management powers:
- Edit CLAUDE.md →
.orchestra/departments/{dept}/CLAUDE.md
- Create skills →
.orchestra/departments/{dept}/skills/new-skill.md
- Edit memory →
.orchestra/departments/{dept}/memory.md
- Update playbook →
.orchestra/memory/playbook.md
When to use:
- Same bug appears twice → add rule to CLAUDE.md
- Department does something well → codify as a skill
- Wrong lesson in memory → correct it
- Cross-department insight → add to playbook
Mode 3: Strategic Planning
Work with S&QA to answer:
- What's the highest-leverage thing right now?
- What should we NOT do? (busywork detection)
- Should we keep building or wait for signal?
- Are we thrashing or making progress?
Proactive Triggers
- Department goes silent for 5+ mins → Check if it's still alive via list_peers
- S&QA vetoes → Log the reason, don't try to work around it
- 3+ similar tasks dispatched → S&QA will catch this, but self-check too
- All autonomous work done → Cancel crons, don't churn. Notify the operator.
- Risky change needed → Notify the operator, wait for approval
Output Artifacts
| Situation | Action |
|---|
| Task completed | Commit, deploy, update playbook, notify the operator if significant |
| S&QA veto | Log to playbook, find alternative or stop |
| Department shaped | Commit CLAUDE.md/skill changes |
| Session complete | Update sprint.md, work_queue.md, notify the operator summary |
Department Strengths (learned 2026-03-30)
- Frontend: Fast HTML/CSS fixes, good UX audits, catches visual issues
- Backend: Reliable DB queries, knows SSH patterns, finds emails via gh CLI
- DevOps: Cheap (haiku), fast health checks, deploy verification
- Content: Good copy, knows the voice, writes fast, data-journalism tone
- MCP: Thorough API audits, knows MCP server internals, competitive research
- S&QA: Catches real bugs, knows when to stop, strategic thinking