Launchpad — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Launchpad (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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):
docs/internal/implementation/{slug}.mdWhen triggered, immediately:
./agent-prompt.mdsubagent_type: "general-purpose" passing the agent-prompt content as the prompt--from, --skip-review, --fresh, --infra, --feature)Do NOT execute the workflow in this session. The subagent handles all stage sequencing, gate prompts, resume detection, and skill dispatching.
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
| Document | Contents |
|---|---|
| agent-prompt.md | Full coordinator logic: input parsing, Stage 0 infra detection, stage routing, resume detection, error handling |
| Skill | Role |
|---|---|
| sparc-methodology | Stage 1a (infra): SPARC researcher + architect → implementation plan |
| wave-planner | Stage 1b (feature): Generate wave plan + hive configs |
| plan-review-skill | Stage 2: VP review of plan (both paths) |
| linear | Stage 3: Create Linear project + issues |
| hive-workers-skill | Stage 4: Execute waves via ruflo swarm |
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 scriptsscripts/ files called by Docker/CI/hookspackage.json scripts block changes.eslintrc, vitest.config.ts, turbo.jsonStage 1b (wave-planner) for everything else. Mixed scope → use Stage 1a.
Override with flags: --infra forces Stage 1a, --feature forces Stage 1b.
hive-workers-skill and hive-mind-execution at user-level and project-level pathsHWS_PATH instead of hardcoded path for hive execution skillsparc-methodology to composes as Stage 1a for infra changes--infra / --feature override flags~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.