← ClaudeAtlas

orchestrator-playbooklisted

orchestratorX complete workflow handbook. Contains planning dialogue, Mode A/B/C workflows, core iteration loop, Hybrid Tree routing, requirement change handling, Auto-Routing, Start Rule.
TreeX-X/WorkFlowX · ★ 29 · AI & Automation · score 82
Install: claude install-skill TreeX-X/WorkFlowX
# orchestrator Playbook > **Positioning**: orchestratorX's complete workflow handbook. Contains main workflow logic and on-demand trigger modules. ## Module Index | # | Module | Trigger | File Path | |---|--------|---------|-----------| | 1 | Environment Init + MCP Degradation | First entry to xwhole/xlocal/xunit | `modules/01-environment-init.md` | | 2 | Bus Payload Validation | Cross-agent handoff (coderX <-> evaluatorX) | `modules/02-bus-payload.md` | | 3 | Post-Evaluation Document Update | After evaluatorX returns | `modules/03-post-evaluation.md` | | 4 | Prompt Preprocessing | Before calling coderX (not whole planning first round) | `modules/04-prompt-preprocess.md` | | 7 | Status Report | `/xstatus` 指令触发 | `modules/07-status-report.md` + `templates/status-report.html` | | 8 | Requirements Discovery & Proactive Challenge | Before Planning Phase dialogue (xwhole) or before PRD detection (xlocal) | `modules/08-requirements-discovery.md` | **Loading rule (Optimized)**: - **Session Memory Cache**: After first Read, cache module content in session memory (`module_cache`). Subsequent accesses read from cache instead of disk. - **Cache Key**: Use module file path as cache key. - **Invalidation**: Cache persists for entire session. Clear only on new session start. - **Never load all modules at once** — still applies, but cached modules are instant access. --- ## Parameter Parsing > **orchestratorX responsibility**: Parse parameters from `$ARGUMENTS` before workflow execu