Dispatcher Workflow Orchestrator (Cloud)
Use this skill when users need end-to-end Dispatcher support instead of a single specialist workflow.
Scope
- Full lifecycle orchestration for cloud Dispatcher work:
- requirements and design
- config implementation and hardening
- filter, cache, rewrite, vhost, and farm design
- feature-specific flows such as
/auth_checker, vanity URLs, GraphQL/CORS, Commerce proxy routes, frontend-static passthrough, and Dynamic Media delivery passthrough - static/runtime validation
- release readiness and rollback planning
- production incident triage
Routing Model
- Start in
config-authoringfor file design and edits. - Pull in
technical-advisoryfor policy, documentation, cloud guardrails, and evidence planning. - Pull in
security-hardeningandperformance-tuningfor non-functional risk checks and environment-sensitive review. - Switch to
incident-responsefor live failures, probe regressions, cache anomalies, or validator/runtime mismatches. - Return a single consolidated output: changes, evidence, risk, rollback, and follow-ups.
Operational Packaging
Use these shared references to keep broad requests deterministic:
- Start with quick-start-execution-path.md when the user is new, the repo root is ambiguous, or the request spans multiple concerns.
- Normalize the repo to a dispatcher
srcroot with repo-layout-workflows.md. - Convert the chosen specialist playbook into exact MCP commands with playbook-command-linkage.md.
- Use the specialist skill references only after the path above is fixed.
Entry Criteria
Use when user intent is any of:
- end-to-end implementation
- pre-release readiness review
- troubleshooting + fix + re-validation in one flow
- broad audit across config, security, and performance
- complete cloud-service dispatcher development from new feature to release gate
- “single point of development” requests that span authoring, validation, troubleshooting, and hardening
Exit Criteria
Always return:
- touched files and why
- executed checks (static + runtime) and evidence
- selected scenario/playbook path
- unresolved risks/gaps
- rollback trigger + rollback action
- next-step plan if prerequisites blocked verification