Маршрутизация задач к агентам разработки
orchestration
workflow-router is a Claude Code skill that routes tasks to specialist agents based on the user's stated goal: Research, Plan, Build, or Fix. At each step it uses the AskUserQuestion tool to clarify intent, check for existing plans under thoughts/shared/plans/, and let the user choose a resource allocation level — Conservative, Balanced, Aggressive, or Auto — before displaying an execution summary for confirmation. Four specialist agents cover the full development cycle: oracle for research, plan-agent for architecture, kraken for implementation, and debug-agent for debugging; the Fix workflow chains debug-agent and kraken sequentially. Before any Build task, the skill recommends running /premortem deep on the plan to surface risks early. It fits teams that need structured, interactive agent orchestration across complex multi-phase workflows.
- #workflow-routing
- #agent-orchestration
- #task-management
- #goal-based
- #resource-allocation