← ClaudeAtlas

launchpadlisted

End-to-end planning and execution orchestrator. Chains SPARC or wave-planner (Stage 1), plan-review, linear, and hive-workers-skill into a single workflow. Automatically routes infra changes through SPARC research instead of wave-planner. Use when starting a new initiative, executing a set of Linear issues, or running plan-to-deployment.
Miyamura-sudo/product-builder-starter · ★ 0 · AI & Automation · score 68
Install: claude install-skill Miyamura-sudo/product-builder-starter
# Launchpad End-to-end orchestrator that chains SPARC or wave-planner (Stage 1), plan-review (Stage 2), linear (Stage 3), and hive-workers-skill (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**: 1. Read `./agent-prompt.md` 2. Spawn a single Task with `subagent_type: "general-purpose"` passing the agent-prompt content as the prompt 3. 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`) 4. Wait for the agent to complete 5. 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. ## Execution Context Requirements This skill spawns a general-purpose subagent that coordinates stages via nested Task dispatches. **Foreground execution required**: Yes. Interactive stage gates use AskUserQuestion which auto-denies in background mode. **Dispatcher tools** (frontmatter): Read, Task, AskUserQuestion **Subagent tools**: Read, Write, Edit, Bash, Grep, Glob, Task, AskUserQuestion, TodoWrite **Reference**: [Subagent