master-planner

Generate project plans, sub-agent prompts, and progress trackers for multi-phase projects.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Andres-Herrejon/master-planner-claude-skill --skill master-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-planner
Source: https://github.com/Andres-Herrejon/master-planner-claude-skill/tree/main
Command: npx skills add https://github.com/Andres-Herrejon/master-planner-claude-skill --skill master-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill tackles the complexity of planning multi-phase projects by breaking them down into actionable steps, defining sub-agent responsibilities, and creating clear execution artifacts.

Core Features & Use Cases

  • Project Planning: Generates a comprehensive PLAN.md detailing phases, tasks, dependencies, and verification gates.
  • Sub-Agent Prompting: Creates self-contained SUB-AGENT-PROMPTS.md for each phase, enabling independent agent execution.
  • Progress Tracking: Scaffolds a PROGRESS.md file to monitor execution status, findings, and blockers.
  • Use Case: When faced with a project involving multiple distinct steps or parallel workstreams, use this Skill to structure the entire endeavor before any implementation begins, ensuring clarity and coordination.

Quick Start

Use the master-planner skill to create a plan for building a new e-commerce feature.

Frequently Asked Questions about master-planner

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

FAQPage Schema
How do I break down a complex multi-phase project into actionable tasks for AI agents?

Project planning for multiple AI agents involves creating a comprehensive plan detailing phases, dependencies, and verification gates. It generates self-contained sub-agent prompts and progress trackers, ensuring structured execution and coordination across parallel workstreams.

What is the best way to coordinate multiple agents on a complex software engineering initiative?

Coordinating multiple agents requires defining sub-agent responsibilities and creating clear execution artifacts like phase-specific prompts and progress trackers. This structured approach ensures independent agents can execute tasks concurrently while maintaining alignment with the overall project plan.

How do I generate sub-agent prompts for independent execution phases?

Generating sub-agent prompts involves creating self-contained execution instructions for each project phase. These prompts define specific responsibilities and boundaries, enabling independent agent execution without requiring constant context from the overall workflow.

Can I use workflow automation to track progress and blockers across parallel workstreams?

Yes, workflow automation can scaffold a dedicated progress tracking file to monitor execution status, findings, and blockers across parallel workstreams. This provides a centralized view of project health and highlights dependencies affecting concurrent tasks.

Does project planning with verification gates support rollback strategies for complex tasks?

Yes, project planning with verification gates supports rollback strategies for complex tasks. By defining clear dependencies and phase boundaries, the plan ensures that failed verification checks can trigger a structured rollback to a previous stable state.

When should I not use automated task breakdown for my software engineering workflow?

Automated task breakdown should be avoided for simple, single-step tasks or projects with highly unpredictable, exploratory requirements. It is designed for multi-phase initiatives where structured execution, dependency mapping, and parallel agent coordination provide tangible value.