Финальная проверка истории перед закрытием

general

story-done is a Claude Code skill that runs an end-of-story completion review before marking a story as done. It reads the story file, verifies every acceptance criterion against the implementation — automatically via Glob, Grep, and Bash, or interactively via AskUserQuestion — checks for GDD and ADR deviations, builds a per-criterion test traceability table, and writes the updated story file with Status: Complete. Review mode (full, lean, or solo) is resolved from the command argument or from production/review-mode.txt. After closing the story, the skill surfaces the next ready story from the sprint. It suits teams managing projects with sprint files, a TR-ID registry, and explicit acceptance criteria who need deviations from architectural decisions documented rather than silently introduced.