How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Launch Playbook (Project Management domain).

Internal and external launch coordination playbook covering pre-launch, launch day, and post-launch with run-of-show, comms, RACI, rollback, and retro. Use to coordinate a GA launch, major release, or re-launch.

A complete launch coordination playbook for software products and features. It covers the three windows that matter -- pre-launch (T-30 to T-1), launch day (T-0), and post-launch (T+1 to T+30) -- and produces five concrete artifacts: a run-of-show, an internal comms plan, an external comms checklist

## Frameworks & Templates You Know
- - `assets/launch-run-of-show.md` — hourly run-of-show template for launch day.
- - `assets/post-launch-retro.md` — 7-day and 30-day retrospective template.

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/launch-playbook

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/launch-playbook ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/launch-playbook your-project/
# The skill is available in your Codex workspace at:
.codex/skills/launch-playbook/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/launch-playbook your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/launch-playbook/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/launch-playbook your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/launch-playbook/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/launch-playbook your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/launch-playbook your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/launch-playbook

Quick Start

1. **Kickoff at T-30.** Confirm date, launch type, and exec sponsor; open the run-of-show and internal comms plan assets. 2. **Assign the RACI** within 48 hours — every workstream named. 3. **Build and sign off the five artifacts before T-7**; test the rollback drill by T-7. 4. **Go/no-go at T-3**, run launch day from one run-of-show, stabilize T+1 to T+7, run the 30-day retro. Full timeline tables, RACI matrix, launch-type rules, and the 10-step workflow are in `references/launch-timeline-and-execution.md`.

Related Skills in Project Management

View on GitHub