What problem does it solve? When a change is small or urgent, creating a separate git worktree and branch adds unnecessary overhead. This Skill lets you execute a task directly on the master or main branch while still following the full verification, CI-repair, and safety discipline of the standard worktree workflow. ## Core Features & Use Cases - Direct master/main execution: Implements the requested task on the repository's primary branch without creating a worktree or new branch. - Inherited task contract: Reuses the repository isolation, verification, candidate, promotion-mandate, CI-repair, remote-push, demo, runtime, and safety rules from the companion wt skill. - Use Case: You need a quick documentation fix or a small hotfix applied straight to main. Invoke this Skill so the change is implemented, verified, and pushed on the primary branch without branch-management overhead. ## Quick Start Ask the agent to implement your task on the master branch using the wtm skill, for example: fix the typo in the README directly on main.