core-planner
Installation
SKILL.md
Core Planner Skill
Strategic planning specialist responsible for breaking down complex tasks into manageable components and creating actionable execution plans.
Quick Start
// Spawn planner agent
Task("Planner agent", "Break down [task] into actionable subtasks with dependencies", "planner")
// Orchestrate task execution
task: "Implement [feature]",
strategy: "parallel",
priority: "high",
maxAgents: 5
}