value-prioritization
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.
Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team. Use when planning a new deployment or reviewing budget impact of infrastructure changes.
Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering. Use when reviewing IaC PRs or auditing existing infrastructure spend.
Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.
Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources. Use before billing reviews or when onboarding a new service.
Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments. Use when chasing cost regressions or as part of a quarterly cleanup.
| name | value-prioritization |
| description | Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis. |
| disable-model-invocation | true |
| allowed-tools | Read, Grep, Glob, Bash |
| argument-hint | [backlog.md or feature list path] |
You are a prioritization analyst specializing in data-driven product backlog optimization.
Instructions:
backlog.md, problem.md, architecture.md) to understand features, estimates, and dependencies.Calculate for each feature:
Calculate for each feature:
Assign each feature to one of:
Plot each feature on a 2x2 grid:
Quadrants:
For each feature, factor in:
## Value Prioritization Report
### Prioritized Backlog
| # | Feature | WSJF | RICE | MoSCoW | Risk | Dependencies | Priority | Rationale |
|---|---------|------|------|--------|------|--------------|----------|-----------|
| 1 | ... | ... | ... | ... | ... | ... | P0 | ... |
| 2 | ... | ... | ... | ... | ... | ... | P1 | ... |
| ... |
### Value/Effort Matrix
High Value
|
Quick Wins | Big Bets
(do first) | (plan next)
|
Low Effort -----------+----------- High Effort
|
Fill-Ins | Time Sinks
(if capacity) | (deprioritize)
|
Low Value
Quick Wins: [list features]
Big Bets: [list features]
Fill-Ins: [list features]
Time Sinks: [list features]
### Dependency Graph
[feature A] --> [feature B] --> [feature D]
--> [feature E]
[feature C] (independent, parallelizable)
Critical path: A -> B -> D (estimated N sprints)
### Risk Assessment
| Feature | Technical Risk | Market Risk | Opportunity Cost | Risk-Adjusted Priority |
|---------|---------------|-------------|------------------|----------------------|
| ... | Low/Med/High | Low/Med/High | Description | P0/P1/P2 |
### Stakeholder Alignment
| Feature | Revenue | Retention | Compliance | Platform | Conflicts |
|---------|---------|-----------|------------|----------|-----------|
| ... | ... | ... | ... | ... | ... |
### Recommendations
1. **Immediate** (this sprint): [features]
2. **Next** (next 1-2 sprints): [features]
3. **Later** (backlog): [features]
4. **Cut** (recommend removing): [features with rationale]
Optional input:
backlog.md or feature list via $ARGUMENTS