{"id":"065c7dc2-126b-4b9d-9e52-7357248c8f19","shortId":"9sW5Sy","kind":"skill","title":"launch-runbook","tagline":"Plan and execute a launch runbook covering pre-launch verification, go-live procedures, DNS cutover, post-launch monitoring, and rollback procedures. Use this skill whenever the user is preparing to launch a website or product, planning a DNS cutover, building a go-live checklist","description":"# Launch Runbook\n\nPlan and execute the launch of a website, product, or major release. The runbook is the document everyone uses on launch day. Stack-agnostic.\n\nThis skill is for the launch event. For pre-launch QA, use `qa-testing`. For post-launch incident handling, use `incident-response`.\n\n---\n\n## When to use\n\n- Launching a new website or major redesign\n- Migrating from one platform to another\n- Releasing a major product or feature\n- Coordinating cross-team launches\n- Building a runbook for a recurring deploy\n\n## When NOT to use\n\n- Pre-launch testing (use `qa-testing`)\n- Post-launch incident response (use `incident-response`)\n- After-launch retrospective (use `after-action-report`)\n\n---\n\n## Required inputs\n\n- The launch scope (what's being launched)\n- The launch window (date, time, duration)\n- The team (roles, on-call rotation)\n- The rollback criteria (when to abort)\n- The communication plan (who tells whom what, when)\n\n---\n\n## The framework: 4 phases\n\nA launch has four phases. The runbook covers all four.\n\n### Phase 1: Pre-launch (T-30 days to T-1 hour)\n\nVerify everything is ready before the launch window.\n\n**T-30 days:**\n- Final scope locked\n- Cross-team commitments confirmed\n- Pre-launch QA scheduled\n- Comms plan drafted\n\n**T-7 days:**\n- Pre-launch QA complete\n- All critical and major issues resolved\n- Performance baseline measured\n- Rollback procedures documented and tested\n- DNS TTL lowered (if DNS change is part of launch)\n\n**T-1 day:**\n- Final go/no-go meeting\n- Roles confirmed\n- Communication channels set up\n- Backup of current production state\n\n**T-1 hour:**\n- Team assembled in shared communication channel\n- Tools and access verified\n- Final smoke test on staging\n\n### Phase 2: Cutover (T-0)\n\nThe actual launch. Sequenced steps with owners and verifications.\n\n**Standard cutover steps:**\n\n1. Announce start to internal team\n2. Enable maintenance mode (if applicable)\n3. Run final database migrations (if applicable)\n4. Deploy code to production\n5. Verify deploy completed without errors\n6. Run smoke tests on production\n7. DNS cutover (if applicable)\n8. Verify DNS propagation\n9. Disable maintenance mode\n10. Run full smoke tests on production\n11. Announce launch to internal team\n12. Begin monitoring window\n\nEach step has:\n- Owner\n- Pre-conditions\n- Action\n- Verification\n- Time estimate\n- Rollback procedure\n\n### Phase 3: Verification (T+0 to T+24 hours)\n\nConfirm the launch is healthy.\n\n**Within first hour:**\n- Critical user flows working (checkout, signup, login)\n- No spike in error rates\n- Performance within expected ranges\n- Analytics tracking firing\n- Email and notifications working\n\n**Within first 24 hours:**\n- No regression in key business metrics\n- No accumulating error patterns\n- Core Web Vitals stable\n- Search Console showing no critical issues (if SEO-relevant)\n\n### Phase 4: Stabilization (T+24 hours to T+7 days)\n\nMonitor the long tail.\n\n- Track error rates day over day\n- Track performance day over day\n- Track key business metrics vs baseline\n- Address any non-blocking issues identified\n- Plan the AAR (after-action report)\n\n---\n\n## Roles and responsibilities\n\nA launch has clear role assignments. Ambiguity here is the most common cause of launch chaos.\n\n| Role | Responsibility |\n|---|---|\n| Launch lead | Owns the runbook. Calls go/no-go. Calls rollback. |\n| Deploy operator | Executes the technical deploy steps. |\n| QA lead | Runs verification tests and confirms each milestone. |\n| Comms lead | Posts internal updates, manages external messaging. |\n| On-call engineer | Available for issues during and after launch. |\n| Stakeholder rep | Approves on behalf of business stakeholders. |\n\nFor small teams, one person may fill multiple roles. Each role's responsibilities should still be explicit.\n\n---\n\n## Rollback criteria\n\nDefine before the launch. Decisions are easier to make pre-emptively than under pressure.\n\n**Automatic rollback triggers:**\n- Error rate exceeds X percent of normal\n- Critical user flow (defined) is broken\n- Database integrity issue\n- Security vulnerability discovered post-deploy\n\n**Discretionary rollback triggers:**\n- Performance degradation beyond Y percent\n- Significant degradation in key business metric\n- Customer-facing error patterns\n\n**Decision authority:** The launch lead calls rollback. Pre-define who acts as deputy if launch lead is unavailable.\n\n---\n\n## Communication plan\n\n### Internal channels\n\n- **Primary launch channel:** Real-time chat for the launch team only\n- **Status channel:** Broader internal updates\n- **War room:** Optional video call for high-stakes launches\n\n### Update cadence during launch\n\n- Every 15 minutes during cutover\n- Every hour during verification phase\n- Daily during stabilization phase\n\n### External communication\n\n- **Customer-facing announcement:** Pre-drafted, scheduled to publish at confirmed-success milestone\n- **Status page:** Updated proactively if any user impact\n- **Support team:** Briefed in advance on what's launching, common questions, escalation path\n\n---\n\n## Workflow\n\n1. **Build the runbook 30 days out.** Scope, sequence, roles, rollback criteria, comms plan.\n2. **Test the rollback procedure.** Untested rollback is hope, not procedure.\n3. **Run a tabletop exercise.** Walk through the runbook with the full team. Find gaps.\n4. **Lower DNS TTL** 48 to 72 hours before launch (if DNS change is part of launch).\n5. **Day-of:** Run the runbook step by step. Verify each step before moving to next.\n6. **Monitor.** First hour, first day, first week. Document anything noteworthy.\n7. **Schedule the AAR** within 1 to 2 weeks of launch.\n\n---\n\n## Failure patterns\n\n- **Runbook written by one person, not reviewed.** Single perspective misses scenarios.\n- **No tested rollback.** Discovering rollback is broken at the moment you need it.\n- **Vague step descriptions.** \"Deploy to production\" without specifying which tool, which command, which environment.\n- **No verification step after each action.** Errors propagate.\n- **Communication gaps.** Team doesn't know launch is happening, or doesn't know it succeeded.\n- **Launching at end of day Friday.** Or before a holiday. Reduce the time available to respond.\n- **Skipping pre-launch QA** to hit a date. The bugs appear on launch day instead.\n- **Launch fatigue.** Long launches without breaks lead to errors. Plan rest cycles for multi-day launches.\n- **No on-call for first 24 hours.** Someone must be reachable.\n\n---\n\n## Output format\n\nDefault output: a markdown runbook at `launch-runbook-[project].md` plus supporting checklists.\n\nStructure:\n\n1. Launch metadata (what, when, who)\n2. Roles and responsibilities\n3. Pre-launch checklist (T-30, T-7, T-1, T-1hr)\n4. Cutover sequence (numbered steps, owners, verifications)\n5. Rollback procedure\n6. Rollback criteria (automatic and discretionary)\n7. Communication plan\n8. Verification checklist (first hour, first day)\n9. Stabilization plan (first week)\n10. Contacts (escalation paths, on-call)\n\n---\n\n## Reference files\n\n- [`references/runbook-template.md`](references/runbook-template.md) - Fillable runbook template with example cutover sequences.","tags":["launch","runbook","claude","skills","rampstackco","agent-skills","anthropic","awesome-claude-code","awesome-claude-prompts","awesome-claude-skills","claude-code","claude-skills"],"capabilities":["skill","source-rampstackco","skill-launch-runbook","topic-agent-skills","topic-anthropic","topic-awesome-claude-code","topic-awesome-claude-prompts","topic-awesome-claude-skills","topic-claude","topic-claude-code","topic-claude-skills","topic-good-first-issue","topic-mcp","topic-product-management","topic-seo"],"categories":["claude-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/rampstackco/claude-skills/launch-runbook","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add rampstackco/claude-skills","source_repo":"https://github.com/rampstackco/claude-skills","install_from":"skills.sh"}},"qualityScore":"0.540","qualityRationale":"deterministic score 0.54 from registry signals: · indexed on github topic:agent-skills · 181 github stars · SKILL.md body (7,108 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T18:55:17.553Z","embedding":null,"createdAt":"2026-04-30T01:01:29.146Z","updatedAt":"2026-05-18T18:55:17.553Z","lastSeenAt":"2026-05-18T18:55:17.553Z","tsv":"'+0':425 '+24':428,493 '+7':497 '-0':329 '-1':229,291,308,1049 '-30':225,240,1045 '-7':259,1047 '1':220,342,792,882,1029 '10':391,1084 '11':398 '12':404 '15':740 '1hr':1052 '2':326,348,806,884,1035 '24':463,1006 '3':354,422,817,1039 '30':796 '4':207,361,490,832,1053 '48':836 '5':366,849,1060 '6':372,866,1063 '7':378,877,1069 '72':838 '8':383,1072 '9':387,1079 'aar':529,880 'abort':196 'access':318 'accumul':472 'act':696 'action':167,415,532,933 'actual':331 'address':520 'advanc':782 'after-act':530 'after-action-report':165 'after-launch':160 'agnost':78 'ambigu':543 'analyt':454 'announc':343,399,758 'anoth':120 'anyth':875 'appear':978 'applic':353,360,382 'approv':601 'assembl':311 'assign':542 'author':686 'automat':641,1066 'avail':592,964 'backup':302 'baselin':273,519 'begin':405 'behalf':603 'beyond':671 'block':524 'break':988 'brief':780 'broader':722 'broken':656,907 'bug':977 'build':46,132,793 'busi':469,516,605,678 'cadenc':736 'call':189,560,562,590,690,729,1003,1090 'caus':549 'chang':285,844 'channel':299,315,707,710,721 'chao':552 'chat':714 'checklist':51,1027,1043,1074 'checkout':442 'clear':540 'code':363 'comm':255,580,804 'command':925 'commit':248 'common':548,787 'communic':198,298,314,704,754,936,1070 'complet':265,369 'condit':414 'confirm':249,297,430,577,767 'confirmed-success':766 'consol':480 'contact':1085 'coordin':127 'core':475 'cover':10,216 'criteria':193,625,803,1065 'critic':267,438,483,651 'cross':129,246 'cross-team':128,245 'current':304 'custom':681,756 'customer-fac':680,755 'cutov':20,45,327,340,380,743,1054,1100 'cycl':994 'daili':749 'databas':357,657 'date':181,975 'day':75,226,241,260,292,498,506,508,511,513,797,851,871,955,981,998,1078 'day-of':850 'decis':630,685 'default':1014 'defin':626,654,694 'degrad':670,675 'deploy':138,362,368,564,569,665,917 'deputi':698 'descript':916 'disabl':388 'discov':662,904 'discretionari':666,1068 'dns':19,44,280,284,379,385,834,843 'document':70,277,874 'doesn':939,946 'draft':257,761 'durat':183 'easier':632 'email':457 'emptiv':637 'enabl':349 'end':953 'engin':591 'environ':927 'error':371,448,473,504,644,683,934,991 'escal':789,1086 'estim':418 'event':85 'everi':739,744 'everyon':71 'everyth':232 'exampl':1099 'exceed':646 'execut':6,56,566 'exercis':821 'expect':452 'explicit':623 'extern':586,753 'face':682,757 'failur':888 'fatigu':984 'featur':126 'file':1092 'fill':613 'fillabl':1095 'final':242,293,320,356 'find':830 'fire':456 'first':436,462,868,870,872,1005,1075,1077,1082 'flow':440,653 'format':1013 'four':212,218 'framework':206 'friday':956 'full':393,828 'gap':831,937 'go':16,49 'go-liv':15,48 'go/no-go':294,561 'handl':100 'happen':944 'healthi':434 'high':732 'high-stak':731 'hit':973 'holiday':960 'hope':814 'hour':230,309,429,437,464,494,745,839,869,1007,1076 'identifi':526 'impact':777 'incid':99,103,154,158 'incident-respons':102,157 'input':170 'instead':982 'integr':658 'intern':346,402,583,706,723 'issu':270,484,525,594,659 'key':468,515,677 'know':941,948 'launch':2,8,13,23,37,52,58,74,84,89,98,108,131,145,153,162,172,177,179,210,223,237,252,263,289,332,400,432,538,551,555,598,629,688,700,709,717,734,738,786,841,848,887,942,951,970,980,983,986,999,1021,1030,1042 'launch-runbook':1,1020 'lead':556,572,581,689,701,989 'live':17,50 'lock':244 'login':444 'long':501,985 'lower':282,833 'mainten':350,389 'major':64,113,123,269 'make':634 'manag':585 'markdown':1017 'may':612 'md':1024 'measur':274 'meet':295 'messag':587 'metadata':1031 'metric':470,517,679 'migrat':115,358 'mileston':579,769 'minut':741 'miss':899 'mode':351,390 'moment':910 'monitor':24,406,499,867 'move':863 'multi':997 'multi-day':996 'multipl':614 'must':1009 'need':912 'new':110 'next':865 'non':523 'non-block':522 'normal':650 'noteworthi':876 'notif':459 'number':1056 'on-cal':187,588,1001,1088 'one':117,610,893 'oper':565 'option':727 'output':1012,1015 'own':557 'owner':336,411,1058 'page':771 'part':287,846 'path':790,1087 'pattern':474,684,889 'percent':648,673 'perform':272,450,510,669 'person':611,894 'perspect':898 'phase':208,213,219,325,421,489,748,752 'plan':4,42,54,199,256,527,705,805,992,1071,1081 'platform':118 'plus':1025 'post':22,97,152,582,664 'post-deploy':663 'post-launch':21,96,151 'pre':12,88,144,222,251,262,413,636,693,760,969,1041 'pre-condit':412 'pre-defin':692 'pre-draft':759 'pre-empt':635 'pre-launch':11,87,143,221,250,261,968,1040 'prepar':35 'pressur':640 'primari':708 'proactiv':773 'procedur':18,27,276,420,810,816,1062 'product':41,62,124,305,365,377,397,919 'project':1023 'propag':386,935 'publish':764 'qa':90,93,149,253,264,571,971 'qa-test':92,148 'question':788 'rang':453 'rate':449,505,645 'reachabl':1011 'readi':234 'real':712 'real-tim':711 'recur':137 'redesign':114 'reduc':961 'refer':1091 'references/runbook-template.md':1093,1094 'regress':466 'releas':65,121 'relev':488 'rep':600 'report':168,533 'requir':169 'resolv':271 'respond':966 'respons':104,155,159,536,554,619,1038 'rest':993 'retrospect':163 'review':896 'role':186,296,534,541,553,615,617,801,1036 'rollback':26,192,275,419,563,624,642,667,691,802,809,812,903,905,1061,1064 'room':726 'rotat':190 'run':355,373,392,573,818,853 'runbook':3,9,53,67,134,215,559,795,825,855,890,1018,1022,1096 'scenario':900 'schedul':254,762,878 'scope':173,243,799 'search':479 'secur':660 'seo':487 'seo-relev':486 'sequenc':333,800,1055,1101 'set':300 'share':313 'show':481 'signific':674 'signup':443 'singl':897 'skill':30,80 'skill-launch-runbook' 'skip':967 'small':608 'smoke':321,374,394 'someon':1008 'source-rampstackco' 'specifi':921 'spike':446 'stabil':491,751,1080 'stabl':478 'stack':77 'stack-agnost':76 'stage':324 'stake':733 'stakehold':599,606 'standard':339 'start':344 'state':306 'status':720,770 'step':334,341,409,570,856,858,861,915,930,1057 'still':621 'structur':1028 'succeed':950 'success':768 'support':778,1026 't-1hr':1050 'tabletop':820 'tail':502 'team':130,185,247,310,347,403,609,718,779,829,938 'technic':568 'tell':201 'templat':1097 'test':94,146,150,279,322,375,395,575,807,902 'time':182,417,713,963 'tool':316,923 'topic-agent-skills' 'topic-anthropic' 'topic-awesome-claude-code' 'topic-awesome-claude-prompts' 'topic-awesome-claude-skills' 'topic-claude' 'topic-claude-code' 'topic-claude-skills' 'topic-good-first-issue' 'topic-mcp' 'topic-product-management' 'topic-seo' 'track':455,503,509,514 'trigger':643,668 'ttl':281,835 'unavail':703 'untest':811 'updat':584,724,735,772 'use':28,72,91,101,107,142,147,156,164 'user':33,439,652,776 'vagu':914 'verif':14,338,416,423,574,747,929,1059,1073 'verifi':231,319,367,384,859 'video':728 'vital':477 'vs':518 'vulner':661 'walk':822 'war':725 'web':476 'websit':39,61,111 'week':873,885,1083 'whenev':31 'window':180,238,407 'within':435,451,461,881 'without':370,920,987 'work':441,460 'workflow':791 'written':891 'x':647 'y':672","prices":[{"id":"f1239d2e-5bbc-4a89-9400-27d85719bc3a","listingId":"065c7dc2-126b-4b9d-9e52-7357248c8f19","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"rampstackco","category":"claude-skills","install_from":"skills.sh"},"createdAt":"2026-04-30T01:01:29.146Z"}],"sources":[{"listingId":"065c7dc2-126b-4b9d-9e52-7357248c8f19","source":"github","sourceId":"rampstackco/claude-skills/launch-runbook","sourceUrl":"https://github.com/rampstackco/claude-skills/tree/main/skills/launch-runbook","isPrimary":false,"firstSeenAt":"2026-04-30T01:01:29.146Z","lastSeenAt":"2026-05-18T18:55:17.553Z"}],"details":{"listingId":"065c7dc2-126b-4b9d-9e52-7357248c8f19","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"rampstackco","slug":"launch-runbook","github":{"repo":"rampstackco/claude-skills","stars":181,"topics":["agent-skills","anthropic","awesome-claude-code","awesome-claude-prompts","awesome-claude-skills","claude","claude-code","claude-skills","good-first-issue","mcp","product-management","seo","show-hn","showcase","showdev","web-design","web-development"],"license":"mit","html_url":"https://github.com/rampstackco/claude-skills","pushed_at":"2026-05-10T22:40:22Z","description":"Stack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.","skill_md_sha":"0fb3e6276970049f58e1e94755449803b5f025ef","skill_md_path":"skills/launch-runbook/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/rampstackco/claude-skills/tree/main/skills/launch-runbook"},"layout":"multi","source":"github","category":"claude-skills","frontmatter":{"name":"launch-runbook","description":"Plan and execute a launch runbook covering pre-launch verification, go-live procedures, DNS cutover, post-launch monitoring, and rollback procedures. Use this skill whenever the user is preparing to launch a website or product, planning a DNS cutover, building a go-live checklist, or executing a launch day. Triggers on launch runbook, go-live, launch day, DNS cutover, deploy to production, site launch, product launch, cutover plan, launch checklist, deployment procedure. Also triggers when a launch is approaching and the team needs structured coordination, even if 'runbook' is not explicitly stated."},"skills_sh_url":"https://skills.sh/rampstackco/claude-skills/launch-runbook"},"updatedAt":"2026-05-18T18:55:17.553Z"}}