plan

Community

Plan multi-phase projects with memory-aware steps

AuthorMasonRhodesDev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps teams plan and manage complex multi-phase projects by providing a memory-aware, phase-driven workflow that resumes from CURRENT_PLAN.md and structures work into research, planning, building, validation, and cleanup phases.

Core Features & Use Cases

  • Memory-efficient phase handling: minimize context load by loading only phase summaries and required inputs.
  • Resume from CURRENT_PLAN.md: pick up where you left off and continue with the next phase.
  • Structured phase artifacts: generate phase-specific outputs and concise summaries to guide next steps.
  • Automation-ready templates: phase templates and orchestrator tooling to speed up planning.

Quick Start

Start a new plan and manage progress with the Plan Orchestrator. For example: python3 dot_claude/skills/plan/scripts/executable_orchestrator.py --dir . init "Achieve X goal" [--phases research planning building]

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plan
Download link: https://github.com/MasonRhodesDev/dotfiles/archive/main.zip#plan

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository