This handles the recursive nightmare of novel editing where fixing one thing breaks three others. It forces you to work across three levels (thematic, structural, prose) with explicit change records and cascade tracking. Before you make any edit, you map forward consequences and set monitoring criteria so you know when a revision is actually making things worse. The rollback protocols are especially useful when you're five chapters deep into fixing a character motivation change and realize you've broken the entire third act. It's diagnostic mode, so it won't rewrite your prose, but it will keep you from chasing your tail through endless revision cycles. Best for second drafts and beyond when the structural changes get messy.
npx skills add https://github.com/jwynia/agent-skills --skill novel-revision