planner

Generate a PLANNER_OUTPUT.md with agents, models, and parallel phases.

10|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/spumer/i-m-senior-developer --skill planner-spumer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/spumer/i-m-senior-developer/tree/main/plugins/planner/skills/planner
Command: npx skills add https://github.com/spumer/i-m-senior-developer --skill planner-spumer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs how to orchestrate other agents to execute a task by selecting the right agents, models, and skills, and by deciding which steps run in parallel. It does not write code or run agents itself — it outputs a PLANNER_OUTPUT.md that the orchestrator uses to dispatch work.

Core Features & Use Cases

  • Determines whether to perform architecture planning from a feature README or execution planning from an existing architecture document.
  • Chooses the appropriate model (Opus / Sonnet / Haiku) and assigns skills to build a concrete execution plan.
  • Outputs a structured PLANNER_OUTPUT.md (or a chat response) that the planner-context defines the project-specific rules for.

Quick Start

Describe the feature to plan and let Planner generate a PLANNER_OUTPUT.md with recommended agents, models, and parallel phases.

Frequently Asked Questions about planner

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

FAQPage Schema
How do I plan agent execution and orchestrate models for a complex workflow?▼

To plan agent execution, you provide a feature README or architecture document so the planner can select agents, assign models like Opus or Sonnet, and output a structured PLANNER_OUTPUT.md defining parallel phases and dependencies.

What is the best way to generate an execution plan from an architecture document?▼

Generating an execution plan from an architecture document involves applying project conventions from planner-context.md to select parallel phases, identify dependencies, and establish risk gates for the orchestrator to dispatch work.

Can I use this planning approach to design software architecture from a feature README?▼

Yes, you can use this planning approach to design software architecture from a feature README by determining the appropriate agents, models, and skills needed to build a concrete execution plan.

Do I need a separate orchestrator to run agents after architecture planning?▼

Yes, you need a separate orchestrator to run agents because the planner itself does not write code or execute agents; it only outputs the PLANNER_OUTPUT.md file that the orchestrator uses to dispatch work.

How does the planner decide which models to assign for task execution?▼

The planner decides which models to assign for task execution by evaluating the project conventions defined in planner-context.md and selecting the appropriate model tier, such as Opus, Sonnet, or Haiku, for each execution phase.

What are the limitations of using a meta-dispatcher for workflow planning?▼

A limitation of using a meta-dispatcher for workflow planning is that it cannot directly write code or run agents, meaning it strictly requires a downstream orchestrator to act upon the generated PLANNER_OUTPUT.md execution plan.