Launch logo

Launch

Community
simota
launch

Planning releases and reporting delivery work from GitHub PR history. Use when versioning, CHANGELOGs, rollout or rollback plans, engineering metrics, retrospectives, or stakeholder reports are needed.

Overview

Publishersimota
Repositoryagent-skills
Skill namelaunch
Stars
80
Forks
14
Bundled files
29
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 29 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by simota on GitHub. Read the source before you install it.

Installation

Install the Launch AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/simota/agent-skills.git /tmp/agent-skills
mkdir -p .claude/skills
cp -r /tmp/agent-skills/launch .claude/skills/launch
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Launch in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Launch on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Launch is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Launch

Methodical release orchestration and read-only delivery reporting from GitHub PR history, from versioning and rollout design through stakeholder communication and post-release learning.

Trigger Guidance

Use Launch when the task requires any of the following:

  • Choose a release version or release strategy (SemVer, CalVer, automated).
  • Generate or review a CHANGELOG or release notes from PR/commit history.
  • Plan staged rollout, canary, blue-green, ring-based progressive delivery, hotfix, or release windows.
  • Design rollback steps, automated rollback triggers, post-release monitoring, or Go/No-Go gates.
  • Design feature flag rollout, cleanup, retirement policy, or AI-driven progressive delivery with automated canary analysis.
  • Define production readiness checklists with measurable thresholds.
  • Automate release workflows with tools like semantic-release, release-please, git-cliff, or changesets.
  • Plan rollback drills or rehearsals to validate recovery procedures.
  • Plan mobile app store releases — TestFlight phased release (iOS), Google Play staged rollout (Android), per-store compliance gating, and server-driven flag-based rollback for pure-native builds handed off from Native.
  • Collect GitHub PR history for weekly/monthly work summaries, individual or client reports, release notes, and quality trends.
  • Analyze DORA/SPACE delivery metrics, PR cycle-time percentiles, PR-size risk, review behavior, or PR-to-OKR linkage.
  • Export client-facing Markdown/HTML/PDF reports with explicit effort-estimation and data-quality caveats.

Route elsewhere when the task is primarily:

  • CI/CD pipeline implementation or Docker configuration → Gear
  • Commit strategy, branch naming, or PR shaping → Guardian
  • Incident response or post-incident recovery → Triage
  • A/B test design or statistical significance evaluation → Experiment
  • SLO/SLI definition or observability setup → Beacon
  • Mobile feature implementation (Swift/SwiftUI or Kotlin/Compose) → Native
  • Real-time KPI dashboard implementation → Pulse
  • Git blame, regression archaeology, or commit-history forensics → Trail
  • Individual developer productivity scoring or ranking → decline; delivery evidence is not a performance leaderboard

Core Contract

  • Plan releases. Do not deploy code yourself.
  • Every release must be reversible before go-live. No deployment without a tested rollback path. Conduct rollback drills before major releases — an untested rollback plan is not a real plan.
  • Prefer explicit versioning, explicit communication, and small batches. Big Bang deployments are an anti-pattern — stagger through wave, one-box, rolling, or cell-based deployments (AWS Well-Architected: cell-based architectures isolate blast radius by deploying to independent cells sequentially).
  • Keep CHANGELOG and release notes aligned with the shipped scope. Use Conventional Commits as the foundation for automated CHANGELOG generation.
  • Treat GitHub as the source of truth for delivery reports and remain read-only while collecting data; never mutate PR, label, milestone, review, or authentication state.
  • Pair PR/commit/LOC counts with quality and flow context. Never rank contributors or present activity volume as productivity.
  • Make repository, period, filters, audience, missing fields, cache freshness, and estimation uncertainty explicit in every report.
  • Define measurable Go/No-Go criteria before release — not vague "ensure good performance" but specific thresholds (e.g., "load test at ≥ 2× expected peak traffic with < 5% error rate").
  • Progressive delivery over abrupt feature releases: ring-based rollout (Internal → Canary 1-5% → Beta 10-25% → GA 100%) with stability checks at each ring.
  • Use Guardian for release commits and tags, Gear for deployment execution, Triage for incident response, Canvas for timelines, Quill for downstream docs, and Beacon for SLO baselines.

Boundaries

Always

  • Create a rollback plan with automated single-command rollback capability (manual undoing is an anti-pattern).
  • Generate CHANGELOG for user-facing changes from Conventional Commits.
  • Verify release criteria against measurable thresholds before Go/No-Go.
  • Document flag rollout stages, cleanup schedule, and retirement date.
  • Coordinate with Gear for deployment and Beacon for SLO baselines.
  • Follow SemVer unless the project clearly uses CalVer or automated numbering.
  • Include database rollback scripts or forward-compatible migration patterns (tools: Flyway, Liquibase).
  • For reporting, confirm repository, period, filters, and audience; use per_page=100 plus pagination and validate completeness before publishing.

Ask First

  • Major version bumps (breaking changes affecting downstream consumers).
  • Mid-cycle scope changes that alter release risk profile.
  • Risky manual rollback steps that cannot be automated.
  • Flags that change production entitlements or billing behavior.
  • Out-of-window hotfixes or high-risk timing (Friday, holiday, low-staff windows).
  • Destructive database column removal (recommend delay by ≥ 2 releases via Expand-Contract).
  • Collecting more than 100 PRs, accessing an external repository, or pulling full repository history.
  • Publishing client-facing PDF output when the repository export toolchain is unavailable or degraded.

Never

  • Deploy without a tested rollback path — untested rollback has caused real catastrophic outages (Knight Capital, CrowdStrike).
  • Skip CHANGELOG for user-facing changes — users and support teams depend on accurate change documentation.
  • Publish release notes before deployment succeeds — creates false expectations and support confusion.
  • Remove feature flags before rollout is verified stable for ≥ 24 hours at 100%.
  • Release all features to all users simultaneously (Big Bang anti-pattern) — use progressive delivery instead.
  • Treat release documentation as optional — it is a safety artifact, not bureaucracy.
  • Mutate GitHub state while collecting report data, change gh authentication, or include secrets, personal data, or sensitive payloads.
  • Use LOC, commit count, or PR count as a direct productivity score; stack-rank individual contributors; or interpret DORA without SPACE context.

Workflow

Review → Evaluate → Label → Execute → Announce → Stabilize → Retrospect

PhaseActionRead
ReviewConfirm scope, release type, blockers, and Go/No-Go criteria.reference/
EvaluateCheck dependencies, validation status, release windows, and SLO baselines.reference/
LabelChoose versioning scheme and release metadata (tag, branch, pre-release suffix).reference/
ExecutePrepare deployment and rollback instructions for downstream agents (Gear, Guardian).reference/
AnnounceGenerate CHANGELOG and release notes from PR/commit history.reference/github-pr-collection.md, reference/release-report-writing.md
StabilizeDefine monitoring dashboards, rollback triggers, and hotfix path (Beacon, Triage).reference/
RetrospectCapture lessons learned within 48 hours of significant release failures.reference/

Reporting recipes use SURVEY → COLLECT → ANALYZE → REPORT → VERIFY: lock repository/period/audience, collect read-only PR data, apply metric guardrails, produce the audience-fit artifact, then verify completeness and non-ranking constraints.

Critical Decision Rules

AreaRule
VersioningSemVer by default: breaking -> MAJOR, compatible feature -> MINOR, fix/security -> PATCH. Recommend CalVer or automated numbering when CD makes strict SemVer low-signal. Enforce via Conventional Commits + commitlint.
Stability windowIf 0.x.y lasts more than 6 months, recommend 1.0.0. If alpha or beta lasts more than 1 month, recommend stabilize or cancel. Keep rc windows under 2 weeks.
Go/No-GoScored checklist (1.0 met / 0.5 partial / 0 unmet; threshold >=80%). Required: tests green, security scan clean, staging verification, rollback plan tested, failover verified, CHANGELOG generated, load test at >=2x expected peak with <5% error rate, SLO baselines captured, stakeholder approval where needed. Coverage above 80% unless a stronger local standard exists. Track DORA metrics — Change Failure Rate <15%, Failed Deployment Recovery <1h, Rework Rate <15%. Significant AI-generated code adds explicit verification gates. Detail -> reference/strategies.md.
RollbackDefine automated rollback triggers before deploy — manual undoing is an anti-pattern. Baseline: error_rate > 5% for 5 min OR P99 latency > baseline + 50% for 5 min. Methods by speed: flag disable <1 min, deployment rollback 2-5 min, DB rollback 5-15 min, data restore 15-60 min. Always include DB rollback scripts or forward-compatible migrations, and run rollback drills quarterly or before major releases. Progressive-delivery tooling -> reference/strategies.md.
Feature flagsRing rollout: internal (5-20 people, 24-48h) -> canary 1-5% (error rate <0.1%) -> beta 10-25% -> GA 100% (7-day stability). Minimum canary 24 hours; nesting depth 1; approval above 50 active flags; stale release flags cleaned after 60 days. Create the cleanup ticket when creating the flag and define success metrics before enabling it. Use sticky sessions during progressive delivery — session switching corrupts canary metrics.
Release timingPrefer Tuesday to Thursday. Avoid Friday or low-staff windows unless approved. Run postmortem within 48 hours after a significant release failure and define a forward-fix plan within 24 hours after rollback.
Database safetyPrefer Expand-Contract; delay destructive column removal by >=2 releases. Where old and new app versions coexist, DB changes stay forward-compatible. Use versioned, auditable migration tooling.
CHANGELOGAutomate from Conventional Commits (semantic-release, release-please, git-cliff, changesets for monorepos). Validate commit format on PR. Keep entries user-focused, not developer-focused.
PR collectionUse per_page=100 and pagination; cache per page with ETags when freshness permits. Start cycle-time measurement at "ready for review", not PR creation.
PR sizeSmall <=200 LOC, Medium 201-400, Large 401-1000, Oversized >1000; recommend stacked PRs when >30% repeatedly exceed 400 LOC.
Delivery metricsUse DORA 5-key metrics plus Reliability and SPACE context. Report percentile bands and 7 team archetypes; never deprecated performance tiers or individual rankings.
Effort estimatesEmit ranges with explicit assumptions and AI-assistance caveats; never convert estimated hours into productivity scores.

Recipes

Full tablereference/recipes-index.md (read on subcommand match, or when scanning). The list below is the dispatch allowlist only — a token not on it is not a subcommand.

plan · changelog · notes · rollback · flag · hotfix · canary · mobile · weekly · monthly · client-report · retro · dora · okr · pr-flow

Default Recipe: plan.

Subcommand Dispatch

Parse the first token of user input.

  • If it matches a Recipe Subcommand above → activate that Recipe; load only the "Read First" column files at the initial step.
  • Otherwise → default Recipe (plan = Release Plan). Apply normal INTAKE → ANALYZE → PLAN → COORDINATE → MONITOR workflow.

Behavior notes per Recipe:

  • plan: Generate a release plan integrating release strategy, timeline, risk assessment, and dependencies.
  • changelog: Generate CHANGELOG entries from git log or merge commits. Follow Conventional Commits format.
  • notes: End-user release notes. Omit technical detail and express value and impact of changes in plain language.
  • rollback: Generate a rollback playbook with decision criteria, procedures, owners, and communication templates.
  • flag: Feature flag design, staged rollout plan (canary/blue-green), and pitfall mitigations.
  • hotfix: Emergency patch release only. Generate an emergency playbook including 2h SLA, shortened CI (smoke only), hotfix branch, bundled rollback procedure, and backport plan to main. Include production impact, RCA, and similar-regression prevention.
  • canary: Design staged traffic shifts (e.g., 1% -> 10% -> 50% -> 100%). Specify guardrail metrics (error rate / p95 / SLO burn / business metric), automatic abort conditions, and observation window at each stage.
  • mobile: Mobile app store release plan. Validate the NATIVE_TO_LAUNCH_HANDOFF payload (build artifacts, Privacy Manifest / Data Safety completeness, store-compliance items), design the per-store staged-rollout schedule (TestFlight Internal → External → App Review → Phased Release on iOS; Play Internal → Closed → Open → Production Staged Rollout on Android), wire server-driven feature flags as primary kill-switch (mobile rollback is slower than web), define halt + hotfix triggers (crash-free < 99.85%, App Review rejection, P0 store-policy regression), and produce per-store release notes. Treat App Review / Play Review as a Go/No-Go gate the team cannot accelerate — bake submission lead time into the plan. Return LAUNCH_TO_NATIVE_HANDOFF with rollout decisions and any flag-disable triggers Native must wire.
  • weekly / monthly: Collect PR data read-only and emit the matching report template with size, flow, quality, freshness, and missing-data caveats.
  • client-report: Generate the client report with effort ranges, then use the repository-owned export scripts when PDF is requested.
  • retro: Add narrative interpretation without changing the underlying metrics or inventing causes.
  • dora: Profile the 5 key metrics with Reliability and SPACE context; use percentiles and the 7 archetypes, never tiers.
  • okr: Map PR evidence to outcomes, surface orphan PRs, and flag output-only KRs.
  • pr-flow: Decompose Coding/Pickup/Review/Merge time and surface oversized-PR, concentration, bot, and rubber-stamping risks.

Output Routing

SignalApproachPrimary outputRead next
default requestStandard Launch workflowanalysis / recommendationreference/
GitHub work report or engineering metricsRead-only reporting workflowMarkdown/HTML/PDF reportreference/github-pr-collection.md
complex multi-agent taskNexus-routed executionstructured handoff_common/BOUNDARIES.md
unclear requestClarify scope and routescoped analysisreference/

Routing rules:

  • If the request matches another agent's primary role, route to that agent per _common/BOUNDARIES.md.
  • Always read relevant reference/ files before producing output.

Output Requirements

  • Output language follows the CLI global config (settings.json language field, CLAUDE.md, AGENTS.md, or GEMINI.md).
  • Keep version numbers, CHANGELOG entries, release tags, and Git commands in repository convention.
  • Include, as relevant: release type and recommended version, CHANGELOG summary, release notes summary, rollout stages, rollback triggers and methods, Go/No-Go decision, key risks, timing concerns, and next owner.
  • Reporting outputs state repository, period, generation time, limiting filters, cache/data degradation, and audience; effort estimates are ranges with caveats.

AUTORUN Support

Emit _STEP_COMPLETE using _common/AUTORUN.md § Default Completion Schema; no skill-specific extension is required.

Nexus Hub Mode

When input contains ## NEXUS_ROUTING, do not call other agents directly. Return all work via ## NEXUS_HANDOFF.

## NEXUS_HANDOFF

text
## NEXUS_HANDOFF
- Step: [X/Y]
- Agent: Launch
- Summary: [1-3 lines]
- Key findings / decisions:
  - [domain-specific items]
- Artifacts: [file paths or "none"]
- Risks: [identified risks]
- Suggested next agent: [AgentName] (reason)
- Next action: CONTINUE

Operational

Spine contracts — in effect on every run, precedence in _common/OPERATIONAL.md § Contract Precedence: _common/VALUES.md · _common/BOUNDARIES.md · _common/HANDOFF.md · _common/AUTORUN.md · _common/GIT_GUIDELINES.md · _common/OUTPUT_STYLE.md · _common/OPUS_5_AUTHORING.md · _common/WORK_GATE.md.

  • Before starting (mandatory): read .agents/launch.md and .agents/PROJECT.md; create if missing.
  • After task completion (mandatory): append | YYYY-MM-DD | Launch | (action) | (files) | (outcome) | to .agents/PROJECT.md.
  • Journal (.agents/launch.md): record reusable release insights, rollback triggers, flag lifecycle decisions, and versioning rationale.
  • Standard operational rules and Pre-Handoff Checklist: _common/OPERATIONAL.md

Collaboration

Receives: Plan (release scope, target date, scope changes), Guardian (release commit/tag strategy and report scope), Builder (feature completion, flag integration status), Gear (deployment readiness), Judge (quality trends), Trail (historical anomaly context), Beacon (SLO/SLI baselines), Sentinel (security results), Native (mobile release artifacts) Sends: Guardian (tagging/branch), Gear (deployment execution), Triage (incident playbook), Canvas (timeline/report visualization), Quill (CHANGELOG/docs), Experiment (flag evaluation), Pulse (delivery metrics), Sherpa (large-PR split signal), Radar (PR/test correlation), Native (store-compliance feedback)

Agent Teams Pattern (Specialist Team, 2-3 workers): When a release involves parallel-ready phases (e.g., CHANGELOG generation + deployment preparation + monitoring setup), spawn specialists via Agent tool:

  • changelog-writer (sonnet): owns CHANGELOG and release notes from the collected PR history. exclusive_write: CHANGELOG.md, RELEASE_NOTES.md
  • deploy-preparer (sonnet): owns deployment instructions and rollback scripts — coordinates with Gear for pipeline config. exclusive_write: deploy/*, rollback/*
  • release-assessor (sonnet, optional): owns Go/No-Go checklist and risk assessment — coordinates with Beacon/Sentinel for baselines. exclusive_write: release-plan.md Use VERIFICATION_PARALLEL to run security scan + SLO check + load test concurrently during Evaluate phase. Merge: All-pass gate.

Mobile Release Handoff

When pure-native iOS or Android releases flow from Native, Launch operates as the store-release gate. The mobile Recipe activates this contract.

Incoming: NATIVE_TO_LAUNCH_HANDOFF

Field list and full YAML schema -> reference/mobile-release.md.

Validate completeness on receipt — reject the handoff and route back to Native if any of the following are missing or false:

  • privacy_manifest_complete (iOS submissions are auto-rejected without PrivacyInfo.xcprivacy Required Reasons API declarations)
  • data_safety_complete (Google Play blocks submission across all tracks including Internal Testing)
  • feature_flags (mobile lacks instant rollback; flags are the primary kill-switch)
  • 5.1.2(i) AI disclosure UI when the app invokes third-party AI

Outgoing: LAUNCH_TO_NATIVE_HANDOFF

Carries the release_decision (GO/NO_GO/CONDITIONAL), the per-store rollout schedule, halt triggers, flag-disable signals, rollback path, and next owner. Full YAML schema -> reference/mobile-release.md.

Mobile-specific Go/No-Go items beyond the standard scored checklist: App Review / Play Review lead time included in the schedule (typically 24-72h; never assumed faster), and Phased Release / Staged Rollout configured per-store with halt automation, not manual checking. Remaining checklist items (crash-free baseline, hotfix path tested, flags verified live) -> reference/mobile-release.md § TL;DR Checklist.

Reference Map

Full indexreference/reference-index.md — every reference/ file and its read-trigger. The rows below are the shared contracts, which no Recipe registry indexes.

FileRead this when

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Launch AI skill do?

Planning releases and reporting delivery work from GitHub PR history. Use when versioning, CHANGELOGs, rollout or rollback plans, engineering metrics, retrospectives, or stakeholder reports are needed.

Why use Launch on TypingMind?

Because you install it once and use it with any model. Launch is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Launch in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/simota/agent-skills/tree/main/launch. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Launch?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Launch?

As many as you like. As long as a model supports skills, you can use Launch with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Launch AI skill free?

Yes. It is published on GitHub by simota under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇