brainstorming-codex
仓库创建 2026年6月23日最近提交 5 天前SkillHot 收录 1 天前
▸ 精选理由
构建可审计的 Claude→Codex 设计—审查闭环,适合产品/工程启动场景。
▸ 风险提示
会调用 Codex CLI 执行步骤,可能触发本地命令执行或外部调用风险。
这个 Skill 做什么
在 Claude 产出后由 Codex 攻击/审核规格的双模型头脑风暴与设计流程。
先由 Claude 打草稿出功能规格,再让另一个模型 Codex 从对抗性视角来挑毛病、找漏洞,最后你做唯一的人类批准。适合新功能或变更启动时,希望在进入规划或开发前把设计推敲得更硬一些再落地。特色是双模型分工:Claude 产出想法,Codex 专注批判,降低后期返工风险。
▸ 展开 SKILL.md 英文原文
Use when starting a new feature or change you want taken through the Claude+Codex flow, beginning with brainstorming. Triggers - "brainstorm with codex", "use our codex flow", "dual-model brainstorm", "codex flow", or any feature kickoff where Codex should independently review the spec before planning. Optional arg `--fast` - all codex exec calls in the whole flow run in fast mode (codex-lanes §3), carried through hand-offs.
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/brainstorming-codex/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/brainstorming-codex/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Brainstorming (Codex-augmented) ## Overview `superpowers:brainstorming` produces the spec; then a different model (Codex) attacks that spec before any planning; then you approve the hardened result. Claude designs, Codex critiques, you gate. Superpowers is called, never forked. **This human gate (step 4) is the ONLY approval in the entire Claude+Codex flow.** Once the design doc is approved here, planning (`writing-plans-codex`) and execution (`sdd-with-codex-implementer`) run autonomously to the end of development — no further gates. **REQUIRED SUB-SKILL: `codex-flow:codex-lanes`** — load it for the exact `codex exec` invocation (guards + review lane). Every Codex call below uses it.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有