Agent skill · Workflow & Productivity

workflow-router

Goal-based workflow orchestration - routes tasks to specialist agents based on user goals

vibeeval521★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill workflow-router --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/workflow-router/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Workflow Process
  3. Step 1: Goal Selection
  4. Step 2: Plan Detection
  5. Step 3: Resource Allocation
  6. Step 4: Specialist Mapping
  7. Step 5: Confirmation
  8. Agent Spawn Examples
  9. Research (Librarian)
  10. Plan (Oracle)
  11. Build (Kraken)
  12. Fix (Sentinel then Kraken)
  13. Invisible Routing Principle
  14. Decision Flowchart
Commands it runs
ls thoughts/shared/plans/*.md 2>/dev/null
More from vibecosystem
All skills →
About this skill
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 vibeeval/vibecosystem --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 vibeeval/vibecosystem, a repository with 521 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.

Keep going