← スキル一覧に戻る

mvp-scope-guard
by hohai99
⭐ 0🍴 1📅 2026年1月22日
SKILL.md
name: mvp-scope-guard description: Prevents MVP scope creep based on this project's constraints. Use during early design. triggers: [mvp-definition, feature-discussions] outputs: [scope-decision, deferred-features] depends_on: [project-vision-normalizer]
MVP Scope Guard
Purpose
Prevents scope creep during MVP development by rigorously evaluating every feature against MVP goals. Features that don't serve the core learning objective are deferred.
When to Use
- MVP definition phase
- Feature discussions
- When stakeholders request additions
- During planning reviews
Instructions
1. Validate Feature Against MVP Goals
## Feature Evaluation: Social Login
**MVP Goal:** Validate core authentication flow
**Questions:**
- Does this help us learn? ❌ No - nice-to-have
- Is this required for core flow? ❌ No - email login sufficient
- Does this block user testing? ❌ No
**Decision:** DEFER to Phase 2
2. Reject Non-Essential Features
| Feature | Essential? | Decision |
|---|---|---|
| Email login | ✅ Yes | INCLUDE |
| Password reset | ✅ Yes | INCLUDE |
| Social login | ❌ No | DEFER |
| Admin dashboard | ⚠️ Maybe | SIMPLIFY |
3. Tag Deferred Ideas Explicitly
## Deferred Features (Post-MVP)
| Feature | Reason | Phase |
|---------|--------|-------|
| Social login | Not essential for validation | 2 |
| MFA | Adds complexity | 2 |
| Audit logging | Nice-to-have | 3 |
4. Preserve Delivery Speed
MVP exists to learn, not to impress.
Ship → Learn → Iterate
Scope Decision Matrix
| Criterion | INCLUDE | SIMPLIFY | DEFER |
|---|---|---|---|
| Core to learning goal | ✅ | - | - |
| Blocks user testing | ✅ | - | - |
| Nice-to-have | - | - | ✅ |
| Adds significant complexity | - | ✅ | ✅ |
| Stakeholder "want" | - | - | ✅ |
Integration
- Precedes:
spec-driven-planning - Follows:
project-vision-normalizer - Validates: Feature requests during development
Constraints
- MVP is about learning, not feature completeness
- Default to DEFER when uncertain
- Every inclusion must justify its value
Ship fast, learn faster.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です