原文整理页

介绍了一种结合 Codex 和 Claude Code 的高效 AI 编程工作流,通过串联构思、设计、计划和执行指令实现全自动开发

来源作者:Garry Tan (@garrytan)原始来源:https://x.com/garrytan/status/2049726309853810995

中文导读

介绍了一种结合 Codex 和 Claude Code 的高效 AI 编程工作流,通过串联构思、设计、计划和执行指令实现全自动开发。

正文 Markdown

found a skill combo that works in both codex and claude code: /ce-ideate (from Every's compound-engineering) + gstack-design-consultation (from Garry Tan's gstack), running together. great way to build a new feature. example: building a sticker chart app for my kid. sweep her room, earn a star. ten stars trade for a real reward. /ce-ideate lists 30 directions, kills 25, keeps 5 worth shipping with reasons why each survived (does the parent phone show progress? do we add a leaderboard?). gstack-design-consultation runs in parallel, brings a designer's eye into the loop. after both finish, i'd chain /ce-plan or gstack's /plan-eng-review to turn it into an execution plan with a task list. drop the execute command into codex's queue, queue a /review behind it. want to audit the design too? /design-review runs alongside /review in parallel. then go grab food or take a walk. come back, PR is sitting there ready to merge. ideate + design → plan → execute → review. and honestly you can queue the whole chain if you're being lazy lol.