skills/project-mgmt/issue-tracker-toolkit/moscow-prioritization/SKILL.md
MoSCoW prioritization: categorize requirements into Must Should Could Won't tiers using failure-focused test. Apply for backlog refinement, feature prioritization, sprint planning, release scope decisions, rebalance Must tier, create Won't items with revisit dates, adjudicate stakeholder disagreements, produce decision log. Keywords: prioritization, backlog, refinement, sprint planning, release scope, rebalance, stakeholder, decisions, MVP, scope control.
npx skillsauth add pantheon-org/tekhne moscow-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.
Use this skill when you need to rank requirements for a release.
Do not use this skill for task-level estimation, bug triage, or sprint capacity planning by itself.
Must means release failure if missing.Should means high value but deferrable.Could means optional enhancement.Won't means explicitly out of scope for this release.references/categorization-decision-tree.md.Must using failure-focused questions.Must count does not exceed 60% of total effort before proceeding.Must work exceeds 60% of effort. If rebalancing cannot bring Must under 60%, escalate to stakeholders to either re-scope the release (split into two releases, extend the timeline, or increase capacity) before finalizing categories.cp skills/moscow-prioritization/references/facilitator-workshop-template.md .context/moscow-workshop-draft.md
Expected result: reusable working document for prioritization.
cat > .context/moscow-decisions-$(date +%Y-%m-%d).md <<'MD'
# MoSCoW Decision Log
| Requirement | Category | Rationale | Owner |
| --- | --- | --- | --- |
MD
Expected result: traceable decisions with ownership.
sh skills/agentic-harness/skill-quality-auditor/scripts/evaluate.sh moscow-prioritization --json
Expected result: updated score and grade for this skill.
bunx markdownlint-cli2 "skills/moscow-prioritization/**/*.md"
Expected result: no markdownlint errors.
MustMust list inflates and blocks true essentials.Won't itemsreferences/categorization-decision-tree.mdreferences/facilitator-workshop-template.mdreferences/effort-balancing-and-tradeoffs.mdtools
A skill that produces warnings but no errors.
testing
A well-formed example skill for testing the validator.
development
A skill with code blocks and imperative instructions for testing content and contamination analysis.
tools