用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review a declared code change or code scope with evidence-backed findings and five independent quality scores. Use for pull requests, diffs, commits, patches, file sets, modules, bug fixes, refactors, and implementation-review requests.
Diagnose and recover a CCB agent whose provider context is corrupted, stale, overloaded, or semantically off-track when the user wants more than a plain clear: clear the agent only after safety checks, reconstruct the active task context from CCB lineage/runtime evidence, and resume or resubmit the interrupted work with a compact handoff. Use for requests like "clear this agent then restore its task", "context is broken but continue the current job", "repair talk1/worker context and inherit current state", or "after clear, recover the task".
Diagnose and recover CCB communication and reply delivery stalls. Use when a user reports a missing CCB_REPLY, stuck ask, agent stuck busy/delivering, queued work behind an active job, cancelled/incomplete reply, empty artifact, chain not continuing, rejected active-turn followup, duplicate retry after success, or a CCB mailbox/communication backend that appears stuck.
基于 SOC 职业分类
正在显示 SKILL.md
| name | su-plan |
| description | /ccb:su-flow 的 deprecated alias;保留到 v1.5 grace window。 |
| metadata | {"short-description":"su-flow 兼容入口"} |
/ccb:su-plan 是历史入口,语义等同于 /ccb:su-flow 的 planning 用法。v1.x 保留它是为了让旧项目和用户习惯不过早断裂。
新任务、新文档和新 UI 应优先使用 /ccb:su-flow。
默认可进入 planning 三节点:
| 节点 | Manifest |
|---|---|
| 需求分析 | references/kernel/nodes/requirement_analysis.node.md |
| 技术设计 | references/kernel/nodes/technical_design.node.md |
| 任务拆分 | references/kernel/nodes/task_breakdown.node.md |
如果用户意图超出 planning,例如要求直接派工或审查,Claude 可以提示改用 /ccb:su-flow,也可以在充分说明后进入对应节点。
/ccb:su-plan 帮我分析这个需求
/ccb:su-plan docs/02_需求设计/foo.md
等价转换:
/ccb:su-flow <同一用户意图>
本 skill 不调用 Console 业务写入接口,不读取 Console 作为业务真相源。定位上下文时先读 docs/00_项目总览.md、docs/00_文档地图.md 和 docs/.ccb/docs-structure-contract.yaml;Requirement / technical_design / dev_task 等业务文档落点必须经 docs-structure resolver / 目录契约定位,拆分草案仍写 docs/.ccb/drafts/breakdown/ 机制件。
su-plan 保留到 v1.5。v1.5 之后是否删除由用户另行拍板。保留期间:
su-plan 独有语义。/ccb:su-flow。