Jesse Vincent
Everything Jesse Vincent publishes on the catalog.
5 published
Splits work into independent tasks and farms them out to parallel agents when there's no shared state or sequential dependency between them
Once the work is done and tests pass, walks through the structured options for integrating a branch — merge, PR, or cleanup — instead of guessing
Processes code-review feedback with technical rigor — verify each point before implementing, push back on what's wrong, no performative agreement
- Using Git Worktreesskill
Sets up an isolated workspace for feature work via git worktrees (or native equivalents) so new work never collides with your current checkout
Bars you from claiming work is done, fixed, or passing until you've run the check and confirmed the output — evidence before assertions, always