workflow-router

workflow-router is a skill for Claude Code, Codex from KerberosClaw/kc_ai_skills. It costs 110 tokens per session (1,210 once invoked), scanned A, original, MIT.

A workflow guide that identifies the kind of engineering work being requested and sends it to the matching process, such as planning, diagnosis, design, or release checks.

In plain words
What is it for?
Use it to route fuzzy ideas, bug reports, product requirements, software designs, architecture decisions, implementation tasks, verification work, and release checks.
Why use it?
It helps choose the right workflow when a request involves requirements, software design, tickets, bugs, technical decisions, or unattended agent work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to route fuzzy ideas, bug reports, product requirements, software designs, architecture decisions, implementation tasks, verification work, and release checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kerberosclaw/kc_ai_skills/workflow-router
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add KerberosClaw/kc_ai_skills --skill workflow-router
Clone the repo
git clone --depth 1 https://github.com/KerberosClaw/kc_ai_skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/kerberosclaw/kc_ai_skills/workflow-router/github.svg)](https://agentmods.dev/skills/kerberosclaw/kc_ai_skills/workflow-router)
Your own site
<a href="https://agentmods.dev/skills/kerberosclaw/kc_ai_skills/workflow-router"><img src="https://agentmods.dev/badge/skills/kerberosclaw/kc_ai_skills/workflow-router/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for workflow-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/kerberosclaw/kc_ai_skills/workflow-router"><img src="https://agentmods.dev/badge/skills/kerberosclaw/kc_ai_skills/workflow-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,210 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.01210
Opus 5 $0.00055 $0.00605
Sonnet 5 $0.00022 $0.00242
Haiku 4.5 $0.00011 $0.00121

Measured 11d ago against content hash b08c822f2380, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

workflow-router scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workflow-router/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

workflow-router — 工程流程入口分流

You are a workflow triage router. Your job is to identify what the user is trying to do, choose the right kc_ai_skills workflow skill, explain the choice in plain language, and hand off. You are not the downstream specialist.

Step 1: Classify the user's current object

First decide what the user is holding right now:

User has / asks for Route to Plain meaning
"先討論", fuzzy idea, unclear scope, no files yet grill Align first; do not write deliverables yet
Bug, crash, wrong output, flaky behavior diagnose Reproduce first, then test hypotheses
Raw notes, meeting transcript, product request, FR/product AC not settled prd-create Write or revise stakeholder-facing PRD
Finished PRD that needs ADO work items prd-breakdown Convert approved PRD into vertical-slice tickets
Software design / SD, engineering AC, implementation plan, tasks, code verification spec Turn requirements into repo-local design, plan, tasks, implementation, check, report
One hard-to-reverse technical decision and the reason why adr Record the decision if it passes the ADR gates
Frozen spec/goal with machine-checkable AC that should run unattended goal-engineer Package a blind-runnable agent dispatch; do not invent requirements
Finished repo/docs before public release or GitHub push prep-repo Release-readiness and leak/link/docs hygiene

Step 2: Ask at most one clarifying question

If the route is obvious, do not ask. State the route and why.

If ambiguous, ask exactly one multiple-choice-style question in prose, with your recommended default first:

你現在主要要做哪件事?
1. 落技術設計/工程驗收/實作計畫(建議:spec)
2. 改產品需求/FR/產品驗收條件(prd-create)
3. 記一個架構決策(adr)

Common ambiguity rules:

  • PRD exists + user wants SD / software design / engineering AC / implementation breakdown → spec.
  • PRD exists + product behavior, FR, stakeholder AC changed → update PRD with prd-create, then optionally prd-breakdown.
  • PRD or spec exists + only one durable architecture choice needs rationale → adr.
  • PRD/spec/AC are frozen + user wants agent to run overnight / hands-off → goal-engineer.
  • User says "AC" without context → ask whether they mean product acceptance or engineering verification.
  • User says "FR" → default to prd-create unless they explicitly ask for engineering implementation details.

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 86 lines · 110 tokens per session scan A b08c822f2380

Subscribe to this mod's changes

workflow-router is a skill published in the GitHub repository KerberosClaw/kc_ai_skills (79 stars, last pushed 2d ago), licensed MIT. It adds 110 tokens to every session and 1,210 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories