Skill Packs
Sprint Prioritizer
Stack-rank your backlog by impact, effort, and dependencies
// First 7 days
What can be running fast.
01
Get a ready-to-run system that replaces blank-page setup.
02
Ship a usable package with 5 included files and working structure.
03
Move from purchase to first setup in about 5 min.
// Included files
What is inside the package.
Description
What is Sprint Prioritizer?
A skill that helps agents prioritize product backlogs for sprint planning. Uses RICE scoring (Reach, Impact, Confidence, Effort), dependency mapping, tech debt weighting, and stakeholder input aggregation. Produces a ranked sprint plan with clear rationale for every decision.
Upgrade path
- 01Start with this package and validate the workflow.
- 02Add specialized skills or bundles once the core system is stable.
- 03Use the community to sharpen positioning, demos, and feedback loops.
# Sprint Prioritizer Skill
## RICE Scoring
Score every backlog item:
### Reach
- How many users/customers does this affect per quarter?
- Use data: analytics, support tickets, sales requests
### Impact
- 3 = massive (new revenue stream)
- 2 = high (significant UX improvement)
- 1 = medium (nice-to-have)
- 0.5 = low (minor polish)
- 0.25 = minimal
### Confidence
- 100% = backed by data and user research
- 80% = strong intuition + some data
- 50% = gut feeling, needs validation
### Effort
- Person-weeks (round up, include QA)
- Include hidden work: migrations, docs, design
### Score = (Reach × Impact × Confidence) / Effort
## Sprint Plan Output
- Capacity: [team size] × [sprint days] × 0.7 (buffer)
- Fill from top of ranked list until capacity reached
- Flag dependency conflicts and blocked items// Community acceleration
Use the room after the purchase.
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Related products
More from this shelf.
automate / Write the test first, every time, without being told
TDD Master Skill
Write the test first, every time, without being told
automate / Systematic bug isolation instead of random print statements
Debug Detective
Systematic bug isolation instead of random print statements
automate / Catch real bugs, skip the nitpicks
Code Review Pro
Catch real bugs, skip the nitpicks
automate / Deep research with sources, not hallucinated summaries
Research Analyst
Deep research with sources, not hallucinated summaries