project-template/.claude/skills/value-prioritization/SKILL.md
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
npx skillsauth add adrien-barret/claude-kit value-prioritizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 $ARGUMENTSdevelopment
Build a traceability matrix from BMAD artifacts (problem.md, backlog.md, user-journey.md). Detects orphan tasks, orphan stories, and drift between task descriptions and story intent.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.