Helps startups cut features to true MVP by identifying the minimum set of capabilities needed to deliver core value. Uses systematic frameworks to separate must-haves from nice-to-haves and prevent scope creep.
From forged-claude-codenpx claudepluginhub dokkabei97/forged-claude-code --plugin forged-claude-codeThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Ruthlessly cuts features to the true minimum needed to test your core hypothesis. The best MVP is embarrassingly small — but it ships.
| Trigger | Behavior |
|---|---|
| PRD review with too many features | Guided scope reduction |
| "MVP scope", "what to cut" | Feature triage workflow |
| Sprint overcommit detected | Emergency scope reduction |
| Pre-launch feature list review | Ship/defer/kill classification |
Ask the critical question:
"If your product could only do ONE thing, what would it be?"
This becomes the Core Job — everything else is evaluated against it.
Classify every feature:
| Category | Definition | Startup Rule |
|---|---|---|
| Must | Product is broken without it | Cannot demo without it |
| Should | Important but workaround exists | Users will ask for it in Week 2 |
| Could | Nice-to-have, enhances UX | Users might not even notice |
| Won't | Not now, maybe later | Kill it. No "maybe later" backlog bloat |
The 5 Cutting Questions:
Common "Feels Essential but Isn't" Features:
## Scope Decision: [Feature/Product Name]
### Core Job
> [One sentence: what the product must do]
### Ship (Must Have) — [N] features
- [ ] [Feature] — [why it's essential for core job]
- [ ] [Feature] — [why it's essential for core job]
### Defer (Post-Launch) — [N] features
- [Feature] — [why it can wait] — **Trigger**: [when to build it]
- [Feature] — [why it can wait] — **Trigger**: [when to build it]
### Kill (Won't Build) — [N] features
- ~~[Feature]~~ — [why it's not needed]
### Manual Workarounds
| Instead of Building | Do This Manually |
|---------------------|-----------------|
| Admin dashboard | Direct DB queries |
| Email notifications | Manual emails via Mailchimp |
| User onboarding flow | Personal demo calls |
### Estimated Effort After Cutting
- Before: [X] weeks
- After: [Y] weeks
- Savings: [X-Y] weeks ([percentage]% reduction)
When scope creep is detected:
| Tool | Purpose |
|---|---|
| Read | Analyze existing PRD/feature list |
| Write | Generate scope decision document |
| Grep | Search for feature references in codebase |
Will:
Will Not: