From Claude Starter Kit
Spec-first planning: task breakdown, measurable acceptance criteria, dependency order, risk priority. planner-csk applies it; the plan goes to docs/PLAN.md. Trigger phrases: "plan", "spec", "task breakdown", "acceptance criteria", "roadmap", "how do we split this"
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-starter-kit:spec-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before writing code: what will be done, how it counts as "done", and in what order to proceed become clear.
Before writing code: what will be done, how it counts as "done", and in what order to proceed become clear.
# <Feature> — Plan
## Acceptance criteria
- [ ] <measurable outcome>
## Tasks (order)
1. <task> — criterion: <...> — dependency: <none/#n> — risk: <low/medium/high>
## Assumptions / Open questions
- ...
npx claudepluginhub byerlikaya/claude-starter-kit --plugin claude-starter-kitDecomposes specs into milestones with tasks, dependencies, sizing, risks, and mitigations. Generates structured execution plans after /spec for project builds.
Breaks a decided goal into sequenced tasks with explicit dependencies, riskiest work first, and demonstrable milestones. Invoke when turning a goal into an execution plan.
Generates numbered task lists from specs before coding, detailing file paths, exact changes, tests, and success evidence for each task. Use for multi-file, multi-day, or team projects.