using-aisdlc
using-aisdlc(Spec Pack 流程唯一路由器 / Router)
你现在在用什么
这是一个“导航 + 门禁”型技能:在 Spec Pack(分支名 {num}-{short-name})流程里,只有本技能(Router)有权决定下一步用哪个 skill;其它技能都是 worker,只负责本阶段门禁 + 落盘 + DoD。
开始时必须宣布:「我正在使用 using-aisdlc 技能导航 Spec Pack 流程,正在执行 spec-context 获取上下文。」
渐进式展开(按需读取)
你要求的机制是“先读 Router,再按需读细则”,因此:
- 默认只读取本文件
SKILL.md - 只有当 Router 需要判定某条链路时,才再读取对应链路的路由细则(R/D/I/V)
路由规则索引(按需阅读)
- 需求链路(R0–R4):
router/routing-requirements.md - 设计链路(D0–D2):
router/routing-design.md(R→I 过渡时必读,见 D0 强制门禁)
More from zixun-github/aisdlc
spec-product-prd
Use when 需要在 sdlc-dev 的产品需求 Spec 流程执行 R2,将 requirements/solution.md 转写为可交付、可验收、可测试的 requirements/prd.md,且需要避免猜路径、在缺少 solution.md 时仍继续生成、或用“待确认问题/Open Questions”替代验证清单。
128spec-product-prototype
Use when 需要在 sdlc-dev 的产品需求 Spec 流程执行 R3(原型生成),基于 requirements/prd.md 产出 requirements/prototype.md(任务流+页面结构+ASCII线框+AC映射+走查脚本),并避免缺少上下文/缺少 PRD 仍继续生成、用 Open Questions 代替验证清单、或用非 ASCII 方式导致原型不可追溯与不可评审。
123subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
111spec-product-demo
Use when 需要在 sdlc-dev 的产品需求 Spec 流程执行 R4(基于 requirements/prototype.md 生成可交互 Demo 工程),并需要避免跳过 spec-context、在缺少 prototype.md 或缺少可运行 Demo 工程根目录时仍继续、或自创页面/目录导致不可追溯与无法回流闭环。
111spec-receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
110spec-context
Use when 需要在 sdlc-dev 的 Spec 流程中定位当前 spec pack(FEATURE_DIR)、避免在错误目录读写 requirements/*.md,或出现"看错上下文/写错文件/分支不符合规范"的问题。
106