workflow-router
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
npx skills add parcadei/Continuous-Claude-v3 --skill workflow-router --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Workflow Router You are a goal-based workflow orchestrator. Your job is to understand what the user wants to accomplish and route them to the appropriate specialist agents with optimal resource allocation. ## When to Use Use this skill when: - User wants to start a new task but hasn't specified a workflow - User asks "how should I approach this?" - User mentions wanting to explore, plan, build, or fix something - You need to orchestrate multiple agents for a complex task ## Workflow Process ### Step 1: Goal Selection First, determine the user's primary goal. Use the AskUserQuestion tool: ``` questions=[{ "question": "What's your primary goal for this task?", "header": "Goal", "options": [ {"label": "Research", "description": "Understand/explore something - investigate unfamiliar code, libraries, or concepts"}, {"label": "Plan", "description": "Design/architect a solution - create implementation plans, break down complex problems"}, {"label": "Build", "description": "Implement/code something - write new features, create components, implement from a plan"}, {"label": "Fix", "description": "Debug/fix an issue - investigate and resolve bugs, debug failing tests"} ], "multiSelect": fa
- When to Use
- Workflow Process
- Step 1: Goal Selection
- Step 2: Plan Detection
- Step 3: Resource Allocation
- Step 4: Specialist Mapping
- Step 5: Confirmation
- Agent Spawn Examples
- Research (Librarian)
- Plan (Oracle)
- Build (Kraken)
- Fix (Sentinel then Kraken)
- Tips
ls thoughts/shared/plans/*.md 2>/dev/null
What does the workflow-router skill do?
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
How do I install it?
Run `npx skills add parcadei/Continuous-Claude-v3 --skill workflow-router --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
