Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccb:su-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 用户提出新的实现需求、重构需求或勘探需求。
docs/.ccb/index/*.yaml 与 docs/.catalog.yaml。docs/.ccb/index/project.yaml 是否存在。
ask <provider> --foreground 向 Codex 发起 mode: consult 协商请求,收集对代码现状的意见和可行性分析。ask <provider> --foreground 向 Codex 发起技术方案协商,收集实现可行性、技术最优解、风险评估。analysis_depth_hint 自动触发 SuperClaude 深度分析。su-dispatch 的派工摘要。soft_max_rounds = 3:大多数情况足够收敛hard_max_rounds = 5:架构权衡可能需要 4-5 轮Claude 在以下任一条件满足时终止协商:
status=blockedstatus=answered + 无新 findings + 无新 open_questions + recommendation 稳定hard_max_rounds| 场景 | 动作 |
|---|---|
| 低风险、可逆、局部决策 | Claude 带假设冻结设计 |
| 高影响、跨模块、契约/模式/流程决策 | 升级给用户 |
| 上下文不足 | 升级给用户或要求更多源材料 |
.ccb/decisions/)confirmed_conclusions:上限 5-8 条open_questions:仅当前未解决项delta_since_last_round:round > 1 时必填/sc:design [目标摘要]| Codex hint | SC 命令 | 触发规则 |
|---|---|---|
sc-brainstorm | /sc:brainstorm | Step 1,需求仍模糊/目标冲突/范围未拆解 |
sc-design | /sc:design | 架构边界/模块拆分/接口设计需深度推理 |
sc-analyze + security | /sc:analyze --focus security | 安全风险高影响且影响设计选择 |
sc-analyze + performance | /sc:analyze --focus performance | 性能在关键路径 |
sc-spec-panel | /sc:spec-panel | ≥2 个可行设计 + 权衡高影响或跨模块 |
sc-estimate | /sc:estimate | 需要规模估算来决定拆分/顺序/资源 |
sc-troubleshoot | /sc:troubleshoot | 协商主题是故障诊断 |
sc-research | /sc:research | 缺失信息是仓库和文档之外的外部信息 |
human-decision | 不触发 SC | 升级给用户,SC 不替代用户权威 |
/sc:spec-panel [spec 路径]/sc:workflow [PRD 路径]/sc:estimate [任务描述]Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub su-ccb/su-ccb-claude-plugin --plugin ccb