neurofoo/moscow
MoSCoW prioritization categorizing items as Must have, Should have, Could have, or Won't have. Use for scope definition, feature prioritization, or when everything feels equally important.
npx skills add https://github.com/neurofoo/agent-skills --skill moscow
Categorize items into Must have, Should have, Could have, and Won't have for clear scope and priorities.
Take the list of items provided and sort them into MoSCoW categories. Be rigorous about what's truly a "Must"—if the project/goal can still succeed without it, it's not a Must.
Context
What are we prioritizing for? What are the constraints (time, budget, capacity)?
Prioritized List
*Without these, the project fails or is pointless*
*Significantly adds value; painful to omit but project survives*
*Desirable if time permits; low impact if cut*
*Explicitly out of scope; may revisit later*
Effort Distribution
| Category | Items | Est. Effort % |
|----------|-------|---------------|
| Must | X | ≤60% |
| Should | X | ~20% |
| Could | X | ~10% |
| Won't | X | 0% (deferred) |
Red Flags
Rationale
Explain the key trade-offs made and the reasoning behind contentious categorizations.
Next Step
What's the first Must item to tackle?
$ARGUMENTS
Take neurofoo/moscow from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.