plan

Generate structured implementation plans with master overview and phase files.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill plan-rune-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Rune-kit/rune/tree/main/skills/plan
Command: npx skills add https://github.com/Rune-kit/rune --skill plan-rune-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed, phased implementation plans for software development projects, ensuring clarity and manageability.

Core Features & Use Cases

  • Master Plan + Phase Files: Generates a high-level overview plan and granular, self-contained phase files for execution.
  • Amateur-Proof Design: Phase files are detailed enough for any AI model (even basic ones) to execute accurately.
  • Use Case: When tasked with building a new feature, this Skill will break down the implementation into manageable phases, defining tasks, contracts, and acceptance criteria for each, making the development process predictable and robust.

Quick Start

Use the plan skill to create a master plan and phase files for implementing the user authentication feature.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I break down a complex software development feature into phased execution units?

A structured implementation plan decomposes complex software projects into a master overview and granular phase files. Each self-contained phase defines specific tasks, contracts, and acceptance criteria for predictable execution.

What is the best way to create an implementation plan for AI models of varying capabilities?

Creating detailed, self-contained phase files ensures accurate execution across AI models of varying capabilities. This amateur-proof design provides explicit contracts and acceptance criteria so even basic models can execute tasks reliably.

Can I use task decomposition for both feature specification and roadmap planning?

Yes, task decomposition supports both feature specification and roadmap planning modes. The structured planning approach generates detailed implementation phases for specific features alongside broader project roadmap milestones.

Does generating a master plan with phase files require any external dependencies?

Generating a master plan and phase files requires no external dependencies. The process operates independently using internal scripts and references to produce structured implementation plans and detailed phase execution files.

Why do I need self-contained phase files for my project management workflow?

Self-contained phase files are needed in project management workflows to ensure predictable, manageable development. By defining granular tasks and acceptance criteria, phase files prevent execution ambiguity and enable accurate delegation to AI models.