skills/launchpad/SKILL.md
Decide HOW to run a coding task — interactive, goal mode, or a workflow — then author the launch-ready prompt or goal package for Claude Code, Codex, or Antigravity. Use when the user says "launchpad", "start a goal", "set up a goal/sprint", "should this be a goal or interactive", "plan an autonomous run", "I want to brain-dump a task", "help me write a goal prompt", or is about to kick off a long autonomous run and wants it scoped, delegated, and verifiable first.
npx skillsauth add ansarullahanasz360/cc-guide launchpadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The pre-flight front door for any non-trivial coding task. You brain-dump what you want; Launchpad decides the right mode (interactive / goal / workflow) and the right CLI (Claude Code / Codex / Antigravity), grills you on what is missing, then hands you a launch-ready artifact with delegation, a definition of done, and verification already built in.
/goal, open Antigravity, or start a Codex run — not after.Launchpad runs a 7-phase intake. Full detail: intake/flow.md.
/launchpad and brain-dumps. Read every file/path/link they reference. Do not react yet.reference/mode-decision.md. Recommend interactive / goal / workflow + the CLI, and say WHY. If the finish line is vague, do NOT pick a mode — clarify first.intake/grilling.md, ask about gaps, hidden assumptions, scope edges, and above all the Definition of Done and how it will be verified. One set of questions at a time.Full tree + citations: reference/mode-decision.md.
| Mode | Use when | Never when | | --- | --- | --- | | Interactive | One answer, one edit, an explanation, a short review, or anything exploratory where you want a stop after the response. | (this is the default — when in doubt, start here) | | Goal | Substantial work with a single, verifiable end state that runs across many turns in one coherent thread (migration, flaky-test hunt, perf tuning, multi-step refactor, research-with-artifact). | The finish line is vague, or you'd use it to "hide uncertainty." Clarify first. | | Workflow | Many agents / parallel phases / cross-checking / large fan-out (codebase-wide audit, 500-file migration, multi-angle research). | A handful of sub-agents in one turn would do — use a goal instead. |
Launchpad tailors the artifact to the executing CLI. Read the matching card before authoring.
| CLI | Goal primitive | Delegation model | Card |
| --- | --- | --- | --- |
| Claude Code | /goal (loops to a verified condition); Dynamic Workflows for big parallel jobs | Subagents, Agent Teams, Agent View, Workflows | reference/claude-code.md |
| Codex | Goals (single-thread, evidence-gated, six required ingredients) | NO in-goal sub-agents — parallelize via git worktrees / parallel threads | reference/codex.md |
| Antigravity | Agent Manager goal in Planning mode | Async sub-agents with isolated context (orchestrator + browser sub-agent are the documented roles) | reference/antigravity.md |
Never instruct a CLI to do something it does not support (for example, spawning sub-agents inside a Codex goal). Route to the supported equivalent and say so.
This is the reusable framework — the part that makes an autonomous run actually land. Detail in templates/goal-package.md, reference/delegation.md, reference/definition-of-done.md.
templates/interactive-prompt.md.templates/goal-package.md.templates/workflow-brief.md.reference/mode-decision.mdreference/claude-code.md · reference/codex.md · reference/antigravity.mdreference/prompting.mdreference/delegation.mdreference/definition-of-done.mdintake/flow.md · intake/grilling.mdtemplates/interactive-prompt.md · templates/goal-package.md · templates/workflow-brief.md/launchpad and brain-dumps a task (text, file paths, links).development
Use when turning founder requirements, research packets, plans, specs, and system designs into one or more independently executable Claude Code, Cloud Code, or Codex implementation sprints with story writing, review, execution, optional verification, and sprint-level commits.
tools
Interactive Claude Code repository setup and optimization. Configures the complete ecosystem - skills, commands, subagents, hooks, rules, MCPs, and plugins. Invoke with /setup-claude init or /setup-claude audit.
testing
Pre-flight check for Ralph TUI loops. Validates config, templates, prd.json, and environment before starting a loop. Run after /prd to verify everything is ready. Detects global CLAUDE.md conflicts, validates template variables, and provides launch commands.
development
Create self-verifying PRDs for autonomous execution. Interviews users to gather requirements, then generates structured prd.json with phased implementation and appropriate testing strategies. Supports 7 task categories with type-specific workflows. Use when user says "create a prd", "prd for", "plan a feature", "plan this", "write prd", or wants to plan any multi-step implementation work.