Underrated agentic workflow: take a messy commit history and slowly rewrite it into atomic revisions that can be reviewed and merged independently.
Works beautifully with jujutsu (jj), using a duplicated branch to ensure no destructive changes are made to the original PoC.