/digital-marketing-pro:launch-plan
Purpose
Build a comprehensive launch playbook that coordinates all marketing activities across three phases — pre-launch, launch, and post-launch — to maximize impact and sustain momentum.
Execution gate (MANDATORY — cannot be skipped)
This skill produces a launch playbook — it performs no external action itself, so it runs freely. The gate governs the handoff: before ANY step of this playbook is executed by a downstream execution skill (/digital-marketing-pro:launch-campaign, /digital-marketing-pro:launch-ad-campaign, /digital-marketing-pro:send-email-campaign, etc.), that skill presents its own Execution Summary and the user must type yes. Never proceed on ambiguous input, never auto-execute a playbook step, and never auto-retry a failed one.
Input Required
The user must provide (or will be prompted for):
- What is launching: Product, feature, service, rebrand, or event
- Launch date: Target date or date range
- Launch goals: Signups, revenue, coverage, awareness targets
- Target audience: Primary and secondary audiences for the launch
- Available channels: Which channels are active and resourced
- Budget: Dedicated launch budget (if any)
- Assets available: What already exists (product pages, demos, press materials, creative)
- Team: Who is involved and their roles
Process
- Load brand context: Read
~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions and relevant category files. Check for custom templates at ~/.claude-marketing/brands/{slug}/templates/. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.
- Define launch tier (Tier 1 major, Tier 2 moderate, Tier 3 minor) to calibrate effort
- Pre-launch phase (T-30 to T-1): Teaser content, audience building, press seeding, influencer outreach, email list warming, landing page, waitlist
- Launch phase (T-0 to T+3): Coordinated announcement across all channels, press release, email blast, social blitz, paid media activation, community engagement
- Post-launch phase (T+4 to T+30): Performance monitoring, user feedback collection, content follow-up, retargeting, optimization, case studies
- Build detailed timeline with owners, deliverables, and deadlines per task
- Define success metrics per phase and overall launch KPIs
- Identify risks and build contingency plans
Output
A structured launch playbook containing:
- Launch overview with tier classification and success criteria
- Pre-launch checklist with timeline, deliverables, and owners
- Launch day runbook with hour-by-hour coordination plan
- Post-launch optimization plan with feedback loops
- Channel-by-channel activation plan with specific tactics
- Content and asset requirements list
- Risk register with contingency actions
- KPI dashboard with targets per phase
Agents Used
- marketing-strategist — Launch architecture, phasing, goal setting, channel coordination
- content-creator — Launch messaging, content assets, announcement copy
- pr-outreach — Media strategy, press materials, influencer seeding
Source: hashgraph-online/awesome-codex-plugins → plugins/indranilbanerjee/digital-marketing-pro/skills/launch-plan/SKILL.md
1---2name: launch-plan3description: Build product launch playbooks. Use when: planning pre-launch, launch day, or post-launch phases.4---5
6
7# /digital-marketing-pro:launch-plan
8
9## Purpose
10
11Build a comprehensive launch playbook that coordinates all marketing activities across three phases — pre-launch, launch, and post-launch — to maximize impact and sustain momentum.
12
13## Execution gate (MANDATORY — cannot be skipped)
14
15This skill produces a launch **playbook** — it performs no external action itself, so it runs freely. The gate governs the *handoff*: before ANY step of this playbook is executed by a downstream execution skill (`/digital-marketing-pro:launch-campaign`, `/digital-marketing-pro:launch-ad-campaign`, `/digital-marketing-pro:send-email-campaign`, etc.), that skill presents its own Execution Summary and the user must type `yes`. Never proceed on ambiguous input, never auto-execute a playbook step, and never auto-retry a failed one.
16
17## Input Required
18
19The user must provide (or will be prompted for):
20
21- **What is launching**: Product, feature, service, rebrand, or event
22- **Launch date**: Target date or date range
23- **Launch goals**: Signups, revenue, coverage, awareness targets
24- **Target audience**: Primary and secondary audiences for the launch
25- **Available channels**: Which channels are active and resourced
26- **Budget**: Dedicated launch budget (if any)
27- **Assets available**: What already exists (product pages, demos, press materials, creative)
28- **Team**: Who is involved and their roles
29
30## Process
31
321. **Load brand context**: Read `~/.claude-marketing/brands/_active-brand.json` for the active slug, then load `~/.claude-marketing/brands/{slug}/profile.json`. Apply brand voice, compliance rules for target markets (`skills/context-engine/compliance-rules.md`), and industry context. **Also check for guidelines** at `~/.claude-marketing/brands/{slug}/guidelines/_manifest.json` — if present, load restrictions and relevant category files. Check for custom templates at `~/.claude-marketing/brands/{slug}/templates/`. Check for agency SOPs at `~/.claude-marketing/sops/`. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.
332. Define launch tier (Tier 1 major, Tier 2 moderate, Tier 3 minor) to calibrate effort
343. **Pre-launch phase** (T-30 to T-1): Teaser content, audience building, press seeding, influencer outreach, email list warming, landing page, waitlist
354. **Launch phase** (T-0 to T+3): Coordinated announcement across all channels, press release, email blast, social blitz, paid media activation, community engagement
365. **Post-launch phase** (T+4 to T+30): Performance monitoring, user feedback collection, content follow-up, retargeting, optimization, case studies
376. Build detailed timeline with owners, deliverables, and deadlines per task
387. Define success metrics per phase and overall launch KPIs
398. Identify risks and build contingency plans
40
41## Output
42
43A structured launch playbook containing:
44
45- Launch overview with tier classification and success criteria
46- Pre-launch checklist with timeline, deliverables, and owners
47- Launch day runbook with hour-by-hour coordination plan
48- Post-launch optimization plan with feedback loops
49- Channel-by-channel activation plan with specific tactics
50- Content and asset requirements list
51- Risk register with contingency actions
52- KPI dashboard with targets per phase
53
54## Agents Used
55
56- **marketing-strategist** — Launch architecture, phasing, goal setting, channel coordination
57- **content-creator** — Launch messaging, content assets, announcement copy
58- **pr-outreach** — Media strategy, press materials, influencer seeding
59
60---
61
62**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/indranilbanerjee/digital-marketing-pro/skills/launch-plan/SKILL.md`