swarm-planner
SKILL.md
Swarm-Ready Planner
Create implementation plans with explicit task dependencies optimized for parallel agent execution.
Core Principles
- Explore Codebase: Investigate architecture, patterns, existing implementations, dependencies, and frameworks in use.
- Fresh Documentation First: Use Context7 for ANY external library, framework, or API before planning tasks
- Explicit Dependencies: Every task declares what it depends on, enabling maximum parallelization
- Atomic Tasks: Each task is independently executable by a single agent
- Review Before Yield: A subagent reviews the plan for gaps before finalizing
Process
1. Research & Documentation
Codebase investigation:
- Architecture, patterns, existing implementations
- Dependencies and frameworks in use