โ Back to all features
Stage, commit, ship
Full git workflow inside each task card. Stage, unstage, discard, commit. No `git add -p` in a separate terminal like some kind of animal.
Task-local git actions keep the review and shipping loop close to the change itself. You can inspect the task, stage files, write a commit, and move on without breaking flow.
This is not a replacement for advanced git usage. It is the 90 percent path made fast enough that agent-driven workflows do not spill into terminal housekeeping.
The result is less time spent reconstructing what changed where and more time deciding whether the change is actually ready.
Have a question about how this works in practice? Check the SlayZone FAQ or read about all features.