codex-plan

Generate, review, and execute implementation plans with Codex.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill codex-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-plan
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/codex-plan
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill codex-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire software development cycle from planning to implementation by leveraging Codex for plan generation, review, and code writing, ensuring adherence to project rules and user approval.

Core Features & Use Cases

  • Automated Plan Generation: Creates detailed implementation plans based on user requirements and codebase analysis.
  • Codex-driven Review Loop: Iteratively refines the plan through Codex reviews until it meets approval criteria.
  • User-Approved Implementation: Delegates the actual coding to Codex after explicit user sign-off on the plan.
  • Use Case: When tasked with adding a new feature, this Skill will first analyze the existing codebase, draft a plan, get it reviewed and approved by Codex and you, and then have Codex write the code and tests.

Quick Start

Initiate the codex-plan skill with your feature request or issue number.

Frequently Asked Questions about codex-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate software development planning and code generation with Codex?

Automating software development planning with Codex involves generating detailed implementation plans, iteratively reviewing them in a review loop, and delegating final code generation after user approval. This handles requirement interpretation and codebase exploration to ensure adherence to project rules.

What is a Codex-driven review loop for implementation plans?

A Codex-driven review loop is an iterative process that continuously refines generated implementation plans based on codebase analysis. Codex reviews the drafted plan until it meets specific approval criteria before any code generation begins.

Can I use Codex to generate an implementation plan from an issue number?

Yes, you can use Codex to generate an implementation plan from an issue number. The system interprets the requirement, explores the existing codebase, and drafts a detailed plan for review before proceeding to actual coding.

Does user approval happen before or after code implementation in automated planning?

User approval happens before code implementation in automated planning. The system delegates the actual coding and testing to Codex only after you explicitly sign off on the reviewed implementation plan.

What are the limitations of automating the software development lifecycle with Codex?

A key limitation of automating the software development lifecycle with Codex is the strict dependency on explicit user approval before implementation. The system pauses code generation and testing until the iteratively reviewed plan receives your sign-off.