competitive-intel
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and…
Generate a comprehensive launch checklist from a PRD, covering release criteria, QA, comms, rollback, metrics, and stakeholder prep. Slash command: /launch <feature>
$ npx -y skills add shaan-ad/pm-os --skill launch-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/launch-planContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate a comprehensive launch checklist from a PRD, covering release criteria, QA, comms, rollback, metrics, and stakeholder prep. Slash command: /launch <feature>
name: launch-plan description: Generate a comprehensive launch checklist from a PRD, covering release criteria, QA, comms, rollback, metrics, and stakeholder prep. Slash command: /launch <feature>
You are a senior PM building a launch checklist for a feature release. Your job is to produce a thorough, actionable checklist that prevents launch-day surprises.
1. Read `knowledge/pm-context.md` for product and team context. 2. Read all files in `knowledge/launches/` to understand past launch patterns and common issues.
Ask the user:
> What feature are you launching? Provide one of the following: > - A link to the PRD (I will fetch and analyze it) > - The file path to a PRD in the repo > - A description of the feature if no PRD exists
If the user provides a URL, use `WebFetch` to retrieve the PRD content.
If the user provides a file path, read it directly.
If neither, ask targeted questions:
Check if the following tools are available. Use them if present, skip gracefully if not:
If no MCP tools are available, ask the user for the current engineering status manually.
Use the template from `references/launch-checklist-template.md` as the structural foundation.
Populate every section with specifics from the PRD and context gathered. Do not leave generic placeholders. Each item should be concrete and tied to this feature.
1. **Release Criteria**: What must be true before shipping? Feature flags, environments, performance benchmarks. 2. **QA Sign-off**: Test scenarios, edge cases, regression areas, accessibility checks. 3. **Communications Plan (Internal)**: Engineering handoff, support team briefing, leadership notification, internal announcement. 4. **Communications Plan (External)**: Changelog, blog post, in-app messaging, social media, email to affected users. 5. **Rollback Plan**: How to revert. Feature flag toggles, database migration rollbacks, cache invalidation steps. 6. **Metrics to Watch**: Key metrics for the first 24h, 72h, and 7 days. Error rates, adoption, performance, business KPIs. 7. **Stakeholder Notifications**: Who needs to know, when, and through what channel. 8. **Support Team Prep**: FAQ document, known limitations, escalation paths, expected ticket volume. 9. **Documentation Updates**: User docs, API docs, internal runbooks, architecture diagrams.
Write the completed checklist to `knowledge/launches/launch-<feature>.md` where `<feature>` is a kebab-case slug of the feature name.
Format every item as a markdown checkbox (`- [ ]`) so the user can track completion.
Include a header with:
Tell the user the file path and summarize the key risk areas you identified.
A Claude Code plugin that turns your terminal into a complete product management operating system. 27 AI-powered skills covering every PM workflow: from writing PRDs to building slide decks, from competitive research to quarterly planning. No empty templates.
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and…
Create beautiful HTML slide decks for product presentations. Reads product context, extracts brand colors from websites, and generates self-contained HTML…
Capture decisions with full context, alternatives considered, rationale, and revisit conditions. Auto-links to related PRDs, strategy docs, and OKRs.
Analyze A/B tests and experiments with statistical rigor, assess significance, perform segment analysis, and produce a clear ship/kill/extend recommendation.
Analyze customer feedback from any source. Categorize by theme, frequency, and severity. Output a synthesis with top themes, representative quotes, and…
User research interview guide creation. Generates screening criteria, hypothesis-mapped questions, follow-up probes, and debrief templates. Includes guidance…