Begin work on a ticket. Creates worktree, writes first test, transitions to Execute phase.
[Plan → Execute]
tickets/ directory or forge).EnterWorktree with name t$ARGUMENTS.git switch -c t$ARGUMENTS-short-description
make check-fast — confirm the test fails.[Plan → Execute], then implement until make check passes./verify-adherence <branch>--label verify:adherence-passed to gh pr create. The label signals to the downstream /verify merge gate that the mechanical adherence phase already ran clean and can be skipped on its next pass. (Create the label first with gh label create verify:adherence-passed --force if it does not yet exist.)make check and /verify-adherence, then proceed only once clean. Up to 3 fix-and-recheck cycles; if still not clean after 3 rounds, escalate./verify-adherence itself errors, times out, or returns an unparseable result → ESCALATE. Do not open the PR and do not silently skip the gate./review-pr.