vibe-plan

Generate a structured plans.md implementation plan from a design.md document.

1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/ryosukesuto/dotfiles --skill vibe-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-plan
Source: https://github.com/ryosukesuto/dotfiles/tree/main/config/claude/skills/vibe-plan
Command: npx skills add https://github.com/ryosukesuto/dotfiles --skill vibe-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed implementation plans (plans.md) based on design documents (design.md), streamlining the transition from design to development.

Core Features & Use Cases

  • Automated Plan Generation: Creates a structured plans.md file based on a design.md.
  • Task Decomposition: Helps break down implementation into manageable tasks, including coding, non-functional requirements, and testing.
  • Use Case: After a design.md is approved, use this Skill to generate a plans.md that outlines the specific implementation steps, PR strategy, and testing plan, ensuring all aspects of the design are addressed before coding begins.

Quick Start

Use the vibe-plan skill to create a plans.md file based on the design.md in the current directory.

Frequently Asked Questions about vibe-plan

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

FAQPage Schema
How do I generate an implementation plan from a design document?

To generate an implementation plan from a design document, you need a design.md file. This Skill analyzes your design specifications to automatically produce a structured plans.md file outlining specific implementation steps for software development.

What is included in a software implementation plan generated from a design file?

A software implementation plan generated from a design file includes task decomposition, system components and files for modification, non-functional requirements, PR guidelines, testing strategies, migration strategies, and risk assessments.

How do I break down software development tasks from a design specification?

To break down software development tasks from a design specification, this Skill parses your approved design document and automatically decomposes the implementation into manageable coding, testing, and non-functional requirement tasks.

Do I need a completed design.md file to generate a plans.md for coding?

Yes, you need a completed design.md file to generate a plans.md. This Skill requires an approved design document in the current directory to accurately define implementation tasks, PR strategy, and testing plans.

Can I automate task decomposition and PR strategy for software development projects?

Yes, you can automate task decomposition and PR strategy for software development projects. This Skill reads your design document to outline specific implementation steps, ensuring all design aspects are addressed before coding begins.