Curating Skill Portfolios
Use when deciding whether a capability deserves its own skill, whether something should be a skill or a reference, where a new skill belongs, or whether two skills overlap — 当你在判断要不要新建一个 skill、这块该不该独立成 skill 还是塞进某个 reference、一组 skill 的边界与重叠时。Triggers: 立项一个新 skill、重构 skill 版图、"这是 skill 还是 reference"、portfolio 体检、两个 skill 触发条件打架。Do NOT use when you only need to write or pressure-test a single skill…
Pacing And Estimation
Use when 你(orchestrator/agent)在 Codex 下要消费 ccm 的只读 advisory 把它配速或估算——读当前 Codex 账号 5h/7d 用量、把长跑对照配额窗口 pace、估目标 ETA / 查进度偏差(EVM) / 看综合风险 / 算 cost-to-complete、或要读懂 `ccm usage advise` `ccm estimate forecast` 的 verdict 与字段时。它给的是**消费机制知识**:单侧走廊 verdict(hold/throttle/switch/stop_5h/stop_7d)怎么读、Codex 当前账号 rate-limit 信号源、估算诚实字段(coverage_pct/confidence/conformal 区间)什么时候该降低对预测的信任、usage 与 estimate 张力怎么看。Trig…
Cc Master Stop
Triggers: 当你在 Claude Code 收到 `/cc-master:stop ...`(或同名命令入口)时,不能直接触发该 skill;Do NOT execute directly,这只是 unsupported stub 说明位。
Distilling Lessons Into Assets
当你(作为某个经验蒸馏流程的执行者,例如把一份复盘文档里的候选经验落成项目资产)要判断一条候选经验该落成纪律文档 / skill / workflow / subagent 中的哪一种、以及落地时该怎么写才不走样时用。教一套归宿判断决策树 + 四类资产各自的落地手艺与反模式:事实性 / 项目专属的经验归纪律文档(条目带 why);可复用的判断力 / 方法论归 skill(且需过其纪律型 body 的压力测试要求);确定性编排形状归 workflow;角色化专职分工归 subagent。核心红线:候选内容草稿到写进资产之间不允许脱离原始证据的改写 / 泛化;证据不足或归宿不确定也绝不静默丢弃,标注后落最低成本的托底归宿。Triggers:“这条经验该进纪律文档还是 skill”、“归宿判断”、“资产落地”、蒸馏流程引导加载、规划蒸馏计划阶段。Do NOT use when 你在做代码本身的…
Cc Master Discuss
Triggers: 当你在 Codex 收到 `$cc-master-discuss <node-id>` 时,围绕 awaiting-user 决策包做讨论并写入 sidecar;Do NOT 用于非等待类节点或替代 board 面更新。
Using Ccm
Use when you (orchestrator/agent) read or mutate a cc-master board through the ccm CLI in Codex —— 当你在 Codex 下要用 ccm 操作 board:建板 / 加改任务 / 起跑·完成·阻塞 / 查 ready·DAG·临界路径 / 记 judgment_call·log / 收 cadence iteration / arm watchdog / 查 harness inventory / 读当前账号 5h·7d 用量 / 刷新 Codex plugin 与 `$cc-master-*` 入口时。它一体两面:面1=ccm 操作手册(命令面 + board 状态机心智 + 写入关卡纪律:status 走生命周期 verb 不用 --set、load-bearing 字段走专属命令、boa…
Cc Master Distill
Triggers: 当你在 Codex 收到 `$cc-master-distill <retro-path...> [--asset-type <disc,skill,workflow,subagent>] [--apply pr|draft] [--out-branch <name>]` 时,把一份或多份复盘文档的候选经验蒸馏成目标项目的实际资产(纪律文档 / skill / workflow / subagent),一律走 feature-branch+PR 或非 git 项目的变更草稿目录收口;Do NOT 用它写 board、Do NOT 调用任何 ccm 命令、Do NOT 静默丢弃任何候选经验。
Grounding Skill Evals
Use when measuring a cc-master skill — 当你写完一个 skill 的 body 要度量它好不好、要迭代它、或在改 description / 纪律段前后想知道改动有没有用时. Triggers: 写完 body 要量化、给 skill 写 OBJECTIVE.md 或 .design/OBJECTIVE.md、跑 trigger 准确率 eval、改 description 前后比 accuracy、防 description 过拟合 / 防自欺、读 eval 判决. Do NOT use for writing the skill body itself (→ cc-master-skillsmith) or deciding whether a skill should exist at all / portfolio 准入 (→ curatin…
Engineering With Craft
Use when you (a coding/execution agent) are designing, building, or testing actual code and want to apply established engineering theories well —— 当你(执行 agent)在动手设计 / 开发 / 测试代码、想遵循 DDD / SDD / TDD / OOP 的最佳实践与品味时:怎么给领域建模(bounded context / aggregate / 不变式)、怎么写好类(SOLID / 四柱 / 组合优于继承)、怎么 spec-first(契约即 SSOT)、怎么 test-first(红绿铁律 / constraint parity)。核心是工程心智模型 + 哲学 + 艺术品味 + 方法论,叠加 no-silent-failure / s…
Slicing Goals Into Dags
Use when you (orchestrator) carve a goal/epic into a board DAG —— 当你要把一个目标 / epic 切成 board 任务依赖图时:怎么拆、先做什么、任务多大粒度、纵切还是横切、怎么尽早 ship 可用增量 + 最大化并行。教敏捷切分的道与品味:纵切薄增量(非横切技术层)、walking skeleton、粒度为并行与验收而定、按价值/风险排序、切片映射到 cadence/iteration。Triggers: "这个目标怎么拆 / 先做什么后做什么"、把 epic 拆成 board、定任务粒度、纠结纵切 vs 横切、想尽早 ship 一个可用增量 / 想拉满并行度。Do NOT use when 一张已切好的 DAG 怎么排期 / 算临界路径(那是 master-orchestrator-guide 的 decomposi…
Cc Master Retro
Triggers: 当你在 Codex 收到 `$cc-master-retro [--home <path>] [--board <board-stem>] [--out <dir>]` 时,对一块 cc-master board(进行中或已归档均可)做只读复盘并把复盘文档写进被编排项目内;Do NOT 用它写 board、不用于替代 handoff 的续接叙事。
Plugin Release Engineering
当你要打包、分发、发布或审查 cc-master 的 CLI/plugin release 流程时使用;覆盖 source/dist/package 边界、host adapter artifacts、版本线、release checks 和 marketplace 元数据。
Cc Master Skillsmith
当你创建、编辑或审查一个 cc-master skill 时用——尤其是那种纪律型(discipline-enforcing)skill(master-orchestrator-guide、authoring-workflows、本 skill),它的规则 agent 在压力下能合理化掉。Triggers: 新建/修改/审查本仓 skill、加 Rationalization Table / Red Flags / 决策程序、改 SKILL.md 的纪律段或 description;或当你发现自己正打算先动手写 skill 正文、却没先看一个 agent 失败。Do NOT use when 你只是要判断要不要建一个 skill / 这块该 skill 还是 reference / 两个 skill 重不重叠(那是 curating-skill-portfolios);Do NOT us…
Plexus
A local, open-source capability gateway for AI agents — one AI-native self-describe endpoint so any agent can discover, understand, be granted, and call the software on your machine, under a trust model you can see, scope, and revoke.
Cc Master Handoff To New Session
Triggers: 当你在 Codex 收到 `$cc-master-handoff-to-new-session` 时,按接替流程 quiesce/drain、写 handoff 并归档 board;Do NOT 在未确认时直接结束或遗漏迁移信息。
Cc Master Retro
Triggers: 当你在 Codex 收到 `$cc-master-retro [--home <path>] [--board <board-stem>] [--out <dir>]` 时,对一块 cc-master board(进行中或已归档均可)做只读复盘并把复盘文档写进被编排项目内;Do NOT 用它写 board、不用于替代 handoff 的续接叙事。
Dev As Ml Loop
Use when dev work should be run as an ML-style optimization loop, either by a master orchestrator shaping dev-task handoffs/subagent roles or by an execution agent driving one task to acceptance —— 当你要把开发工作当成优化过程来跑:master orchestrator 用它设计外层 dev loop/objective/measurement/subagent 组件分工/restart-stop/board ledger 语义,执行 agent 用它把单个开发任务推进到验收。心智锚:验收=目标函数、loop=迭代优化(提议→测量→调整)、测试=测量仪器/梯度、explore vs explo…
Harness Plugin Architecture
当你要把 cc-master 或类似项目设计/重构成多 agent harness 兼容的 CLI + plugin 架构时使用;覆盖 paragoge 式 source-to-adapter、SAP skills、PHIP hooks、host adapter 边界、path token 策略和目录不变量。
Requirement Elicitation
通过协作对话挖出用户真实业务痛点、在动手实现前先把需求搞对的心智——本仓 dev 流的需求发现闸(取代 superpowers:brainstorming,让 cc-master 的 dev meta-skill 自洽不外依赖)。Use when: 开始本仓任何 feature / skill / 行为改动之前(动第一下实现之前,无论请求看起来多简单);请求以一个猜出来的方案形态到来而底层问题没说出口("加个按钮" / "给我做个 X");要建模或动手却说不清真实需求、指不出一个它真在疼的具体实例;为一个新问题空间和用户共创词汇;一个请求捆了多个独立子系统、动手前要先拆;作为 master orchestrator 跑前台需求发现对话(挖需求是指挥自己的活,绝不外包)。Do NOT use: 已确认需求后写一个 skill 的 body → cc-master-skillsmith;判要…
Master Orchestrator Guide
Use when running a long-horizon (>24h) goal as a master orchestrator, or coordinating several background agents / workflows toward one large goal — 当你在做总指挥协调多个后台任务时 — even if the user never said "orchestrate". 每次 compaction 之后都要用。一旦你抓到自己在以下任一情形——后台还有可派发的活却 idle-wait 空等、为显得忙而 manufacture busywork、亲手抄起乐器(亲自实现或 review)、把 green gate 或空 review 当 passed、或擅自决定一个本该用户拍板的 merge / 不可逆步骤——立刻调用。
Cc Master As Master Orchestrator
Triggers: 当你在 Codex 收到 `$cc-master:cc-master-as-master-orchestrator ...`(兼容 `$cc-master-as-master-orchestrator ...`、`$cc-master:as-master-orchestrator ...`)时,初始化或接管 orchestration board;仅作为会话入口,Do NOT 在这里写通用流程说明。
Cc Master Stop
Triggers: 当你在 Codex 收到 `$cc-master-stop` 时,确认后归档当前 board 并标记 orchestration 停止;Do NOT 将其与 Codex 内置 `/stop` 混淆。
Adapter Projection Engineering
当你要实现、修改或调试 cc-master/paragoge 式 source-to-adapter 投影脚本时使用;覆盖 SAP/PHIP 文件复制、slot/placeholder rewrite、host dist 生成、sync check、path token 和测试策略。
Authoring Workflows
当你在 Cursor IDE Agent 下想写 / 调试 / 启动 cc-master 的 workflow 脚本、或想套用 Claude Code dynamic-workflow API 时用——这是 Cursor adapter 的 unsupported stub。Triggers: 在 Cursor 里提到 Workflow 工具、`agent()` / `parallel()` / `pipeline()` / `phase()` / `workflow()`、后台 task id、workflow resume/cache/budget、"能不能把 Claude Code workflow 直接搬到 Cursor"。Do NOT use when 只是做普通 Cursor 任务规划、普通 shell 脚本、或使用已验证的 Cursor 产品面并行能力(Task + bac…