按 CCB 主流程完成需求分析、多轮协商、技术设计、任务切片,并生成供派工使用的精简 spec。
在任务通过审查后,完成文档交付决策、状态归档、spec 归档与可选复盘记录。
根据精简 spec 生成派工指令并异步派发给 Codex,遵守可用性检查、foreground 与 Async Guardrail。
初始化 CCB 项目骨架,检查依赖,自动扫描项目事实,生成项目级 CLAUDE.md、AGENTS.md、.claude/settings.json 与 docs/.ccb 目录。
从 docs/.ccb/state 中恢复进行中任务,补齐当前步骤、分支与 spec 上下文,帮助 Claude 延续会话。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude + Codex Multi-AI Collaboration Framework
SU-CCB 是一套 Claude Code 插件,将 AI 协作视为工程管理问题而非"智能补全工具"。它在 Claude 和 Codex 之间建立了设计-执行分离、审批门控、多轮协商、结构化回执的完整协作流程。
# 1. 安装 Claude Plugin
/plugin marketplace add SU-CCB/su-ccb-claude-plugin
/plugin install ccb@SU-CCB
# 2. 安装 Codex Skills(配套仓库)
# 在 Codex 会话中执行:
$skill-installer install https://github.com/SU-CCB/su-ccb-codex-skills/tree/main/skills/ccb-execute
$skill-installer install https://github.com/SU-CCB/su-ccb-codex-skills/tree/main/skills/ccb-doc
# 3. 在项目中初始化
/ccb:su-init
| 命令 | 用途 |
|---|---|
/ccb:su-init | 初始化项目骨架(自动扫描技术栈、生成 CLAUDE.md / AGENTS.md / docs/.ccb/) |
/ccb:su-plan | 需求分析 → 多轮协商 → 技术设计 → 任务切片 |
/ccb:su-dispatch | 生成派工指令并异步派发给 Codex |
/ccb:su-review | 收到回执后自动审查(符合性、边界、验证、风险) |
/ccb:su-archive | 归档 spec、更新状态、可选复盘 |
/ccb:su-resume | 从上次中断的任务恢复上下文 |
Claude 做决策(需求、设计、审查),Codex 做执行(编码、验证、文档)。角色不混淆。
Step 1-2 阶段 Claude 自动与 Codex 进行多轮协商:
| 依赖 | 类型 | 说明 |
|---|---|---|
| su-ccb-codex-skills | 必需 | Codex 侧执行和文档 skills |
ccb-transport — Bash:ask、pend;Skill:/mounted、/cping | 必需 | Claude-Codex 通讯基础设施 |
| SuperClaude | 可选增强 | 协商和审查阶段深度分析 |
| Superpowers | 可选增强 | Codex 执行阶段能力增强 |
SuperClaude / Superpowers 缺失时 CCB 正常运行,不阻塞。
# 本地测试(不安装,直接加载)
claude --plugin-dir ./
# 验证 plugin 结构
/plugin validate .
MIT
Sue | GitHub | TG: @Sue_muyu
npx claudepluginhub su-ccb/su-ccb-claude-plugin --plugin ccbPersistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses