swarm-planner

Installation
Summary

Generates dependency-aware implementation plans optimized for parallel multi-agent execution.

  • Creates atomic, independently executable tasks with explicit dependency declarations to maximize parallelization across agents
  • Requires codebase investigation, documentation retrieval for external libraries, and clarifying questions before planning to eliminate ambiguity
  • Structures plans with task IDs, dependency arrays, descriptions, file locations, and validation criteria; includes visual dependency graphs and parallel execution wave groupings
  • Spawns a subagent review step to catch missing dependencies, ordering issues, and gaps before finalizing the plan
SKILL.md

Swarm-Ready Planner

Create implementation plans with explicit task dependencies optimized for parallel agent execution. This skill can be ran inside or outside of Plan Mode.

Core Principles

  1. Explore Codebase: Investigate architecture, patterns, existing implementations, dependencies, and frameworks in use.
  2. Fresh Documentation First: Use Context7 for ANY external library, framework, or API before planning tasks
  3. Ask Questions: Clarify ambiguities and seek clarification on scope, constraints, or priorities throughout the planning process. At any time.
  4. Explicit Dependencies: Every task declares what it depends on, enabling maximum parallelization
  5. Atomic Tasks: Each task is independently executable by a single agent
  6. Review Before Yield: A subagent reviews the plan for gaps before finalizing

Process

1. Research

Related skills
Installs
1.2K
GitHub Stars
929
First Seen
Jan 29, 2026