Turn one ticket into a PR ready for review in its own branch and worktree, with code, tests, review, acceptance checks, and proof.
Create or switch to a Git branch for the current task. Use whenever starting work on a ticket, feature, or fix, whenever the user says "make a branch" or "new branch", and before committing work that would otherwise land on the default branch.
Stage intended changes and create one Conventional Commit.
Find and fix the root cause when something breaks: a failing test, a broken build, a bug report, or behavior that doesn't match expectations.
Write a short design document for unclear or important architecture decisions before implementation. Use when a decision is expensive to reverse or crosses team boundaries.
Write short Codex and Claude Code /goal prompts with a clear result, checks, proof, and stop rules.
Finish one code task: understand it, make the smallest change, test it, review it, and report or open the requested PR.
Run several tickets to PRs at the same time, one worker per ticket. Use when the user passes multiple tickets and wants them worked in parallel.