# definition-of-done > Criteria for when work is truly complete - Author: Claude Agent - Repository: mguttmann/minigolf-2000 - Version: 20260121024718 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/mguttmann/minigolf-2000 - Web: https://mule.run/skillshub/@@mguttmann/minigolf-2000~definition-of-done:20260121024718 --- --- name: definition-of-done description: Criteria for when work is truly complete --- # Definition of Done ## Code Complete - [ ] Code compiles without errors - [ ] All tests pass - [ ] Linter passes - [ ] No console errors/warnings ## Quality - [ ] Self-reviewed - [ ] Code follows style guide - [ ] No obvious bugs - [ ] Error handling in place ## Testing - [ ] Unit tests written - [ ] Integration tests if needed - [ ] Test coverage meets threshold ## Documentation - [ ] Code commented where needed - [ ] README updated if needed - [ ] API docs updated if needed ## Review - [ ] PR created - [ ] PR reviewed and approved - [ ] Feedback addressed ## Verification - [ ] Acceptance criteria met - [ ] Goal-backward verification passed - [ ] No regressions