·create-plan
>_

create-plan

Create phased implementation plans for new features or projects. Spawns an ephemeral planner agent for plan/phase creation, then validators for review. Interactive checkpoints let the user course-correct during planning.

15Installs·2Trend·@darraghh1

Installation

$npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan

How to Install create-plan

Quickly install create-plan AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: darraghh1/my-claude-setup.

SKILL.md

View raw

This skill is a thin dispatcher. It does NOT read codebase references, extract patterns, or create phase files. The planner handles all planning work via the preloaded planner-workflow skill.

| Orchestrator (you) | Clarify requirements with user, spawn/shutdown planner + validators, relay checkpoints, route PASS/FAIL | | Planner | Plan creation: read templates, explore codebase, create plan.md + phase files, self-validate. Does NOT review its own plan. |

| Validator | Independent review: runs /review-plan against one file (plan.md or single phase). Reports template score + codebase compliance. |

Create phased implementation plans for new features or projects. Spawns an ephemeral planner agent for plan/phase creation, then validators for review. Interactive checkpoints let the user course-correct during planning. Source: darraghh1/my-claude-setup.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from darraghh1/my-claude-setup

Quick answers

What is create-plan?

Create phased implementation plans for new features or projects. Spawns an ephemeral planner agent for plan/phase creation, then validators for review. Interactive checkpoints let the user course-correct during planning. Source: darraghh1/my-claude-setup.

How do I install create-plan?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/darraghh1/my-claude-setup