What problem does it solve? Teams often merge work without systematically checking Definition of Done criteria, leading to missed tests, undocumented changes, or architecture decisions lacking ADRs. This Skill automates that verification against both universal quality standards and project-specific adoption files. ## Core Features & Use Cases - Multi-area DoD checking: Evaluates requirements, code standards, architecture/ADR compliance, testing, security, performance, documentation, and manual test reports in one structured report. - Scoped and story-aware validation: Limit checks to specific areas via a scope argument, or load story acceptance criteria from a PM tool to verify requirement coverage. - Composable review workflow: Runs standalone or as Phase 4 of a /process-review pipeline, propagating HALT conditions such as missing ADRs. - Use Case: Before merging a feature PR, run the checker to confirm tests exist for new modules, no hardcoded secrets were introduced, documentation is updated, and architectural changes have a recorded ADR. ## Quick Start Ask the AI to run a Definition of Done check on the current pull request, optionally specifying a scope like testing or a story ID for acceptance criteria.