launch-pipeline

launch-pipeline is a skill for Claude Code, Cursor from cam-douglas/agent-instructions. It costs 40 tokens per session (1,271 once invoked), scanned A, original, MIT.

A named product-delivery workflow for taking a new idea, major change, resumed task, remediation, or closure through defined stages. It runs only when the user explicitly requests this workflow.

In plain words
What is it for?
It is for explicitly running a delivery lifecycle, performing its preflight checks, selecting the relevant instructions and evidence, and handing bounded work to delegates.
Why use it?
It prevents a general request for planning or implementation from accidentally starting a larger delivery process, and keeps readiness checks and permissions explicit.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/. Also seen: mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash .cursor/scripts/bootstrap.sh.

Good fit It is for explicitly running a delivery lifecycle, performing its preflight checks, selecting the relevant instructions and evidence, and handing bounded work to delegates.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/cam-douglas/agent-instructions
agentmods
npx agentmods add skills/cam-douglas/agent-instructions/launch-pipeline

Made for: Claude Code, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for launch-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/cam-douglas/agent-instructions/launch-pipeline/github.svg)](https://agentmods.dev/skills/cam-douglas/agent-instructions/launch-pipeline)
Your own site
<a href="https://agentmods.dev/skills/cam-douglas/agent-instructions/launch-pipeline"><img src="https://agentmods.dev/badge/skills/cam-douglas/agent-instructions/launch-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for launch-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/cam-douglas/agent-instructions/launch-pipeline"><img src="https://agentmods.dev/badge/skills/cam-douglas/agent-instructions/launch-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,271 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.01271
Opus 5.5 $0.00016 $0.00508
Sonnet 5 $0.00008 $0.00254
Haiku 4.5 $0.00004 $0.00127

Measured 5d ago against content hash ba6bce9b0d00, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-24, from the pricing page.

Security

Grade A, and why

launch-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/configuration.test.mjs, scripts/preflight.mjs, scripts/preflight.test.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/launch-pipeline/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Launch Pipeline

Explicit activation

Use only when the user explicitly invokes /launch-pipeline or asks to run that named lifecycle. A natural-language request for planning, strategy, implementation, or resume does not implicitly activate this skill. Those requests use the repository router and proportionate task guidance.

Required context

Reuse repository-root AGENTS.md and .cursor/AGENTS.md already in context; read missing applicable instructions once. Read .cursor/instructions/LAUNCH.md, then only the instruction sections, source, plans, skills, and evidence selected by its current mode. The parent owns routing and shared state. Bounded delegates receive task packets rather than repeating launch startup or scanning shared state/history.

Preflight and materialization

When a permitted execution tool is available, run from the repository root:

node .cursor/skills/launch-pipeline/scripts/preflight.mjs

Ask Mode may lack execution tools. Then inspect available files, mark preflight not run, and defer execution to a capable mode before mutation. Never bypass the host mode or claim a verified READY status without evidence. Ask and Plan Mode remain read-only.

  • READY: continue the selected mode; do not bootstrap again because a session started.
  • MATERIALIZATION_REQUIRED: include missing artifacts in the plan. After Build or existing explicit implementation authorization, read .cursor/BOOTSTRAP.md, run bash .cursor/scripts/bootstrap.sh, and require success before dependent work.
  • BLOCKED: preserve evidence and resolve the reported defect within authorization; do not bypass policy.
  • Explicit installation or repair may also justify bootstrap. Preserve existing hook paths and implementations; newly seeded hook files are not proof of activation.

Procedure

  1. Inspect preflight or record its execution limitation; infer intake from the user request and relevant repository evidence.
  2. Select new idea, major change, resume, remediation, or closure under .cursor/instructions/LAUNCH.md.
  3. Ask only for a strict blocker or consequential owner decision lacking a defensible default, using an available question tool or the conversation. Existing implementation authorization remains valid.
  4. Present one concise activation summary: mode, preflight, objective, risk/reasons, matched instructions, expected artifacts, any required roles/gates, materialization need, owner decisions, and next action.
  5. In Plan Mode, present a reviewable plan and wait for Build unless implementation is already explicitly authorized in the current execution mode. Do not introduce a second approval solely because this skill is active.
  6. Materialize missing setup only when needed, then create the applicable blueprint/phase plan and formal workstream records when that pipeline is active.
  7. One parent invokes independent workers directly through the host's available delegation tool. Bounded scouts need task packets; formal roles preserve charter, plan, evidence, handoff, required/skipped-role records, and supported verdicts.
  8. Verify integrated work; route failed formal gates to their owners and require appropriate re-verification. Update materially changed state and existing plans; continue until completion, a strict blocker, or an actual required owner decision.

Read the full file on GitHub · 104 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 104 lines · 40 tokens per session scan A ba6bce9b0d00

Subscribe to this mod's changes

launch-pipeline is a skill published in the GitHub repository cam-douglas/agent-instructions (2 stars, last pushed 6d ago), licensed MIT. It adds 40 tokens to every session and 1,271 once invoked, about $0.0002 per session on Opus 5.5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-19.