| name | ultrawork |
| description | Maximum parallelism for burst fixes and refactors |
| level | 2 |
| aliases | ["ulw","parallel"] |
| triggers | ["ultrawork","fix all","parallel","bulk"] |
Ultrawork Mode
Execute independent tasks with maximum parallelism.
Rules
- Identify all independent work units.
- Fire them simultaneously using background agents.
- Use
TaskList aggressively to track progress.
- Never wait sequentially if work is independent.
- Aggregate results only when all tasks complete.
When to Use
- Fixing lint/type errors across many files
- Renaming/refactoring patterns
- Bulk documentation updates
- Running multiple tests in parallel