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 Team or a durable goal workflow </Use_When>
<Do_Not_Use_When>
- Task needs durable goal tracking, ledger checkpoints, or resume across stories -- use
ultragoalinstead - Task needs coordinated tmux workers, shared task state, mailbox/dispatch coordination, or long-running parallel execution -- use
teaminstead - Task requires a full autonomous pipeline -- use
autopilotinstead (default loop:deep-interview -> ralplan -> ultragoal, withteamonly when needed) - Task intentionally requires the legacy persistent single-owner completion/verification loop -- use
ralphexplicitly; do not present it as the default durable path - There is only one sequential task with no parallelism opportunity -- execute directly, use
ultragoalfor durable tracking, or delegate to a singleexecutor - The request is still in plan-consensus mode -- keep planning artifacts in
ralplanuntil execution is explicitly authorized </Do_Not_Use_When>