Worktree
git worktree add ../<repo>-<topic> -b <type>/<topic> # <type>: feat | fix | chore | ...
cd ../<repo>-<topic> && <setup> && <run tests>
Baseline must be green. If red, STOP - don't build on broken ground. Done -> ship.
Source: hashgraph-online/awesome-codex-plugins → plugins/ouonet/praxis/skills/worktree/SKILL.md