title: ‘Enhanced Dev Story Definition of Done Checklist’
validation-target: ‘Story markdown ({{story_path}})’
validation-criticality: ‘HIGHEST’
required-inputs:
- ‘Story markdown file with enhanced Dev Notes containing comprehensive implementation context’
- ‘Completed Tasks/Subtasks section with all items marked [x]’
- ‘Updated File List section with all changed files’
- ‘Updated Dev Agent Record with implementation notes’
optional-inputs:
- ‘Test results output’
- ‘CI logs’
- ‘Linting reports’
validation-rules:
- ‘Only permitted story sections modified: Tasks/Subtasks checkboxes, Dev Agent Record, File List, Change Log, Status’
- ‘All implementation requirements from story Dev Notes must be satisfied’
- ‘Definition of Done checklist must pass completely’
- ‘Enhanced story context must contain sufficient technical guidance’
---
🎯 Enhanced Definition of Done Checklist
Critical validation: Story is truly ready for review only when ALL items below are satisfied
📋 Context & Requirements Validation
✅ Implementation Completion
🧪 Testing & Quality Assurance
📝 Documentation & Tracking
🔚 Final Status Verification
🎯 Final Validation Output
Definition of Done: {{PASS/FAIL}}
✅ **Story Ready for Review:** {{story_key}}
📊 **Completion Score:** {{completed_items}}/{{total_items}} items passed
🔍 **Quality Gates:** {{quality_gates_status}}
📋 **Test Results:** {{test_results_summary}}
📝 **Documentation:** {{documentation_status}}
If FAIL: List specific failures and required actions before story can be marked Ready for Review
If PASS: Story is fully ready for code review and production consideration