planner

Plan multi-step projects into milestones with dependency graphs and review gates.

898|134|Updated Jul 28, 2025
One-click install
npx skills add https://github.com/solatis/claude-config --skill planner-solatis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/solatis/claude-config/tree/main/skills/planner
Command: npx skills add https://github.com/solatis/claude-config --skill planner-solatis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users break down multi-step tasks into milestones, capture required resources and constraints, and coordinate execution by delegating work to specialized agents. It reduces mental load and shortens project cycle times by providing a repeatable planning and delegation workflow.

Core Features & Use Cases

  • Planning workflow: Create milestones with specifications and dependency graphs for complex tasks.
    • Execution coordination: Delegate implementation steps to specialized agents and track progress.
  • Review & audit: Initiate a structured review phase to scrub plans for risks and quality before execution.
  • Use Case: Plan a feature end-to-end and hand off milestones to developers, QA, and docs agents.

Quick Start

Run the planning workflow to generate a plan file, then invoke the review phase and finally the execution phase:

  • Example: python3 scripts/planner.py --step-number 1 --total-steps 4 --thoughts "Plan a new feature"

Frequently Asked Questions about planner

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

FAQPage Schema
How do I break down complex multi-step projects into manageable milestones?

Breaking down complex projects into milestones involves creating structured plans that capture dependencies, resources, and sequencing. This Skill automates that process by generating dependency graphs and milestone specifications, then delegates execution to specialized agents while tracking progress across planning and execution phases.

Can I coordinate task delegation across multiple specialized agents?

Yes. This Skill orchestrates agent coordination by producing structured plans with clear handoff points, then delegates implementation steps to specialized agents like developers, QA, and documentation teams. It tracks progress and maintains synchronization across the full workflow.

How do I ensure plans are auditable and production-ready before execution?

This Skill includes a structured review phase with governance gates—technical writer and quality reviewer checkpoints—that scrub plans for risks and quality issues. This creates an auditable trail and ensures plans meet production standards before delegation begins.

What's the workflow for planning, reviewing, and executing complex tasks?

The Skill implements a three-phase workflow: run the planning step to generate a structured plan file with milestones and dependencies, invoke the review phase to validate for risks and quality, then execute the plan by delegating milestones to specialized agents.

Do I need to manage dependencies and architectural decisions manually?

No. This Skill captures dependencies and architectural decisions within the planning structure itself. It applies to tasks with complex dependencies, migrations, and orchestration by encoding preconditions and constraints into the plan format for auditable handoff.