MCP HubMCP Hub
스킬 목록으로 돌아가기

launch-runbook

rampstackco
업데이트됨 2 days ago
5 조회
239
27
239
GitHub에서 보기
기타design

정보

이 스킬은 개발자들이 웹사이트나 제품을 위한 구조적인 출시 계획을 수립하고 실행하는 데 도움을 줍니다. 출시 전 점검, DNS 전환, 모니터링, 롤백 절차를 포함한 전체 가동 시퀀스를 다룹니다. 출시일 활동을 조율하고 배포 체크리스트를 구축하는 데 활용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add rampstackco/claude-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/rampstackco/claude-skills
Git 클론대체
git clone https://github.com/rampstackco/claude-skills.git ~/.claude/skills/launch-runbook

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Launch Runbook

Plan and execute the launch of a website, product, or major release. The runbook is the document everyone uses on launch day. Stack-agnostic.

This skill is for the launch event. For pre-launch QA, use qa-testing. For post-launch incident handling, use incident-response.


When to use

  • Launching a new website or major redesign
  • Migrating from one platform to another
  • Releasing a major product or feature
  • Coordinating cross-team launches
  • Building a runbook for a recurring deploy

When NOT to use

  • Pre-launch testing (use qa-testing)
  • Post-launch incident response (use incident-response)
  • After-launch retrospective (use after-action-report)

Required inputs

  • The launch scope (what's being launched)
  • The launch window (date, time, duration)
  • The team (roles, on-call rotation)
  • The rollback criteria (when to abort)
  • The communication plan (who tells whom what, when)

The framework: 4 phases

A launch has four phases. The runbook covers all four.

Phase 1: Pre-launch (T-30 days to T-1 hour)

Verify everything is ready before the launch window.

T-30 days:

  • Final scope locked
  • Cross-team commitments confirmed
  • Pre-launch QA scheduled
  • Comms plan drafted

T-7 days:

  • Pre-launch QA complete
  • All critical and major issues resolved
  • Performance baseline measured
  • Rollback procedures documented and tested
  • DNS TTL lowered (if DNS change is part of launch)

T-1 day:

  • Final go/no-go meeting
  • Roles confirmed
  • Communication channels set up
  • Backup of current production state

T-1 hour:

  • Team assembled in shared communication channel
  • Tools and access verified
  • Final smoke test on staging

Phase 2: Cutover (T-0)

The actual launch. Sequenced steps with owners and verifications.

Standard cutover steps:

  1. Announce start to internal team
  2. Enable maintenance mode (if applicable)
  3. Run final database migrations (if applicable)
  4. Deploy code to production
  5. Verify deploy completed without errors
  6. Run smoke tests on production
  7. DNS cutover (if applicable)
  8. Verify DNS propagation
  9. Disable maintenance mode
  10. Run full smoke tests on production
  11. Announce launch to internal team
  12. Begin monitoring window

Each step has:

  • Owner
  • Pre-conditions
  • Action
  • Verification
  • Time estimate
  • Rollback procedure

Phase 3: Verification (T+0 to T+24 hours)

Confirm the launch is healthy.

Within first hour:

  • Critical user flows working (checkout, signup, login)
  • No spike in error rates
  • Performance within expected ranges
  • Analytics tracking firing
  • Email and notifications working

Within first 24 hours:

  • No regression in key business metrics
  • No accumulating error patterns
  • Core Web Vitals stable
  • Search Console showing no critical issues (if SEO-relevant)

Phase 4: Stabilization (T+24 hours to T+7 days)

Monitor the long tail.

  • Track error rates day over day
  • Track performance day over day
  • Track key business metrics vs baseline
  • Address any non-blocking issues identified
  • Plan the AAR (after-action report)

Roles and responsibilities

A launch has clear role assignments. Ambiguity here is the most common cause of launch chaos.

RoleResponsibility
Launch leadOwns the runbook. Calls go/no-go. Calls rollback.
Deploy operatorExecutes the technical deploy steps.
QA leadRuns verification tests and confirms each milestone.
Comms leadPosts internal updates, manages external messaging.
On-call engineerAvailable for issues during and after launch.
Stakeholder repApproves on behalf of business stakeholders.

For small teams, one person may fill multiple roles. Each role's responsibilities should still be explicit.


Rollback criteria

Define before the launch. Decisions are easier to make pre-emptively than under pressure.

Automatic rollback triggers:

  • Error rate exceeds X percent of normal
  • Critical user flow (defined) is broken
  • Database integrity issue
  • Security vulnerability discovered post-deploy

Discretionary rollback triggers:

  • Performance degradation beyond Y percent
  • Significant degradation in key business metric
  • Customer-facing error patterns

Decision authority: The launch lead calls rollback. Pre-define who acts as deputy if launch lead is unavailable.


Communication plan

Internal channels

  • Primary launch channel: Real-time chat for the launch team only
  • Status channel: Broader internal updates
  • War room: Optional video call for high-stakes launches

Update cadence during launch

  • Every 15 minutes during cutover
  • Every hour during verification phase
  • Daily during stabilization phase

External communication

  • Customer-facing announcement: Pre-drafted, scheduled to publish at confirmed-success milestone
  • Status page: Updated proactively if any user impact
  • Support team: Briefed in advance on what's launching, common questions, escalation path

Workflow

  1. Build the runbook 30 days out. Scope, sequence, roles, rollback criteria, comms plan.
  2. Test the rollback procedure. Untested rollback is hope, not procedure.
  3. Run a tabletop exercise. Walk through the runbook with the full team. Find gaps.
  4. Lower DNS TTL 48 to 72 hours before launch (if DNS change is part of launch).
  5. Day-of: Run the runbook step by step. Verify each step before moving to next.
  6. Monitor. First hour, first day, first week. Document anything noteworthy.
  7. Schedule the AAR within 1 to 2 weeks of launch.

Failure patterns

  • Runbook written by one person, not reviewed. Single perspective misses scenarios.
  • No tested rollback. Discovering rollback is broken at the moment you need it.
  • Vague step descriptions. "Deploy to production" without specifying which tool, which command, which environment.
  • No verification step after each action. Errors propagate.
  • Communication gaps. Team doesn't know launch is happening, or doesn't know it succeeded.
  • Launching at end of day Friday. Or before a holiday. Reduce the time available to respond.
  • Skipping pre-launch QA to hit a date. The bugs appear on launch day instead.
  • Launch fatigue. Long launches without breaks lead to errors. Plan rest cycles for multi-day launches.
  • No on-call for first 24 hours. Someone must be reachable.

Output format

Default output: a markdown runbook at launch-runbook-[project].md plus supporting checklists.

Structure:

  1. Launch metadata (what, when, who)
  2. Roles and responsibilities
  3. Pre-launch checklist (T-30, T-7, T-1, T-1hr)
  4. Cutover sequence (numbered steps, owners, verifications)
  5. Rollback procedure
  6. Rollback criteria (automatic and discretionary)
  7. Communication plan
  8. Verification checklist (first hour, first day)
  9. Stabilization plan (first week)
  10. Contacts (escalation paths, on-call)

Reference files

GitHub 저장소

rampstackco/claude-skills
경로: skills/launch-runbook
0
agent-skillsai-agentsanthropicclaudeclaude-aiclaude-code

연관 스킬

media-asset-management

기타

이 스킬은 개발자가 이미지, 비디오, 다운로드 가능 에셋을 위한 미디어 파이프라인을 설계하고 최적화하는 데 도움을 줍니다. 저장소 관리, 현대적 형식 선택(WebP/AVIF 등), 반응형 이미지, 비디오 호스팅, 에셋 라이브러리 구성에 대한 지침을 제공합니다. 특히 성능이나 구성 관련 문제가 있을 때 미디어 전송 시스템을 구축, 감사 또는 개선하는 경우에 사용하세요.

스킬 보기

monitoring-and-alerting

기타

이 스킬은 개발자가 모니터링 시스템을 설계하고 구현하는 데 도움을 주며, SLO 정의, 가동 시간 확인, 오류 추적을 다룹니다. 실행 가능한 알림 구성, 당직 순번 설정, 알림 피로도 해결 방법을 안내합니다. 가시성 확보를 시작할 때나 사고 발생으로 모니터링 공백이 드러났을 때 사용하세요.

스킬 보기

after-action-report

기타

이 스킬은 사고, 출시 또는 프로젝트에 대해 구조화된 사후 검토를 실행하여 타임라인, 근본 원인 및 교훈을 포착합니다. '사후 분석', '회고' 또는 '근본 원인 분석(RCA)'과 같은 용어에 반응하며, 기능 출시나 사고 해결 후에 사용하기에 이상적입니다. 이 과정은 단순한 문서화가 아닌 실행 가능한 개선 방안 도출에 중점을 둡니다.

스킬 보기

security-baseline

기타

보안-베이스라인 스킬은 개발자가 필수 웹 보안 구성을 수립하고 감사하는 데 도움을 줍니다. HTTPS/TLS 설정, 보안 헤더, CSP, 비밀 관리, 출시 전 강화에 대한 지침을 제공합니다. 컴플라이언스 검토, 취약점 평가, 정기적인 보안 감사에 활용하세요.

스킬 보기