press-release
This Claude Code skill generates an Amazon-style press release using the "Working Backwards" methodology to define product value before development begins. Use it when launching new products or features to align stakeholders on customer problems and solutions, clarify the value proposition through customer-centric language, and force organizational clarity on whether the idea merits building.
git clone --depth 1 https://github.com/deanpeters/Product-Manager-Skills /tmp/press-release && cp -r /tmp/press-release/skills/press-release ~/.claude/skills/press-releaseSKILL.md
## Purpose Create a visionary press release following Amazon's "Working Backwards" methodology to define and communicate a product or feature before building it. Use this to align stakeholders on the customer value proposition, clarify the problem being solved, and test if the product story resonates—treating the press release as a forcing function for clarity and customer-centricity. This is not a marketing artifact for launch day—it's a planning tool that asks "If we shipped this perfectly, how would we explain it to the world?" ## Key Concepts ### The Amazon Working Backwards Framework Popularized by Amazon, the Working Backwards process starts with a press release and FAQ before any code is written. The press release must: - Be written from the customer's perspective - Focus on the problem solved, not the features built - Be short (1-1.5 pages) - Be compelling enough that customers would want the product ### Press Release Structure A standard press release follows this format: 1. **Headline:** Clear, benefit-focused product announcement 2. **Dateline:** City, state, date 3. **Introduction paragraph:** What's being launched, who it's for, key benefit 4. **Problem paragraph:** Customer problem the product solves 5. **Solution paragraph:** How the product addresses the problem (outcomes, not features) 6. **Quote from company leader:** Vision, customer commitment 7. **Additional details:** Supporting benefits or data 8. **Boilerplate:** Company background 9. **Call to action:** How to learn more 10. **Media contact:** Press contact information ### Why This Works - **Customer-first thinking:** Forces you to articulate value from the customer's perspective - **Clarity forcing function:** If you can't write a compelling press release, the product idea may be weak - **Alignment tool:** Stakeholders can read and react to the vision before engineering starts - **Decision filter:** If a feature wouldn't make it into the press release, question its priority ### Anti-Patterns (What This Is NOT) - **Not feature-centric:** Don't list specs—focus on customer outcomes - **Not internal jargon:** Write for customers, not engineers - **Not vague:** "Revolutionizes productivity" is fluff; "Reduces report generation time from 8 hours to 10 minutes" is real - **Not marketing spin:** Be honest about what the product does ### When to Use This - Defining a new product or major feature - Aligning stakeholders on vision before development - Testing if a product idea is compelling - Pitching to execs or securing buy-in ### When NOT to Use This - For trivial features (don't over-engineer small tweaks) - After you've already built the product (too late) - As actual launch-day press release (this is a planning doc, not final marketing copy) --- ## Application Use `template.md` for the full fill-in structure. ### Step 1: Gather Context Before drafting, ensure you have: - **Product/feature description:** What are you building? - **Target customer/persona:** Who is this for? (reference `skills/proto-persona/SKILL.md`) - **Problem statement:** What customer problem does this solve? (reference `skills/problem-statement/SKILL.md`) - **Key benefits:** What outcomes does it deliver? - **Competitive context:** How is this different from alternatives? (reference `skills/positioning-statement/SKILL.md`) - **Company mission/values:** How does this fit the company's vision? **If missing context:** Run discovery, define the problem statement, or clarify positioning first. --- ### Step 2: Draft the Headline Create a clear, benefit-focused headline: ```markdown "[Product/Feature Name] by [Company] Aims to [Main Benefit/Goal]" ``` **Quality checks:** - **Benefit-focused:** Does it say what the customer gets, not just what you built? - **Specific:** "Aims to simplify workflows" is vague; "Aims to cut invoice processing time by 60%" is specific - **Memorable:** Can someone repeat this headline in a conversation? **Examples:** - ✅ "Acme Workflows Launches Invoice Automation to Cut Processing Time by 60% for Small Businesses" - ❌ "Acme Launches New Product with AI Features" --- ### Step 3: Write the Dateline and Introduction ```markdown [City], [State], [Country], [Date] — Today, [Company], a [type of organization], announced [key news], a [brief description]. This [product/feature] is set to [main benefit], addressing [key customer problem]. ``` **Quality checks:** - **Concise:** 2-3 sentences max - **Customer problem mentioned:** Don't jump to solution—name the problem first --- ### Step 4: Explain the Problem ```markdown [Product/feature] solves [specific customer problem]. According to [source or customer insight], [supporting data or quote that validates the problem]. ``` **Quality checks:** - **Specific problem:** Not "inefficiency" but "manual invoice processing takes 8 hours per month" - **Validated:** Include data, customer quotes, or research to prove the problem is real --- ### Step 5: Describe the Solution (Outcome-Focused) ```markdown [Product/feature] addresses this by [how it solves the problem—focus on outcomes]. [Quote from company leader]: "[Insert quote that emphasizes customer value, not features]." ``` **Quality checks:** - **Outcome-first:** "Reduces processing time" not "includes OCR technology" - **Quote is visionary:** Should reflect customer empathy and company values --- ### Step 6: Add Supporting Details ```markdown In addition to [key benefit], [product/feature] also [additional benefits]. According to [statistic or source], [supporting data]. ``` **Quality checks:** - **Data-driven:** Use numbers where possible (time savings, cost reduction, etc.) - **Customer-centric:** Still focused on "what they get," not "what we built" --- ### Step 7: Include Boilerplate ```markdown [Company], founded in [year], is a [type of company] known for [main products/services]. With a focus on [company mission or values], [Company] has [achievements or milestones]. ``` --- ### Step
Run a structured discovery flow from problem framing through opportunity mapping and validation planning.
Guide PM to Director to VP/CPO transition planning with role-fit diagnostics and onboarding guidance.
Turn strategy and validated opportunities into a sequenced roadmap with clear tradeoffs.
Select what to work on next using the right prioritization method for your context.
Build product strategy from positioning through opportunity and roadmap decisions.
Create a decision-ready PRD by chaining problem framing, requirements definition, and story scaffolding.
Evaluate acquisition channels using unit economics, customer quality, and scalability. Use when deciding whether to scale, test, or kill a growth channel.
Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.