This does one thing: turns your feature request into a structured, actionable plan without writing any code. It scans your README and relevant files, asks at most one or two clarifying questions if absolutely necessary, then outputs a template with intent, scope, 6-10 concrete checklist items, and open questions. The workflow is explicitly read-only, so you get the roadmap without Claude touching your codebase. Useful when you want to think through implementation order before jumping in, or when you need a second opinion on what should be in scope. The checklist items are verb-first and ordered from discovery through tests to rollout, which keeps things grounded.
npx -y skills add composiohq/awesome-codex-skills --skill create-plan --agent claude-codeInstalls into .claude/skills of the current project.
Turn a user prompt into a single, actionable plan delivered in the final assistant message.
Throughout the entire workflow, operate in read-only mode. Do not write or update files.
Scan context quickly
README.md and any obvious docs (docs/, CONTRIBUTING.md, ARCHITECTURE.md).Ask follow-ups only if blocking
Create a plan using the template below
Do not preface the plan with meta explanations; output only the plan as per template
# Plan
<1–3 sentences: what we’re doing, why, and the high-level approach.>
## Scope
- In:
- Out:
## Action items
[ ] <Step 1>
[ ] <Step 2>
[ ] <Step 3>
[ ] <Step 4>
[ ] <Step 5>
[ ] <Step 6>
## Open questions
- <Question 1>
- <Question 2>
- <Question 3>
Good checklist items:
Avoid:
mattpocock/skills