What problem does it solve? Scrum teams often ship increments without a shared, verifiable standard for what "done" means, leading to inconsistent quality and unfinished work. This Skill derives Definition of Done criteria from your existing product, design, and architecture docs, then confirms each criterion with you before writing the canonical document. ## Core Features & Use Cases - Doc-driven criteria suggestions: Reads product goal, principles, UX/UI specs, architecture docs, and risk docs to propose concrete, verifiable DoD criteria per category. - Structured interview: Walks through seven categories (code quality, testing, behavior, deployment, documentation, non-functional, verification) letting you confirm or adjust each suggestion. - Canonical output: Writes a checklist-style definition_of_done.md to docs/05_scrum/ including waiver rules and traceability back to source docs. - Use Case: After defining your backend architecture and UX spec, run this Skill to produce a DoD where testing criteria come from your actual testing strategy and behavior criteria reference real UI states from your UX spec. ## Quick Start Ask the assistant to create a Definition of Done for the project based on the existing docs in the docs folder.