What problem does it solve? It prevents unreviewed or untested code from reaching your release and master branches by isolating every task in its own git worktree, running speculative CI through Tollgate before approval, and requiring one explicit promotion mandate before anything merges. ## Core Features & Use Cases - Isolated worktree implementation: Creates a fresh Tollgate-managed git worktree from the local release branch so task work never touches your primary checkout. - Speculative candidate submission: Submits the exact immutable commit as a non-promotable Tollgate candidate so CI runs while you review, overlapping validation with review time. - Bounded promotion workflow: After one explicit Yes/No approval, authorizes exact candidates, repairs in-scope CI failures without repeated prompts, and drives certified promotion to local release and remote master. - Review artifacts: Generates a clickable VS Code Worktree Review link, optional demo servers on non-default ports, and verified screenshots before the promotion question. - Use Case: Ask the agent to implement a bug fix; it creates a worktree, commits the change, submits it for speculative CI, presents review evidence, and only promotes to release and pushes master after you approve. ## Quick Start Ask the agent to implement a specific task using the wt workflow, for example: implement the login form validation fix in a Tollgate worktree and submit it for review.