ultrawork
Installation
SKILL.md
<Use_When>
- Multiple independent tasks can run simultaneously
- User says "ulw", "ultrawork", or explicitly wants parallel execution
- Task benefits from concurrent execution plus lightweight evidence before wrap-up
- You need a direct-tool lane plus optional background evidence lanes without entering Forge </Use_When>
<Do_Not_Use_When>
- Task requires guaranteed completion with persistence, architect verification, or deslop/reverification -- use
forgeinstead (Forge includes ultrawork) - Task requires a full autonomous pipeline -- use
autoforge/autopilotinstead (Autoforge includes Forge which includes ultrawork) - There is only one sequential task with no parallelism opportunity -- execute directly or delegate to a single
executor - The request is still in plan-consensus mode -- keep planning artifacts in
blueprintuntil execution is explicitly authorized - User needs session persistence for resume -- use
forge, which adds persistence on top of ultrawork </Do_Not_Use_When>