Story Done This skill closes the loop between design and implementation. Run it at the end of implementing any story. It ensures every acceptance criterion is verified before the story is marked done, GDD and ADR deviations are explicitly documented rather than silently introduced, code review is prompted rather than forgotten, and the story file reflects actual completion status. Output: Updated story file (Status: Complete) + surfaced next story. --- Phase 1: Find the Story Resolve the review mode (once, store for all gate spawns this run): 1. If was passed → use that 2. Else read → use tha…