Overview of Codex CLI Development Workflows
mainThe project outlines several major development workflows that follow a core architectural pattern: Research → Plan → Execute → Review → Ship. These workflows represent different methodologies for using Codex CLI and related tools to manage the software development lifecycle, from initial brainstorming to deployment.
Key workflows include:
- Superpowers: Focuses on brainstorming, writing plans, subagent-driven development, TDD, code review, and finishing development branches.
- Spec Kit: A specification-driven approach using
/speckit.constitution,/speckit.specify,/speckit.plan,/speckit.tasks, and/speckit.implement. - gstack: A structured review-heavy workflow involving
/office-hours, multiple review stages (/plan-ceo-review,/plan-eng-review,/plan-design-review), implementation,/review,/qa,/ship, and/land-and-deploy. - Get Shit Done (GSD): A project-centric workflow moving through
/gsd--new--project,/gsd--discuss--phase,/gsd--plan--phase,/gsd--execute--phase,/gsd--verify--work,/gsd--ship, and/gsd--complete--milestone. - oh-my-codex: Uses
$deep-interview,$ralplan, and$ralph. - Compound Engineering: An iterative loop of
/ce--ideate,/ce--brainstorm,/ce--plan,/ce--work,/ce--code--review,/ce--compound, andrepeat.
Note: Steps marked as sub-loops (indicated by yellow tags in the original documentation) are processes that repeat within a parent step, such as per task or until a verification condition is met.