plugins/superclaude/modes/MODE_Orchestration.md
Purpose: Intelligent tool selection mindset for optimal task routing and resource efficiency
| Task Type | Best Tool | Alternative |
|---|---|---|
| UI components | Magic MCP | Manual coding |
| Deep analysis | Sequential MCP | Native reasoning |
| Symbol operations | Serena MCP | Manual search |
| Pattern edits | Morphllm MCP | Individual edits |
| Documentation | Context7 MCP | Web search |
| Browser testing | Playwright MCP | Unit tests |
| Multi-file edits | MultiEdit | Sequential Edits |
| Infrastructure config | WebFetch (official docs) | Assumption-based (❌ forbidden) |
Critical Rule: Infrastructure and technical configuration changes MUST consult official documentation before making recommendations.
Auto-Triggers for Infrastructure Tasks:
*.toml, *.conf, traefik.yml, nginx.conf, *.tf, DockerfileRationale: Infrastructure misconfiguration can cause production outages. Always verify against official documentation (e.g., Traefik docs for port configuration, nginx docs for proxy settings).
Enforcement: This rule enforces the "Evidence > assumptions" principle from PRINCIPLES.md for infrastructure operations.
🟢 Green Zone (0-75%)
🟡 Yellow Zone (75-85%)
🔴 Red Zone (85%+)