claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.
37 lines (31 loc) • 949 B
Markdown
# 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 blockage