create-plan

Convert proposal.md into a structured implementation plan with Codex review.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/nakaj1214/trader --skill create-plan-nakaj1214
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/nakaj1214/trader/tree/main/.claude/skills/create-plan
Command: npx skills add https://github.com/nakaj1214/trader --skill create-plan-nakaj1214

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of transforming a user's proposal into a detailed implementation plan, incorporating AI-driven reviews to ensure quality and completeness.

Core Features & Use Cases

  • Automated Plan Generation: Converts requirements from proposal.md into a structured plan.md.
  • AI-Powered Review Loop: Utilizes Codex to iteratively review and refine the implementation plan until approved.
  • Use Case: A product manager writes a new feature proposal in proposal.md. This Skill generates an initial implementation plan, gets it reviewed and approved by Codex, and provides the final plan for the engineering team.

Quick Start

Use the create-plan skill to generate docs/implement/plan.md from docs/implement/proposal.md.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I convert a proposal into an implementation plan automatically?

To convert a proposal into an implementation plan automatically, you write your requirements in proposal.md and the Skill generates a structured output in plan.md using an iterative AI review loop.

How does AI code review integrate into plan generation?

AI code review integrates into plan generation by utilizing Codex to iteratively validate and refine the generated implementation plan. This review loop continues until the plan meets quality standards and receives final approval.

Do I need a specific file format to generate an implementation plan with Codex review?

Yes, you need to provide your input requirements in a markdown file named proposal.md. The Skill reads this file and outputs the finalized implementation plan to plan.md and review notes to review.md.

What happens when the iterative AI review loop reaches its iteration limit?

When the iterative AI review loop reaches its iteration limit, the Skill triggers error handling logic. It stops the refinement process and sends a Slack notification to alert you of the status and the iteration failure.

Can I receive Slack notifications for implementation plan status updates?

Yes, you can receive Slack notifications for implementation plan status updates. The Skill manages Slack notifications to alert you about the plan generation progress, final status, and any errors encountered during the iteration limit.