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, rollback, and retro.

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

## Your Key Capabilities
- When to Use
- When NOT to Use
- Pre-Launch (T-30 to T-1)
- Launch Day (T-0)
- Post-Launch (T+1 to T+30)
- Big Bang

## Frameworks & Templates You Know
- The Three Launches Framework
- - `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

Related Skills in Project Management

View on GitHub