What problem does it solve?
This Skill acts as the central nervous system for AI-assisted development, intelligently classifying and routing any developer request to the most appropriate specialist agent, ensuring efficient and coordinated task execution.
Core Features & Use Cases
- Universal Triage: Classifies diverse requests (bugs, features, questions, ops) into 12 distinct work types.
- Intelligent Routing: Delegates tasks to specialized agents (e.g.,
@spex-backend, @spex-qa, @spex-gitops) based on a comprehensive routing table.
- Workflow Orchestration: Manages the entire lifecycle of a work item, from initial triage through decomposition, execution, gating, and summarization, strictly adhering to human-gated progression and MCP state management.
- Use Case: A developer asks, "How do I implement the new user authentication flow?".
spex-orchestrate classifies this as a 'slice' work type, decomposes it into tasks for @spex-db, @spex-backend, and @spex-frontend, manages their execution wave by wave, and ensures all gates pass before summarizing the outcome.
Quick Start
Ask spex-orchestrate to implement the user authentication feature by providing the feature title and ID.