بنقرة واحدة
prioritization-frameworks
Comprehensive prioritization framework expert covering 9 methods with scoring tools and decision guidance for product managers.
القائمة
Comprehensive prioritization framework expert covering 9 methods with scoring tools and decision guidance for product managers.
استنادا إلى تصنيف SOC المهني
Expert agile coaching: framework selection, maturity assessment, retrospective facilitation, transformation roadmaps. Use when selecting an agile framework, coaching teams, facilitating retrospectives, or designing a transformation.
Administer the Atlassian suite (Jira/Confluence): user provisioning, groups, SSO/SAML, permissions, security policies, marketplace apps, backups, and org-wide governance. Use for admin config, access management, and system optimization.
Structured PM 1:1 templates by partner type — manager, engineering-manager partner, designer, IC reports, cross-functional — grounded in Radical Candor, the GROW coaching model, and the Manager Tools 1:1 framework.
PM career ladder rubrics from APM through VP/CPO across product sense, execution, leadership, strategy, and communication. Includes gap analysis, growth planning, and promotion packet templates.
Structured PM interview preparation across product sense, execution, strategy, behavioral, and technical rounds, using CIRCLES, AARM, STAR, and the estimation framework. Calibrated to APM, PM, Senior PM, and Group PM rubrics.
30-60-90 day plan for a new PM joining a company or team, grounded in Michael Watkins' First 90 Days framework and the STARS situational diagnosis. Includes week-by-week plan, stakeholder map, 1:1 question bank, and first-PRD template.
| name | prioritization-frameworks |
| description | Comprehensive prioritization framework expert covering 9 methods with scoring tools and decision guidance for product managers. |
| license | MIT + Commons Clause |
| metadata | {"version":"1.0.1","author":"borghei","category":"project-management","domain":"pm-execution","updated":"2026-06-15T00:00:00.000Z","python-tools":"prioritization_scorer.py","tech-stack":"rice, ice, kano, moscow, eisenhower, opportunity-score, prioritization"} |
A comprehensive reference to 9 prioritization frameworks with automated scoring, ranking, and guidance on which framework to use in which situation. The core principle: prioritize problems (opportunities), not features. Features are solutions to problems. If you prioritize features directly, you skip the step of understanding whether the problem is worth solving.
references/frameworks-catalog.md).prioritization_scorer.py ranks items for RICE, ICE, Opportunity, MoSCoW, and Weighted Decision Matrix.| Tool | Purpose | Command |
|---|---|---|
prioritization_scorer.py | Score and rank items | python scripts/prioritization_scorer.py --input items.json --framework rice |
prioritization_scorer.py | Demo with sample data | python scripts/prioritization_scorer.py --demo --framework rice |
Supported frameworks: rice, ice, opportunity, moscow, weighted. See references/tool-and-troubleshooting.md for input JSON schemas and flags.
Load the reference that matches the task — keep this file lean and pull detail on demand:
prioritization_scorer.py flags, per-framework input JSON schemas, troubleshooting table, and success criteria. Read when running the tool or diagnosing scoring problems.In Scope:
Out of Scope:
senior-pm/ skill for SAFe portfolio prioritization)product-team/ skills)senior-pm/ skill)Important Caveats:
| Integration | Direction | Description |
|---|---|---|
execution/outcome-roadmap/ | Feeds into | Prioritized items inform Now/Next/Later horizon placement |
execution/create-prd/ | Feeds into | Top-priority items become PRD candidates with P0/P1/P2 feature labels |
execution/brainstorm-okrs/ | Complements | Prioritized initiatives inform which OKR theme to focus on this quarter |
discovery/identify-assumptions/ | Receives from | Assumption risk scores inform item confidence ratings in RICE/ICE |
scrum-master/ | Feeds into | Prioritized backlog items feed sprint planning commitment decisions |
senior-pm/ | Receives from | Portfolio-level WSJF or strategic priorities constrain team-level prioritization |