create-plan

Generate phased implementation plans for software development tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/graysurf/agent-kit --skill create-plan-graysurf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/graysurf/agent-kit/tree/main/skills/workflows/plan/create-plan
Command: npx skills add https://github.com/graysurf/agent-kit --skill create-plan-graysurf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires plan-tooling, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, phased implementation plans for software development tasks, ensuring a structured and actionable roadmap.

Core Features & Use Cases

  • Phased Planning: Breaks down large tasks into manageable sprints or phases.
  • Atomic Task Breakdown: Decomposes sprints into small, independently testable tasks.
  • Use Case: When a user requests an implementation plan for a new feature, this skill will generate a document outlining the sprints, tasks, and validation steps required for its successful development.

Quick Start

Use the create-plan skill to outline the steps for implementing the new user authentication module.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I generate a phased implementation plan for a new software feature?

Generate a phased implementation plan by breaking down large features into manageable sprints and atomic tasks, producing a structured document of validation steps required for development.

What is atomic task breakdown in agile sprint planning?

Atomic task breakdown in agile sprint planning decomposes sprints into small, independently testable tasks, ensuring a structured and actionable roadmap for software development.

Do I need the plan-tooling CLI to scaffold plan documents?

Yes, you need the plan-tooling CLI installed, as it is required for the validation and scaffolding of the generated plan documents.

Can I create a roadmap for refactoring tasks or is it just for new features?

You can create a roadmap for refactoring tasks, bugs, and new features. The Skill generates comprehensive implementation plans for any software development task requiring a structured roadmap.

What's the best way to structure an implementation plan before coding begins?

The best way to structure an implementation plan is to outline sprints, decompose them into atomic tasks, and define validation steps, creating an actionable roadmap before implementation begins.