← ClaudeAtlas

launchlisted

Use when the user is launching a product, service, or feature and needs a launch plan — timeline, channels, announcement assets, metrics, and post-launch review.
marcus-at-localhost/market-context-kit · ★ 0 · AI & Automation · score 73
Install: claude install-skill marcus-at-localhost/market-context-kit
# Product/Service Launch Playbook Generator ## Skill Purpose Generate a complete, week-by-week launch playbook for any product, service, or feature launch. This skill produces a tactical plan with templates, checklists, email sequences, social posts, and metrics tracking -- everything needed to execute a successful launch. ## When to Use - User is planning to launch a new product, service, feature, or offering - User asks for a launch plan, go-to-market strategy, or launch checklist - User wants to coordinate a multi-channel launch campaign - Triggered by `/marketkit:launch` or `/marketkit:launch <product description>` ## How to Execute ### Step 0: Grounding and Business Context Before gathering anything else: 1. Read `${CLAUDE_PLUGIN_ROOT}/references/grounding.md` and load any `_grounding/` folder it finds. 2. Read `${CLAUDE_PLUGIN_ROOT}/references/business-context.md`, resolve the business type, and load the single matching example pack. 3. Read `${CLAUDE_PLUGIN_ROOT}/references/output-location.md`. Ask the user for an explicit domain or customer scope before writing any file — never invent one. The scope must contain only letters, numbers, dots, and hyphens. Resolve today's output path now: ``` python "${CLAUDE_PLUGIN_ROOT}/scripts/resolve_audit_output.py" --purpose LAUNCH-PLAYBOOK --scope <scope> --extension md ``` Use `python3` on macOS/Linux. Retain the exact `output_path` for the final write. Then resolve optional report metadata from the same wo