What problem does it solve?
Hands-off mode lets you run the full ultrapack workflow without repeated approvals, while still minimizing risk by choosing the most reversible actions and producing an explicit decision log.
Core Features & Use Cases
- Fewer prompts after Design: automatically proceeds through planning and execution with fewer user questions once the task design is set.
- Reversibility-first safety: prioritizes additive edits, dedicated branches/worktrees, and avoids destructive git operations (e.g., no resets, no force-push, no mass deletes without one-at-a-time handling).
- Transparent outcome reporting: records every auto-choice in the task file’s Conclusion under Hands-off decisions and defers any ambiguous or non-conservative steps into a Deferred log for later user review.
- Mode-driven behavior: activates only when the task file includes Mode: hands-off, otherwise it follows the interactive workflow.
Quick Start
Set your task file header to Mode: hands-off, then ask the agent to run the workflow end-to-end for your feature using /up:make.