create-plans

Convert vague project ideas into Claude-executable PLAN.md files with atomic tasks and checkpoints.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/kyldvs/setup --skill create-plans-kyldvs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plans
Source: https://github.com/kyldvs/setup/tree/main/.claude/skills/create-plans
Command: npx skills add https://github.com/kyldvs/setup --skill create-plans-kyldvs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps solo developers convert visions into Claude-executable phase plans (PLAN.md) that Claude can execute. It structures objectives, context, tasks (2-3 per plan), verification, and measurable success criteria so plans are deterministic, compact, and loadable into context for execution. It emphasizes planning that scales from briefs to roadmaps to phase plans with clear handoffs.

Core Features & Use Cases

  • Convert briefs and roadmaps into PLAN.md prompts that Claude can execute.
  • Enforce atomic, 2-3 task plans to preserve quality within context limits.
  • Support planning, execution, verification, handoffs, and milestones across phases.

Quick Start

Use the create-plans skill to begin planning a new phase. It will scan BRIEF.md and ROADMAP.md under .planning, propose a 2-3 task plan, and generate PLAN.md + SUMMARY.md ready for review or execution.

Frequently Asked Questions about create-plans

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

FAQPage Schema
How do I turn a project idea into a Claude-executable plan?

Create-plans converts vague briefs into structured PLAN.md files with 2-3 atomic tasks, explicit Task fields (files, action, verify, done), and embedded checkpoints that Claude can execute directly. It scans BRIEF.md and ROADMAP.md to generate executable phase plans with measurable success criteria.

What's the best way to structure handoffs between planning and execution phases?

Create-plans enforces deterministic, compact plans with contextual handoffs by embedding checkpoint markers (checkpoint:human-verify, checkpoint:decision, checkpoint:human-action) and generating SUMMARY.md and MILESTONES.md alongside PLAN.md for traceable phase transitions.

Can I use hierarchical planning for solo developer and Claude workflows?

Yes. Create-plans scales from briefs to roadmaps to phase plans, supporting solo developers who work with Claude. It structures objectives, context, and atomic tasks to keep plans loadable into context while maintaining quality across multiple phases.

How do I enforce atomic tasks in my project plans?

Create-plans limits each plan to 2-3 atomic tasks with explicit Task fields (files, action, verify, done) to preserve quality within context limits. This ensures plans remain compact, deterministic, and executable without fragmentation.

What outputs does create-plans generate for milestone tracking?

Create-plans produces PLAN.md (executable phase plan), SUMMARY.md (brief overview), and MILESTONES.md (traceable checkpoints) to support planning, execution, verification, and commit-level progress tracking across phases.