Back to Skills

Create Plan

Provider: openai

Create a concise, actionable plan for coding tasks. It operates in read-only mode to scan context and produce a checklist of action items, scope, and ...

Description

Create a concise, actionable plan for coding tasks. It operates in read-only mode to scan context and produce a checklist of action items, scope, and open questions.

Source

https://github.com/openai/skills/tree/main/skills/.experimental/create-plan

Sample Usage

  • "Create a plan to migrate this app to Next.js."
  • "Plan the implementation of user authentication."
  • "Make a plan for refactoring the API module."

Configuration

  1. Install from the experimental folder:
    $skill-installer install the create-plan skill from the .experimental folder
    
    or via URL:
    $skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan