agent-orchestrationlisted
Install: claude install-skill witchwasin/Axiom-PMO
# PMO Skill: Agent Orchestration
> **Related Skills:** None (self-contained).
This skill covers Auto Plan Mode, Research Agent, and Agent Team structure for Claude Code PMO workflows.
---
## Auto Plan Mode
> **Every task that requires planning or creating output - Claude must enter Plan Mode automatically without waiting for the user to ask.**
### Tasks that REQUIRE Plan Mode
| Task Type | Examples |
|----------|----------|
| **Create new Diagram** | Activity Diagram, Use Case Diagram |
| **Create new Task Breakdown** | Task Breakdown, Gantt Chart |
| **Modify existing Diagram/Task** | Update flow, add cases, change timeline |
| **Analyze MOM/REQ to create output** | Read MOM then create diagram or task breakdown |
| **Multi-file impact tasks** | New feature requiring diagram + use case + task breakdown updates |
### Tasks that DO NOT require Plan Mode
| Task Type | Examples |
|----------|----------|
| **Simple Q&A** | Explain syntax, answer format questions |
| **Read and summarize** | Read MOM and summarize (no output created) |
| **Minor edits** | Fix typo, change color, fix syntax error |
### Procedure
1. **Evaluate immediately** whether the task requires Plan Mode
2. **If yes** - use `EnterPlanMode` immediately, announce: "Entering Plan Mode to plan before starting"
3. **In Plan Mode** - follow all rules (read REQ/MOM, ask Actor, analyze Cases, etc.) then present plan for user approval
4. **After user approves** - execute according to plan
---
## Research Ag