plan

Generate implementation plans for feature specifications from codebase analysis.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/DiologIR/diolog-plugins --skill plan-diologir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/DiologIR/diolog-plugins/tree/main/plugins/feature-spec-pipeline/skills/plan
Command: npx skills add https://github.com/DiologIR/diolog-plugins --skill plan-diologir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed implementation plans for feature specifications, reducing the complexity of feature development and ensuring codebase alignment.

Core Features & Use Cases

  • Implementation Plan Creation: Generates a comprehensive plan for a feature spec based on codebase analysis.
  • Codebase Integration: Investigates the actual codebase to ensure plans are grounded in real-world scenarios.
  • Plan Size Classification: Categorizes plans into Trivial, Small, Standard, or Large to manage complexity and effort.
  • Plan Review and Linking: Reviews the plan and links it back to the original spec, updating its status.

Quick Start

Generate the implementation plan for the spec with ID 'DIO-0001' by running the plan skill.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate an implementation plan from a feature specification?

To generate an implementation plan from a feature specification, the Skill analyzes your codebase, classifies the plan size, and reviews it against codebase realities. It operates within an interactive Claude Code session using your spec markdown files and code repositories.

How does codebase analysis improve feature implementation planning?

Codebase analysis improves feature implementation planning by investigating the actual code repository to ensure generated plans are grounded in real-world scenarios. This integration grounds the feature specification in existing code realities, reducing development complexity.

Can I classify implementation plan complexity for software development?

Yes, you can classify implementation plan complexity by categorizing plans into Trivial, Small, Standard, or Large sizes. This classification manages development effort and complexity based on the analyzed feature specification and codebase realities.

Do I need spec markdown files to create a software development plan?

Yes, you need spec markdown files and access to your code repositories to create a software development plan. The Skill requires these inputs within an interactive Claude Code session to perform codebase analysis and generate the implementation plan.

What is the best way to link an implementation plan back to a feature spec?

The best way to link an implementation plan back to a feature spec is by reviewing the generated plan and updating the original specification's status. This ensures the implementation plan remains connected to the feature specification throughout the software development lifecycle.