plan

Generate detailed markdown implementation plans for software development tasks.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill plan-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/software-development/plan
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill plan-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users write clear, actionable plans for software implementation, making complex projects more manageable and reducing the risk of errors.

Core Features & Use Cases

  • Plan Mode: Write detailed markdown plans without executing code, ensuring all steps are accounted for.
  • Task Granularity: Break down tasks into bite-sized steps for easy execution and tracking.
  • File and Code Management: Provide exact file paths and code snippets for implementation.
  • Verification Steps: Include instructions for testing and validating the planned implementation.

Quick Start

Use the plan skill to create a markdown plan for implementing a new user authentication system in your project.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a software implementation plan in markdown?

To create a markdown implementation plan, use plan mode to document detailed software development tasks without executing code. This generates a structured markdown file containing task decomposition, exact file paths, code snippets, and verification steps.

What is task decomposition in software development planning?

Task decomposition is breaking down complex software implementation tasks into bite-sized, actionable steps. This approach makes projects more manageable, reduces the risk of errors, and ensures all steps are accounted for before execution begins.

Can I write a detailed implementation plan without executing code?

Yes, the plan mode feature generates detailed markdown implementation plans without executing any code. This ensures you can thoroughly document task decomposition, file management, and verification steps in a safe planning phase before development.

How do I include file management and verification steps in a development plan?

A development plan includes file management and verification steps by providing exact file paths alongside code snippets for implementation, followed by specific instructions for testing and validating the planned implementation.

Does implementation planning work for users unfamiliar with the codebase?

Yes, implementation planning is designed for users with varying levels of familiarity with the codebase and toolset. Detailed task granularity and exact file paths help bridge knowledge gaps and make complex projects manageable.