What problem does it solve? Long-running autonomous work tends to drift: agents lose track of scope, exceed budgets, resurrect stale branches, or act without human authorization. This Skill runs a durable, workstream-driven objective inside explicit human boundaries so multi-slice work stays authorized, metered, and resumable. ## Core Features & Use Cases - Workstream Discovery and Control Units: Detects the repository's own convention (docs/workstreams, specs directories, or issue-based units) instead of imposing a parallel structure, and selects or creates the right control unit with human confirmation. - Preflight Authorization Envelope: Interviews the user one question at a time to record allowed actions, confirmation gates, resource ceilings (money, tokens, time, retries), test gates, and stop conditions before execution begins. - Subagent Orchestration and Failure Control: Routes bounded work to subagents with model-tier selection, enforces a three-strike same-root-cause stop rule, and handles stale or merged branches with deterministic salvage procedures. - Use Case: Ask the agent to keep working on a multi-issue documentation workstream until the next human checkpoint, with a token budget and PR-merge autonomy, and it will resume the recorded workstream, execute vertical slices, and stop at the defined gate. ## Quick Start Use $origin-goal to resume my active workstream and run it to the next human gate within a 200k token budget.