用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zwztms/kaifa-skill --skill dev-routing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
完成需求理解、业务闭环和验收口径设计。Invoke after routing or investigation, before any detailed technical design or coding.
把业务设计转成模块、接口、数据和实现方案。Invoke after business design is accepted and before coding starts.
做收尾检查并归档流程总结文档。Invoke only after review-hard confirms the task can be closed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | dev-routing |
| description | 判断当前开发任务应走哪条流程并声明状态。Invoke when a new development request starts or when scope changes significantly. |
作为总路由器,先判断当前任务类型、项目状态、上下文完整度,再决定进入哪个下游 skill。
路由判断中business-design -> code-detailed-design -> implement-verify -> review-hard -> completion-workflow
repo-investigation -> business-design -> code-detailed-design -> implement-verify -> review-hard -> completion-workflow
以下情况必须进入 repo-investigation:
必须输出:
当前状态:路由判断中
当前目标:判断本次任务的执行流程
已知事实:
- ...
我的推荐:流程 A
推荐理由:...
请你做选择:
1. 流程 A(推荐) - 适用于...,风险...
2. 流程 B - 适用于...,风险...
3. 直接编码 - 仅在...时可选,风险...
是否允许直接编码:是/否
如果允许直接编码,需用户确认:...
下一步动作:进入 ...