
Product Skills
Install this bundle when you want RICE prioritization, PRDs, user stories, OKRs, UX artifacts, competitor teardowns, landing pages, and SaaS scaffolding from one product-team skill pack.
Overview
product-skills is an agent skill most often used in Validate (also Build, Idea) that bundles ten product-management, UX/UI, and SaaS scaffolding skills with stdlib-only Python helpers for consistent PRDs, prioritization,
Install
npx skills add https://github.com/alirezarezvani/claude-skills --skill product-skillsWhat is this skill?
- Ten bundled product skills: PM toolkit (RICE), agile PO, strategist (OKR), UX researcher, UI design system, competitive
- Python helper tooling using stdlib only—no extra dependency surface for local scripts
- Covers PM, UX/UI, and SaaS scaffolding in one repo layout with per-skill SKILL.md entry points
- Documented quick start for Claude Code (/read paths) and Codex via agent-skills-cli
- Agile PO and strategist skills for user stories, sprint planning, and OKR cascades alongside discovery artifacts
- 10 product agent skills in the bundle description
- 8 production-ready product skills called out in the overview table
- Python tools described as stdlib-only
Adoption & trust: 1.8k installs on skills.sh; 17.5k GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are shipping solo and need PM, UX, and go-to-market artifacts without hiring a product team or juggling disconnected chat prompts.
Who is it for?
Indie SaaS founders and agent-native builders who want RICE, PRDs, OKRs, UX deliverables, and landing/SaaS scaffolds from one maintained skill pack.
Skip if: Teams that only need a single deep integration (e.g. one CRM API) or already have locked, approved specs with no discovery left.
When should I use this skill?
You need PM, UX, competitive, landing, or SaaS scaffolding artifacts from named sub-skills under the product-team paths.
What do I get? / Deliverables
After running the relevant sub-skill, you get structured prioritization, specs, design-system notes, competitor reads, landing copy/scaffold, or SaaS starter layout ready to hand into implementation or writing-plans.
- PRD or prioritization output
- UX/design-system artifacts
- Landing or SaaS scaffold text/structure
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Validate because the pack’s PM, strategist, and research skills are most often invoked while scoping what to build, pricing, and proving fit before heavy implementation. Scope subphase matches PRDs, backlog prioritization, competitive teardown, and landing-page generation—outputs that define what ships next.
Where it fits
Run competitive-teardown to structure rival positioning before you commit to a niche.
Invoke landing-page-generator to draft a validation page aligned with your hypothesis.
Use product-manager-toolkit RICE and PRD patterns to narrow MVP scope.
Use agile-product-owner for sprint-ready user stories after scope is set.
Apply ui-design-system tokens and component notes while implementing UI.
How it compares
Use as a curated multi-skill PM/UX bundle instead of one-off generic “write a PRD” prompts without prioritization frameworks.
Common Questions / FAQ
Who is product-skills for?
Solo builders and small teams shipping SaaS or content products who want product-manager, agile PO, strategist, UX/UI, and competitive-analysis skills inside their coding agent.
When should I use product-skills?
During Idea and Validate when researching competitors and scoping PRDs; in Validate for landing pages and pricing narratives; and in Build for backlog stories, design-system docs, and SaaS scaffolding before you code features.
Is product-skills safe to install?
Review the Security Audits panel on this Prism page and inspect each sub-skill’s scripts before running Python helpers; the pack is MIT-licensed but you should treat agent-invoked filesystem and shell access like any third-party repo.
SKILL.md
READMESKILL.md - Product Skills
# Product Team Skills 8 production-ready product skills covering product management, UX/UI design, and SaaS development. ## Quick Start ### Claude Code ``` /read product-team/product-manager-toolkit/SKILL.md ``` ### Codex CLI ```bash npx agent-skills-cli add alirezarezvani/claude-skills/product-team ``` ## Skills Overview | Skill | Folder | Focus | |-------|--------|-------| | Product Manager Toolkit | `product-manager-toolkit/` | RICE prioritization, customer discovery, PRDs | | Agile Product Owner | `agile-product-owner/` | User stories, sprint planning, backlog | | Product Strategist | `product-strategist/` | OKR cascades, market analysis, vision | | UX Researcher Designer | `ux-researcher-designer/` | Personas, journey maps, usability testing | | UI Design System | `ui-design-system/` | Design tokens, component docs, responsive | | Competitive Teardown | `competitive-teardown/` | Systematic competitor analysis | | Landing Page Generator | `landing-page-generator/` | Conversion-optimized pages | | SaaS Scaffolder | `saas-scaffolder/` | Production SaaS boilerplate | ## Python Tools 9 scripts, all stdlib-only: ```bash python3 product-manager-toolkit/scripts/rice_prioritizer.py --help python3 product-strategist/scripts/okr_cascade_generator.py --help ``` ## Rules - Load only the specific skill SKILL.md you need - Use Python tools for scoring and analysis, not manual judgment