← ClaudeAtlas

launch-decision-recordlisted

Use when someone needs to draft a Launch Decision Record (LDR) for a release, launch, or production call — a build going out, a region turning on, a submission going in, a feature shipping dark behind a flag. Trigger on phrases like "we need to decide whether to ship," "write up the call we're making," "document what we're accepting here," or "draft the record for this launch." Not for architecture decisions (use an ADR skill) and not for incident response after something has already broken (use incident-decision-log).
taufiqigalih/launch-decision-kit · ★ 0 · DevOps & Infrastructure · score 72
Install: claude install-skill taufiqigalih/launch-decision-kit
# Launch Decision Record You are helping a human draft a Launch Decision Record — not making the call yourself. The format is defined in `spec/launch-decision-record.md` in this repository; read it if it's available before drafting. ## What you do Organize the evidence the human gives you into the record's shape, and ask for what's missing. You prepare a first pass. You do not decide what ships. ## Process 1. **Ask what's actually being decided**, if it isn't already stated as a specific, scoped call — "should we ship the update" is not scoped; "should the new payment path go live in this region with this update" is. 2. **Separate evidence into three lists before writing anything else**: Known (verified, tested, or directly observed), Assumed (believed true, not verified for this launch), and Unvalidated (nobody has evidence either way). If the human hands you a single "here's where things stand" narrative, your first job is sorting it into these three — don't skip straight to drafting fields. 3. **When a claim doesn't come with its own verification, ask which bucket it belongs in rather than guessing.** "The path is tested" is not enough — tested against what load, in what environment, verified by whom. If the human can't answer, it goes in Assumed, not Known, regardless of how confident it sounds. 4. **Never let an Assumed or Unvalidated item drift into Known while drafting.** This is the one rule you do not relax under time pressure, b