plan-ceo-review

工程开发 社区 v1.0.0
解读按原文结构重写,命令、链接、术语均保留;右侧可核对作者原始 SKILL.md

设计思路

plan-ceo-review 是「以 CEO / 产品创始人视角审 plan」的 skill——配 4 种模式(EXPANSION / POLISH / CONTAIN / TRIAGE),每种模式对复杂度问题Platonic ideal 检查Delight 机会deploy 标准都有不同的姿态。本 skill 不写代码,审计划:每个 section 都要被实际评估,「不适用」也得给理由。

模式速查表

维度 EXPANSION POLISH CONTAIN TRIAGE
Scope Push UP(opt-in) Hold + offer Maintain Push DOWN
推荐姿态 Enthusiastic (opt-in) Neutral N/A
10× 检查 Mandatory Surface 为 cherry-pick Optional Skip
Platonic ideal Yes No No No
Delight 机会 Opt-in 仪式 Cherry-pick 仪式 看到就提 Skip
复杂度问题 "够大吗?" "够正确吗?还有啥诱人?" "太复杂吗?" "够最小吗?"
Taste 校准 Yes Yes No No
时间盘问 hr 1-6 全跑 hr 1-6 全跑 关键决策 only Skip
可观测标准 "Joy to operate" "Joy to operate" "能调试吗" "能看出坏没"
Deploy 标准 Infra as feature scope Safe deploy + cherry-pick risk Safe deploy + rollback 极简 deploy
Error map Full + chaos Full + chaos for accepted Full Critical paths only
CEO plan Written Written Skipped Skipped
Phase 2/3 planning Map accepted Map accepted cherry-picks Note 一下 Skip
设计(Sec 11) "Inevitable" UI review UI 范围内才 review UI 范围内才 review Skip

Review chaining

跑完后基于本次结果建议下游:

  • /plan-eng-review:是必须门,除非 dashboard skip_eng_review=true。本次 CEO review 改动多时尤其要 eng review 验架构含义。
  • /plan-design-review:如果 plan 涉 UI 范围。
  • 顺序原则:eng review 优先——它是必经之路。

重要规则

  • No code changes——审 plan,不实施。
  • One issue at a time——绝不批量。
  • Every section gets evaluated——「不适用」也要解释。
  • User is always in control——scope 改动必须用户显式同意。
  • Status:DONE / DONE_WITH_CONCERNS / BLOCKED。

适合谁

  • 起新功能 / 大改产品方向时的 plan 审视
  • 创业期需要在「做对的事」和「做能做的事」之间反复校准
  • 想用 4 种模式语言把团队的取舍标签化的 Tech Lead

不适合

  • 改个小 bug——11 节是杀鸡用牛刀
  • plan 还没写出来——先 writing-plans / office-hours

配套

writing-plans(出 plan)→ plan-ceo-review(CEO 审)→ plan-eng-review(工程审)→ plan-design-review(设计审,若有 UI)→ ship

流狐档案 作者与许可取自来源;运行、权限和网络为流狐检测或估算
流狐分类
工程开发
作者声明 Agent
未找到明确声明;不据此推断已兼容或已测试
静态检查
88 / 100 · 启发式扫描,不代表运行安全
作者 / 版本 / 许可
@garrytan · v1.0.0 · 未声明 license
流狐 Token 估算
较高消耗
流狐接入估算
需简单配置
是否需要外部 API Key
未发现要求
检测到的系统要求
macOS · Linux · Windows
底层运行要求
Bun
检测到的文件与系统行为
  • 只读
  • 允许写入 / 修改
  • Shell 执行
检测到的网络行为
允许外网请求
安装命令数
无(仅作为资料)

档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。

需要注意: 未限定 allowed-tools,默认拥有全部工具权限。

输出预览 plan-ceo-review.preview
# Writing Style (skip entirely if EXPLAINLEVEL: terse appears in the preamble echo OR the user's current message explicitly requests terse / no-explanations output)

- Gloss curated jargon on first use per skill invocation, even if the user pasted the term.
- Frame questions in outcome terms: what pain is avoided, what capability unlocks, what user experience changes.
- Use short sentences, concrete nouns, active voice.
- Close decisions with user impact: what the user sees, waits for, loses, or gains.
- User-turn override wins: if the current message asks for terse / no explanations / just the answer, skip this section.
- Terse mode (EXPLAIN_LEVEL: terse): no glosses, no outcome-framing layer, shorter responses.

讨论

基于 GitHub Discussions。登录 GitHub 即可参与讨论、点赞、订阅更新。