| name | scope-feature-prioritizer |
| description | Decide what to build and in what order. The skill of cutting the right things. Use this skill when: (1) applying MoSCoW prioritization mapped to design pillars, (2) defining the Minimum Viable Game, (3) building feature dependency graphs (what must exist before what), (4) making risk-weighted priority decisions (high risk = prototype early), (5) managing scope creep by evaluating features against pillars, (6) creating and maintaining a cut list with reasoning. Medium-agnostic โ works for digital, tabletop, and hybrid games.
|
Scope & Feature Prioritizer
Every game has more ideas than time. The skill isn't having ideas โ it's choosing which ones earn their place. Everything that makes it into the game takes time from something else. This skill makes those trade-offs explicit.
Prioritization Philosophy
Cut early, cut often, cut with data. Features cut in concept cost nothing. Features cut after implementation cost everything.
Pillars are the filter. If a feature doesn't serve a pillar, it doesn't belong โ no matter how cool it is. (Skill 2)
Risk-weighted, not feature-weighted. The riskiest assumptions should be tested first, regardless of how "important" the feature is to the final product.
Core Deliverables
1. MoSCoW Categorization
Every feature evaluated against pillars:
FEATURE MUST SHOULD COULD WON'T PILLARS SERVED RATIONALE
โโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโ โโโโโโ โโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโ
[Feature name] [X] [Which pillars?] [Why here?]
Definitions:
- Must โ The game literally cannot function or fulfill its core fantasy without this. If you cut it, you don't have a game.
- Should โ Significantly enhances the experience and serves pillars. Game works without it but is notably weaker.
- Could โ Nice to have. Adds polish or depth. Cut this first when time is short.
- Won't โ Explicitly out of scope for this version. Not "never" but "not now."
Quality checks:
- If more than 40% of features are "Must" โ you haven't prioritized, you've listed features
- If nothing is "Won't" โ scope isn't managed, it's fantasized
- Every "Must" should directly serve at least one pillar
- Every "Won't" should have a clear reason (not just "ran out of time")
2. Feature Dependency Graph
What must exist before what:
[Core Loop] โโmust precedeโโโ [Economy System]
[Economy System] โโmust precedeโโโ [Crafting]
[Core Loop] โโmust precedeโโโ [Combat System]
[Combat System] โโindependentโโโ [Crafting]
Dependency types:
- Hard dependency โ B literally cannot function without A
- Soft dependency โ B works without A but is significantly better with it
- Independent โ A and B have no meaningful dependency
Critical path: The longest chain of hard dependencies defines the minimum time to a playable build. This is your critical path.
3. Risk-Weighted Priority List
Features prioritized by risk, not importance:
FEATURE RISK LEVEL RISK TYPE PRIORITY RATIONALE
โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโ โโโโโโโโโโโโโโ
[Feature] [High/Med/Low] [Design/Tech/ [Build [Why this
Market/Audience] order #] order?]
Risk types:
- Design risk โ "We don't know if this is fun." โ Prototype early.
- Technical risk โ "We don't know if we can build this." โ Spike early.
- Market risk โ "We don't know if players want this." โ Test early.
- Audience risk โ "We don't know if our target audience engages with this." โ Focus test early.
Priority rule: High-risk features go first, not high-importance features. A "Must" feature that's low-risk can wait. A "Should" feature that's high-risk should be tested immediately.
4. Minimum Viable Game (MVG)
The smallest version of the game that delivers the core fantasy:
THE MVG INCLUDES:
- [Feature] โ because [rationale]
- [Feature] โ because [rationale]
- [Feature] โ because [rationale]
THE MVG EXCLUDES:
- [Feature] โ deferred because [rationale]
- [Feature] โ deferred because [rationale]
THE MVG TEST:
A player who plays the MVG should feel: [core emotional target]
A player who plays the MVG should understand: [what this game is about]
A player who plays the MVG should want: [to play more / see what's next]
MVG quality check:
5. Cut List
Everything removed from scope, with reasoning preserved:
FEATURE CUT DATE REASON REVISIT? CONDITIONS
โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโ โโโโโโโโโโโโโโ
[Feature] [Date] [Why it was cut] [Yes/No] [When to
reconsider]
Why maintain a cut list:
- Prevents re-proposing cut features without new information
- Documents trade-offs for future reference
- Identifies patterns (if the same feature keeps coming back, maybe it belongs)
- Provides honest communication to stakeholders about what was sacrificed
Scope Management Techniques
The Pillar Test
For every proposed feature: "Which pillar does this serve?" If the answer is "none" or requires a stretch, cut it.
The 10-Second Pitch Test
Can you explain why this feature matters in 10 seconds? If not, it may be a nice idea without a clear purpose.
The Opportunity Cost Frame
"Adding this feature means NOT doing [specific alternative]." Make the trade-off explicit.
The Complexity Budget
Every feature adds complexity to learn, maintain, balance, and test. Set a complexity budget and track it:
FEATURE COMPLEXITY COST CUMULATIVE BUDGET REMAINING
โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโ
Core combat High High 75% remaining
Crafting system Medium High+Medium 50% remaining
Pet companions Medium ... 25% remaining
Weather effects Low ... 20% remaining
Scope Creep Detection
Warning signs that scope is expanding:
- "What if we also..." in every design meeting
- Feature list growing between milestones
- No features being cut or deferred
- "We'll figure that out later" as rationale for including something
- Prototype scope expanding beyond the hypothesis being tested
Workflow
Initial prioritization
- List all proposed features โ Everything the game could include
- Run the pillar test โ Does each feature serve a pillar?
- Apply MoSCoW โ Categorize ruthlessly
- Build dependency graph โ What depends on what?
- Assess risk โ Design, technical, market, and audience risk per feature
- Define the MVG โ What's the minimum that delivers the fantasy?
- Create the cut list โ Everything not in MVG goes here (for now)
- Cross-check with budget/timeline โ Does the scope fit reality?
- Cross-check with tech bridge (Skill 21) โ Are technical constraints accounted for?
- Cross-check with pillars (Skill 2) โ Is every pillar adequately served?
Ongoing scope management
- Every new feature proposal runs through the pillar test
- Every accepted feature gets MoSCoW classification and risk assessment
- Dependency graph updated when features are added or cut
- Cut list maintained with reasoning
- MVG definition reviewed after every major playtest
- Scope reviewed at every milestone against timeline and budget
Responding to "can we add this?"
- Which pillar does it serve?
- What MoSCoW category would it be?
- What does it depend on?
- What's the risk level?
- What gets cut or deferred to make room?
- Does this change the MVG?
Anti-Patterns
The Kitchen Sink โ "We'll include everything and cut later." You won't cut later. Decide now.
The Sacred Feature โ A feature that's immune to cutting despite serving no pillar and failing every test. Usually someone's pet idea.
The False Deadline โ "We don't have time to prioritize, just build everything faster." Prioritization IS how you go faster.
The Invisible Cut โ Features quietly dropped without documentation. Nobody knows why it was cut, so it keeps coming back.
The Feature Auction โ Prioritizing features by who argues loudest rather than by pillar alignment and risk.
Outputs
This skill produces:
- MoSCoW categorization โ every feature prioritized against pillars
- Feature dependency graph โ build order constraints
- Risk-weighted priority list โ what to build/test first
- Minimum Viable Game definition โ smallest version that delivers the fantasy
- Cut list โ everything removed with reasoning and revisit conditions
These outputs feed into:
- Skill 2 (Pillars) โ Pillars are the primary filter
- Skill 15 (Prototype) โ What to prototype first
- Skill 21 (Tech Bridge) โ Feasibility informs priority
- Skill 19 (GDD) โ Scope is a core GDD section
- Skill 0 (Coherence) โ Scope changes may trigger re-evaluation