decompose
Installation
SKILL.md
Decompose — Project Scope Analysis
Analyze project scope and determine whether to treat it as a single feature or split into multiple sub-features before entering the spec chain.
Core Principles
- Lightweight: 3-5 rounds of questions, not a deep investigation
- Boundary-focused: Only care about scope boundaries and dependencies
- No demand validation: That is /idea's responsibility
- No deep research: That is /prd's responsibility
- Single is valid: Not every project needs splitting — a single-feature verdict is a good outcome
Workflow
Step 1: Read Context
Scan the project to understand what exists:
- Use Glob to scan the project directory tree (top 3 levels)
Related skills