Launchpad
Installation
SKILL.md
Launchpad
End-to-end orchestrator that chains SPARC or wave-planner (Stage 1), plan-review (Stage 2), linear (Stage 3), and hive-mind-execution (Stage 4) into a single interruptible workflow.
Stage 1 routing (ADR-109):
- Infra changes (Docker, CI, entrypoints, hooks, dev tooling) → SPARC researcher + architect →
docs/internal/implementation/{slug}.md - Feature work (application code, new endpoints, UI) → wave-planner → hive-mind YAML configs
Execution
When triggered, immediately:
- Read
~/.claude/skills/launchpad/agent-prompt.md - Spawn a single Task with
subagent_type: "general-purpose"passing the agent-prompt content as the prompt - Include in the prompt: the user's request (issue IDs, project name, or description), current working directory, and any flags (
--from,--skip-review,--fresh,--infra,--feature) - Wait for the agent to complete
- Present the agent's summary to the user
Do NOT execute the workflow in this session. The subagent handles all stage sequencing, gate prompts, resume detection, and skill dispatching.