Toolkit for writing, refining, and prioritizing tickets on issue-tracking systems (Jira and equivalents). Covers three concerns: writing clear acceptance criteria for user stories; applying MoSCoW prioritization to requirements and backlogs; and readying sparse backlog tickets for refinement by gathering incident context, applying a YAML template, and generating a validated structured document.
93
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
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.mdExpected result: reusable working document for prioritization.
cat > .context/moscow-decisions-$(date +%Y-%m-%d).md <<'MD'
# MoSCoW Decision Log
| Requirement | Category | Rationale | Owner |
| --- | --- | --- | --- |
MDExpected result: traceable decisions with ownership.
sh skills/agentic-harness/skill-quality-auditor/scripts/evaluate.sh moscow-prioritization --jsonExpected 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.md