Agent skill
product-frameworks
Product management frameworks for business cases, market analysis, strategy, prioritization, OKRs/KPIs, personas, requirements, and user research. Use when building ROI projections, competitive analysis, RICE scoring, OKR trees, user personas, PRDs, or usability testing plans.
Install this agent skill to your Project
npx add-skill https://github.com/yonatangross/orchestkit/tree/main/plugins/ork/skills/product-frameworks
Metadata
Additional technical details for this skill
- category
- document-asset-creation
SKILL.md
Product Frameworks
Comprehensive product management frameworks covering business analysis, market intelligence, strategy, prioritization, metrics, personas, requirements, and user research. Each category has individual rule files in rules/ loaded on-demand.
Quick Reference
| Category | Rules | Impact | When to Use |
|---|---|---|---|
| Business & Market | 4 | HIGH | ROI/NPV/IRR calculations, TCO analysis, TAM/SAM/SOM sizing, competitive landscape |
| Strategy & Prioritization | 5 | HIGH | Value proposition canvas, go/no-go gates, RICE scoring, WSJF ranking, opportunity cost |
| Metrics & OKRs | 5 | HIGH | OKR writing, KPI trees, leading/lagging indicators, instrumentation, experiment design |
| Research & Requirements | 4 | HIGH | User personas, journey maps, interview guides, PRDs |
Total: 18 rules across 4 categories
Quick Start
## ROI Quick Calculation
ROI = (Net Benefits - Total Costs) / Total Costs x 100%
## RICE Prioritization
RICE Score = (Reach x Impact x Confidence) / Effort
## OKR Structure
Objective: Qualitative, inspiring goal
KR1: Quantitative measure (from X to Y)
KR2: Quantitative measure (from X to Y)
## User Story Format
As a [persona], I want [goal], so that [benefit].
Business & Market
Financial analysis and market intelligence frameworks for investment decisions.
business-roi-- ROI, NPV, IRR, payback period calculations with Python examplesbusiness-cost-benefit-- TCO analysis, build vs buy comparison, sensitivity analysismarket-tam-sam-som-- TAM/SAM/SOM market sizing with top-down and bottom-up methodsmarket-competitive-- Porter's Five Forces, SWOT, competitive landscape mapping
Strategy & Prioritization
Strategic decision frameworks and quantitative prioritization methods.
strategy-value-prop-- Value Proposition Canvas, JTBD framework, fit assessmentstrategy-go-no-go-- Stage gate criteria, scoring template, decision thresholdsprioritize-rice-- RICE scoring with reach, impact, confidence, effort scalesprioritize-wsjf-- WSJF cost of delay, time criticality, MoSCoW methodprioritize-opportunity-cost-- Opportunity cost matrix, cost of delay analysis, trade-off flagging
Metrics & OKRs
Goal-setting and measurement frameworks for metrics-driven teams.
metrics-okr-- OKR structure, writing objectives and key results, examplesmetrics-kpi-trees-- Revenue and product health KPI trees, North Star metricmetrics-leading-lagging-- Leading vs lagging indicators, balanced dashboardsmetrics-instrumentation-- Metric definition template, event naming, alertingmetrics-experiment-design-- Experiment design, guardrail metrics, staged rollout plans
Research & Requirements
User research methods and requirements documentation patterns.
research-personas-- User persona template, empathy maps, persona examplesresearch-journey-mapping-- Customer journey maps, service blueprints, experience curvesresearch-user-interviews-- Interview guides, usability testing, surveys, card sortingresearch-requirements-prd-- PRD template, user stories, acceptance criteria, INVEST
Output Templates
Structured JSON output formats for consistent deliverables. Load: Read("${CLAUDE_SKILL_DIR}/references/output-templates.md") for PRD, business case, metrics framework, prioritization report, and research report templates.
Related Skills
ork:assess- Assess project complexity and risksork:brainstorm- Generate product ideas and features
Version: 2.0.0 (March 2026)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
expect
Diff-aware AI browser testing — analyzes git changes, generates targeted test plans, and executes them via agent-browser. Reads git diff to determine what changed, maps changes to affected pages via route map, generates a test plan scoped to the diff, and runs it with pass/fail reporting. Use when testing UI changes, verifying PRs before merge, running regression checks on changed components, or validating that recent code changes don't break the user-facing experience.
github-operations
GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.
chain-patterns
Chain patterns for CC 2.1.71 pipelines — MCP detection, handoff files, checkpoint-resume, worktree agents, CronCreate monitoring. Use when building multi-phase pipeline skills. Loaded via skills: field by pipeline skills (fix-issue, implement, brainstorm, verify). Not user-invocable.
storybook-mcp-integration
Storybook MCP server integration for component-aware AI development. Covers 6 tools across 3 toolsets (dev, docs, testing): component discovery via list-all-documentation/get-documentation, story previews via preview-stories, and automated testing via run-story-tests. Use when generating components that should reuse existing Storybook components, running component tests via MCP, or previewing stories in chat.
component-search
Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system building blocks.
ai-ui-generation
AI-assisted UI generation patterns for json-render, v0, Bolt, and Cursor workflows. Covers prompt engineering for component generation, review checklists for AI-generated code, design token injection, refactoring for design system conformance, and CI gates for quality assurance. Use when generating UI components with AI tools, rendering multi-surface MCP visual output, reviewing AI-generated code, or integrating AI output into design systems.
Didn't find tool you were looking for?