$22
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionproduct-managementExecute the skills CLI command in your project's root directory to begin installation:
Fetches product-management from vasilyu1983/ai-agents-public and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate product-management. Access via /product-management in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
53
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
53
stars
This skill turns the assistant into an operator, not a lecturer.
Everything here is:
Modern Best Practices (Jan 2026):
Use this skill when the user asks to do real product work, such as:
Do not use this skill for:
| Task | Template | Domain | Output |
|---|---|---|---|
| Discovery interview | customer-interview-template.md |
Discovery | Interview script with Mom Test patterns |
| Opportunity mapping | opportunity-solution-tree.md |
Discovery | OST with outcomes, problems, solutions |
| PMF survey | pmf-survey-template.md |
Discovery | Sean Ellis + NPS + usage survey |
| Outcome roadmap | outcome-roadmap.md |
Roadmap | Now/Next/Later with outcomes and themes |
| OKR definition | okr-template.md |
Metrics | 1-3 objectives with 2-4 key results each |
| Product positioning | positioning-template.md |
Strategy | Competitive alternatives -> value -> segment |
| Product vision | product-vision-template.md |
Strategy | From→To narrative with 3-5 year horizon |
| Quarterly review | quarterly-product-review.md |
Strategy | Keep / cut / double-down product audit |
| Prioritization | prioritization-scorecard.md |
Prioritization | RICE/ICE scoring with kill criteria |
| Kill criteria | kill-criteria-template.md |
Prioritization | Pre-defined stop conditions per initiative |
| 1:1 meeting | 1-1-template.md |
Leadership | Check-in, progress, blockers, growth |
| Post-incident debrief | a3-debrief.md |
Leadership | Intent vs actual, root cause, action items |
User needs: [Product Work Type]
├─ Discovery / Validation?
│ ├─ Customer insights? → Customer interview template
│ ├─ Hypothesis testing? → Assumption test template
│ └─ Opportunity mapping? → Opportunity Solution Tree
│
├─ Strategy / Vision?
│ ├─ Long-term direction? → Product vision template
│ ├─ Market positioning? → Positioning template (Dunford)
│ ├─ Big opportunity? → Opportunity assessment
│ └─ Amazon-style spec? → PR/FAQ template
│
├─ Planning / Roadmap?
│ ├─ Outcome-driven? → Outcome roadmap (Now/Next/Later)
│ ├─ Theme-based? → Theme roadmap
│ └─ Metrics / OKRs? → Metric tree + OKR template
│
├─ Prioritization / Focus?
│ ├─ What to build next? → Prioritization scorecard (RICE/ICE)
│ ├─ What to stop? → Kill criteria template + quarterly review
│ ├─ Scope too large? → Scope negotiation patterns
│ └─ PMF check? → PMF survey + retention curve analysis
│
└─ Leadership / Team Ops?
├─ 1:1 meeting? → 1-1 template
├─ Giving feedback? → Feedback template (SBI model)
├─ Post-incident? → A3 debrief
├─ Stakeholder pushback? → Stakeholder management patterns
└─ Negotiation? → Negotiation one-sheet (Voss)
The most common founder-PM failure: building everything, killing nothing, and running out of time before impact.
| Framework | Formula / Method | Best For | Watch For |
|---|---|---|---|
| RICE | (Reach x Impact x Confidence) / Effort | Comparing features with data | Gaming confidence scores |
| ICE | Impact x Confidence x Ease | Quick gut-check prioritization | Over-simplification |
| Opportunity Scoring | Importance x (Importance - Satisfaction) | Discovery-driven, JTBD-aligned | Requires user research data |
| Cost of Delay | Value per unit time / Duration | Time-sensitive decisions | Harder to estimate accurately |
| Weighted Shortest Job First (WSJF) | Cost of Delay / Job Size | SAFe/Lean, flow optimization | Requires calibrated estimates |
Pick one. Use it consistently. The framework matters less than the discipline of scoring everything the same way.
Every initiative should have pre-defined conditions for stopping:
Use assets/prioritization/kill-criteria-template.md to define these before starting.
When replacing an existing feature with a new one, don't hard-kill the old feature. Use a bridge migration pattern to prevent user loss.
Bridge mode: Run both old and new features simultaneously. Route users to the new experience by default but keep the old path accessible (via link, fallback, or settings toggle).
Substitution-based kill rule:
BRIDGE MIGRATION SEQUENCE:
1. Ship new feature alongside old feature
2. Default new users to new experience
3. Migrate existing users gradually (progressive rollout)
4. Monitor: absorption rate, retention by cohort, support tickets
5. Old feature absorbs ≥80% for 14 days + no retention drop?
├─ Yes → Kill old feature, remove code
└─ No → Investigate gaps, iterate new feature, extend bridge
When NOT to bridge: Security vulnerabilities, compliance requirements, or features with near-zero usage (<1% MAU). These can be killed directly with notice.
When stakeholders push for more scope:
Every quarter, review the product with assets/strategy/quarterly-product-review.md:
For detailed prioritization patterns and worked examples: see references/prioritization-frameworks.md.
PMF is not a binary event. It's a signal you measure across multiple dimensions.
Survey users: "How would you feel if you could no longer use [product]?"
Use assets/discovery/pmf-survey-template.md for the full survey (combines Sean Ellis + NPS + usage questions).
Define activation precisely (formula + timeframe + data source):
Periodically audit feature usage to identify what to keep, improve, or remove:
PMF varies by segment. Measure separately for:
For detailed PMF measurement methodology: see references/pmf-measurement.md.
Founders manage board members, investors, early customers, co-founders, and (eventually) team leads — often without formal PM training.
Key patterns:
For detailed stakeholder management patterns: see references/stakeholder-management.md.
For PRDs/specs and writing-quality requirements, use the templates in ../docs-ai-prd/:
Use only when explicitly requested and policy-compliant.
Resources
Templates
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
I recommend product-management for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: product-management is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in product-management — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
product-management is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
product-management fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in product-management — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for product-management matched our evaluation — installs cleanly and behaves as described in the markdown.
product-management has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: product-management is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend product-management for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 72