AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Workflow Router

skill-kerberosclaw-kc-ai-skills-workflow-router · by KerberosClaw

Use when the user is unsure which kc_ai_skills workflow skill to use, or describes work involving PRD, SD/software design, FR, AC/acceptance criteria, ADR, tickets, implementation, debugging, release checks, or unattended agent execution. Triage the request with at most one clarifying question when needed, explain the route in plain language, then hand off to the right specialist skill. This is a…

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-kerberosclaw-kc-ai-skills-workflow-router

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kerberosclaw-kc-ai-skills-workflow-router)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Workflow Router? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

You are a workflow triage router. Your job is to identify what the user is trying to do, choose the right kcaiskills 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.

Step 3: Hand off cleanly

Output a short route decision:

用 `spec`。
原因:你已有 PRD,現在要落 SD / 工程 AC / 實作拆分;這是 repo-local 技術設計與驗收,不是改產品 PRD。

下一步可以這樣開:
/spec 

If the environment supports invoking the target skill directly, proceed with that skill after the route decision. If not, give the exact command or phrasing the user should use.

Anti-patterns

  • ❌ 自己開始寫 PRD / spec / ADR / ticket — router 只分流。
  • ❌ 問一整份問卷 — 最多一個澄清問題。
  • ❌ 看到 "PRD" 就一律 prd-create — 有 PRD 但要落技術設計時是 spec
  • ❌ 看到 "decision" 就一律 adr — 只有難回頭、有脈絡價值、有取捨的決策才 ADR。
  • ❌ 把 goal-engineer 當成需求釐清工具 — 它只包已凍結目標的無人值守執行。

Important rules

  1. Route, don't do. 本 skill 是入口,不是下游工作者。
  2. One question max. 不清楚才問,而且只問最能分流的一題。
  3. PRD / SD / FR / AC 用白話翻譯。 FR = 功能需求;AC = 驗收條件;SD = 軟體/系統設計。
  4. 產品層走 PRD,工程層走 spec,決策紀錄走 ADR,無人值守走 goal-engineer。
  5. Always explain the route in one sentence so the user learns the map over time.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.