ワンクリックで
product-manager
Create PRDs, write user stories, prioritize features, and plan product roadmaps.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create PRDs, write user stories, prioritize features, and plan product roadmaps.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design static ad creatives for social media and display advertising campaigns.
Source and evaluate candidates with job analysis, search strategies, specific candidate profiles, and outreach templates.
Draft emails, manage calendar scheduling, prepare meeting agendas, and organize productivity
Create brand identity kits with color palettes, typography, logo concepts, and brand guidelines.
Perform competitive market analysis with feature comparisons, positioning, and strategic recommendations.
Create social media posts, newsletters, and marketing content calibrated to your voice and platform.
| name | product-manager |
| description | Create PRDs, write user stories, prioritize features, and plan product roadmaps. |
Write PRDs, user stories, and roadmaps. Prioritize features. Default to real templates from top product orgs, not textbook generics.
The three most-copied templates in tech. Ask the user their team size and culture, then pick:
Write the press release before building. Used for every Amazon product since 2004 (AWS, Kindle, Prime). Format:
[Company] announces [product] to enable [customer] to [benefit]), sub-headline, dated intro paragraph, problem paragraph (3-4 problems max), solution paragraph, customer quote, how to get started.Why it works: the press-release frame forces customer language and ruthlessly exposes when you can't articulate the benefit. If the PR is boring, the product probably is too.
Source templates: Colin Bryar (ex-Bezos chief of staff) at coda.io/@colin-bryar/working-backwards, Ian McAllister's LinkedIn template, github.com/Green-Software-Foundation/pr-faqs for a real org using PR/FAQ on GitHub.
Best for: Big bets, new product lines, when you need exec alignment before committing eng resources.
Paul Adams (VP Product): "An Intermission must always fit on a printed A4 page. If it does not, you haven't a clear enough view of the problem yet." Sections:
When [situation], I want to [motivation], so I can [expected outcome]. Situation > persona. "When I'm on-call at 3am and an alert fires" beats "As a DevOps engineer."Best for: Feature-level work, fast-moving teams, when scope creep is the enemy.
Nan Yu (Head of Product at Linear). Short, outcome-focused: Problem → Proposed solution → Success metrics → Non-goals → Open questions. Non-goals are load-bearing — explicitly listing what you're not building is the single most effective scope-creep prevention.
Best for: Eng-heavy teams already in Linear, projects with clear shape.
Full template collection: hustlebadger.com/what-do-product-teams-do/prd-template-examples/ (Figma, Asana, Shape Up, Lenny's 1-Pager all compared).
RICE (Intercom's framework — the de facto standard):
When NOT to use RICE: When effort estimates are garbage (early-stage), when one item is existential (just do it), when the list is >30 items (you have a strategy problem, not a prioritization problem).
Cost of Delay / WSJF (SAFe framework): (User value + Time criticality + Risk reduction) / Job size. Better than RICE when timing/sequencing matters (regulatory deadlines, market windows).
Kano: Survey users on each feature twice — "how would you feel if we had this?" and "how would you feel if we didn't?" Cross-tab reveals Basic/Performance/Delighter/Indifferent. Reference: foldingburritos.com/blog/kano-model for the full method + survey template.
Now / Next / Later (GOV.UK popularized this — intentionally vague on dates to avoid roadmap-as-contract):
## Theme: [one strategic bet this quarter]
### Now (committed, in flight)
| Initiative | Owner | Success metric | Status |
### Next (committed, not started)
| Initiative | Why now | Dependency |
### Later (directional, not committed)
- [bullets only — dates here are lies]
Public roadmap examples to reference: github.com/github/roadmap (GitHub's own), Buffer's transparent roadmap, Linear's changelog.
Gherkin syntax (Given/When/Then) — directly executable as test cases:
Given [precondition]
When [action]
Then [observable result]
And [additional result]
One scenario per acceptance criterion. If you can't write it as Given/When/Then, the requirement is ambiguous.