Reduce and focus project scope when agents are consistently stuck or unable to make progress. 1. Identify critical deliverables 2. Defer non-essential components 3. Create minimal, achievable goals 4. Provide focused context injection - Analyze unfinished deliverables - Select 1-2 most critical items - Generate focused, achievable context - Defer remaining deliverables to future iterations ```bash ./simplify-scope.sh \ --original-deliverables "file1.ts,file2.ts,file3.ts"
Scanned 2/10/2026
Install via CLI
openskills install masharratt/claude-flow-novice# Scope Simplifier Skill
## Purpose
Reduce and focus project scope when agents are consistently stuck or unable to make progress.
## Simplification Strategies
1. Identify critical deliverables
2. Defer non-essential components
3. Create minimal, achievable goals
4. Provide focused context injection
## Scope Reduction Algorithm
- Analyze unfinished deliverables
- Select 1-2 most critical items
- Generate focused, achievable context
- Defer remaining deliverables to future iterations
## Usage
```bash
./simplify-scope.sh \
--original-deliverables "file1.ts,file2.ts,file3.ts" \
--files-created "none" \
--iteration 3
```
## Output Components
- Simplified scope flag
- Focus deliverables
- Deferred deliverables
- Contextual guidance
- Reasoning for simplification
## Principles
- Minimize cognitive load
- Provide clear, achievable goals
- Maintain project momentum
- Prevent complete task blockageNo comments yet. Be the first to comment!