sdd-with-codex-implementer
仓库创建 2026年6月23日最近提交 5 天前SkillHot 收录 1 天前
▸ 精选理由
把细粒度实现交给 Codex 执行,同时保留 Claude/人工审查以控制风险。
▸ 风险提示
会自动化生成并应用代码变更,存在引入安全、质量或权限滥用的风险。
这个 Skill 做什么
在子代理驱动开发流程中由 Codex 作为实现者按任务写代码,Claude 负责控制与复核。
在子代理驱动的开发流程里,把每个实现任务交给 Codex 去写代码,Claude 则负责总控与复核。适合已有经审批的实现计划、需要按任务逐个执行并有人审查时使用。可选 --fast 参数让所有 codex exec 调用走 Codex 的快速 lane,加快实现和最终挑战步骤。
▸ 展开 SKILL.md 英文原文
Use when executing an implementation plan task-by-task in the current session with Codex writing the code. Triggers - invoked by writing-plans-codex, "run the plan with codex", "sdd with codex implementer", "execute the plan, codex implements", or when an approved plan is ready and Codex should do the per-task implementation while Claude reviews. Optional arg `--fast` - all codex exec calls (implementer + final challenge) run in Codex fast mode (codex-lanes §3).
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/sdd-with-codex-implementer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/sdd-with-codex-implementer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Subagent-Driven Development — Codex Implementer ## Overview The `superpowers:subagent-driven-development` loop with ONE substitution: each task's IMPLEMENTER is a `codex exec` call (terra/low lane), not a Claude subagent. Claude stays controller + reviewer. Everything else in SDD is unchanged. **REQUIRED SUB-SKILL: `codex-flow:codex-lanes`** — load it for the implementer-lane invocation. ## REQUIRED BACKGROUND You MUST follow `superpowers:subagent-driven-development` for the whole loop — controller duties, `task-brief` / `review-package` file handoffs, the per-task **two-verdict review (spec compliance + code quality)**, the ledger, the final whole-branch review, and `superpowers:fini
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有