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
}

When to Use

Installs
20
GitHub Stars
11
First Seen
Jan 24, 2026
core-planner — vamseeachanta/workspace-hub