agentsclimarketplace

Launchpad

Skill smith-horn/product-builder-starter/skills/launchpad

11 Claude Code skills for product builders shipping with agentic AI

Install
npx -y skills add smith-horn/product-builder-starter --skill launchpad

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

4.5 KB, as published. Nobody here has run it

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 Tool Permissions

Sub-Documentation

DocumentContents
agent-prompt.mdFull coordinator logic: input parsing, Stage 0 infra detection, stage routing, resume detection, error handling

Related Skills

SkillRole
sparc-methodologyStage 1a (infra): SPARC researcher + architect → implementation plan
wave-plannerStage 1b (feature): Generate wave plan + hive configs
plan-review-skillStage 2: VP review of plan (both paths)
linearStage 3: Create Linear project + issues
hive-workers-skillStage 4: Execute waves via ruflo swarm

Infra Trigger Criteria (ADR-109)

Stage 1a (SPARC) is selected when scope includes any of:

  • docker-entrypoint.sh, Dockerfile, docker-compose.yml
  • .github/workflows/*.yml
  • .husky/*, pre-commit, pre-push hook scripts
  • scripts/ files called by Docker/CI/hooks
  • package.json scripts block changes
  • Dev tooling config: .eslintrc, vitest.config.ts, turbo.json

Stage 1b (wave-planner) for everything else. Mixed scope → use Stage 1a.

Override with flags: --infra forces Stage 1a, --feature forces Stage 1b.

Changelog

v1.2.1 (2026-03-09)

  • Section 2: Dual-path hive execution skill detection — check both hive-workers-skill and hive-mind-execution at user-level and project-level paths
  • Section 7: Use resolved HWS_PATH instead of hardcoded path for hive execution skill

v1.2.0 (2026-02-19)

  • Section 2: Add MISSING/OK skill classification with explicit consent gate for optional skills
  • Section 7: Replace silent Stage 4 fallback with explicit AskUserQuestion consent gate

v1.1.0 (2026-02-18)

  • Add Stage 0 infra detection routing (ADR-109)
  • Add sparc-methodology to composes as Stage 1a for infra changes
  • Add --infra / --feature override flags
  • Update description and Related Skills table

v1.0.0

  • Initial release: 4-stage pipeline (Plan, Review, Issues, Execute)
  • Interruptible stage gates with standardized 5-option prompts
  • Resume detection via multi-signal artifact checks
  • Skill existence checks with graceful fallbacks

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.