planner

Create milestone plans and delegate execution to agents.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/loriensleafs/brain --skill planner-loriensleafs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/loriensleafs/brain/tree/main/apps/claude-plugin/skills/planner
Command: npx skills add https://github.com/loriensleafs/brain --skill planner-loriensleafs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Planner Skill helps teams structure multi-step projects by generating milestone-based plans and coordinating execution through delegated agents.

Core Features & Use Cases

  • Two-workflow orchestration: planning to create and review plans, and execution to carry out approved plans via delegation.
  • Milestone-driven execution: defines dependencies, scopes work, and tracks progress across phases.
  • Use Case: for a product launch, create a phased plan with milestones, then delegate implementation to specialized agents and ensure QR-style quality checks.

Quick Start

Provide a plan file path to python3 scripts/planner.py to initiate planning, then proceed to the review phase with the generated plan, and finally trigger the execution workflow using scripts/executor.py once approved.

Frequently Asked Questions about planner

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

FAQPage Schema
How do I plan and execute complex tasks with multiple dependencies?

To plan complex tasks, provide a plan file path to initiate a planning phase that generates structured milestone plans. You then review the plan and trigger an execution workflow that delegates work to agents to carry out the approved milestones.

What is milestone-driven task orchestration for multi-step projects?

Milestone-driven task orchestration is a process that structures multi-step projects by defining dependencies, scoping work, and tracking progress across phases. It separates planning from execution to ensure complex migrations and architectural decisions are reviewed before implementation.

How do I delegate work to agents for a product launch or migration?

You delegate work to agents by first generating a phased milestone plan during the planning workflow, reviewing it, and then triggering the execution workflow. The executor coordinates the approved plan by delegating implementation tasks to specialized agents.

Can I use this planning workflow for architectural decisions and migrations?

Yes, this planning workflow is specifically designed for complex tasks involving architectural decisions and migrations. It applies milestone-based plans to scope dependencies and coordinate execution through delegated agents across project phases.

What is the best way to structure a multi-step project with review and execution phases?

The best way to structure multi-step projects is using a two-workflow orchestration approach. First create and review a milestone-based plan, then trigger the execution workflow to delegate implementation to agents and ensure quality checks are met.