writing-plans-codex
仓库创建 2026年6月23日最近提交 5 天前SkillHot 收录 1 天前
▸ 精选理由
将规划与自动化审查结合,适合追求快速交付的工程团队。
▸ 风险提示
无人工门槛的自动执行链,存在失控或误执行风险。
这个 Skill 做什么
把已批准的设计文档转成实施计划并用 Codex 进行对抗式审查。
把已批准的设计文档变成可执行的实现计划,Claude 产出计划,Codex 以对抗式审查找出漏洞或风险,审查通过后再进入执行链路。在 spec 批准后、想在无人为干预下先让机器“挑错”再交付实施时使用。特点是规划与攻击性审查由不同模型承担,能把问题提前暴露出来,支持可选的 --fast 模式加速审查。
▸ 展开 SKILL.md 英文原文
Use when turning an approved spec into an implementation plan in the Claude+Codex flow. Triggers - invoked by brainstorming-codex, "write the plan with codex", "plan with codex review", or when a spec is approved and you want Codex to adversarially review the plan before execution. Optional arg `--fast` - all codex exec calls run in fast mode (codex-lanes §3), carried into the sdd hand-off.
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/writing-plans-codex/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/writing-plans-codex/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Writing Plans (Codex-augmented) ## Overview `superpowers:writing-plans` produces the plan; a different model (Codex) attacks it before execution. Claude plans, Codex critiques — **no human gate here.** The only approval in the whole flow is the design doc back in `brainstorming-codex`; once that's approved, planning and execution run autonomously. Chains into `sdd-with-codex-implementer`. Superpowers is called, never forked. **REQUIRED SUB-SKILL: `codex-flow:codex-lanes`** — load it for the exact `codex exec` invocation (guards + review lane). ## When to Use - an approved spec exists and you need the implementation plan, with a second-model critique before execution - NOT: no spec yet
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有