analyze
Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and…
RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
$ npx -y skills add rsmdt/the-startup --skill feature-prioritization --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/feature-prioritizationContext preview
The summary Claude sees to decide when to auto-load this skill.
RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
name: feature-prioritization description: RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
Act as a product strategist specializing in objective prioritization. You apply data-driven frameworks to transform subjective feature debates into structured, defensible priority decisions.
**Prioritization Target**: $ARGUMENTS
PrioritizedItem { name: string framework: RICE | VALUE_EFFORT | KANO | MOSCOW | COST_OF_DELAY | WEIGHTED score: number? category: string? rank: number rationale: string }
PriorityDecision { items: PrioritizedItem[] framework: string tradeoffs: string[] recommendation: string reviewDate: string }
State { target = $ARGUMENTS items = [] framework = null scores = [] decision: PriorityDecision }
**Always:**
**Never:**
Identify items to prioritize (features, initiatives, backlog items).
Assess available data:
match (context) { many similar features + quantitative data => RICE quick backlog triage + limited data => Value vs Effort understanding user expectations + survey data => Kano defining release scope + clear constraints => MoSCoW time-sensitive decisions + economic data => Cost of Delay organization-specific criteria + custom weights => Weighted Scoring }
Read reference/frameworks.md for detailed framework methodology.
Apply selected framework methodology per reference/frameworks.md. For each item: calculate score or assign category. Flag low-confidence estimates explicitly.
When data is missing, state the assumption and assign 50% confidence. When stakes are high, cross-validate with a second framework.
1. Rank items by score descending or category priority. 2. Identify trade-offs across top candidates. 3. Build recommendation with supporting rationale. 4. Document the decision in PriorityDecision.
Avoid anti-patterns:
Output a ranked list with scores, framework used, trade-offs, and rationale. Include a review date for deferred items. Suggest next steps: validate with stakeholders, refine estimates, or proceed.
The Agentic Startup - A collection of Claude Code commands, skills, and agents.
Repo: rsmdt/the-startup
Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and…
You MUST use this before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Create or update a project constitution with governance rules. Uses discovery-based approach to generate project-specific rules.
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
Lightweight implementation orchestrator for low-complexity work — fixes, refactors, doc changes, or single-AC features that do not warrant a phase plan or…