squad-kickstart
Installation
SKILL.md
/squad-kickstart [topic] — Full Project Pipeline
Runs the complete project lifecycle from idea to rolling implementation.
Shared context: read
../squad/shared.mdfor auth resolution (SQUAD_AUTH_TOKEN→~/.squad/auth,Authorization: Bearerheader),$BASE_URL, API endpoints, pipeline levels, and the JSON-safety rule. ResolvePROJECT/BASE_URL/AUTH_HEADERfrom there before any API call.
Default mode: Rolling Wave Planning
① SRS
② Implementation Plan
③ Create all tasks — title + high-level description only (lightweight skeleton)
④ Lock execution order (dependency graph)
⑤ Rolling Wave Loop:
refine(N) → implement(N) → verify(N) → refine(N+1) → implement(N+1) → ...