From agile-lifecycle
This skill should be used when defining, applying, or updating the Definition of Done. Triggers when Phase 4 is about to start, when a story is declared complete, or when quality standards need to be updated across sprint and release levels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agile-lifecycle:definition-of-doneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The Definition of Done (DoD) is a formal, team-agreed checklist that distinguishes genuinely completed work from work that is merely coded. It operates at three levels: story, sprint, and release. It must be agreed before Phase 4 begins, enforced at every sprint review, and updated as quality standards evolve. Without a DoD, "done" is ambiguous and technical debt accumulates silently.
The Definition of Done (DoD) is a formal, team-agreed checklist that distinguishes genuinely completed work from work that is merely coded. It operates at three levels: story, sprint, and release. It must be agreed before Phase 4 begins, enforced at every sprint review, and updated as quality standards evolve. Without a DoD, "done" is ambiguous and technical debt accumulates silently.
Open schemas/definition-of-done.schema.json to understand the mandatory structure. Use templates/phase-3/dod-checklist.md.template to create or update the DoD document. The DoD document is a project-level artefact — it is not per-sprint.
A story is done when ALL of the following are true (adapt to project context):
A sprint is done when ALL stories in the sprint backlog are either done (story-level) or explicitly moved out, AND:
A release is done when ALL sprint-level criteria are met across all sprints in the release, AND:
Before Phase 4 starts, the DoD must be agreed by the delivery team and the Product Owner:
For each story presented in the sprint review:
Review the DoD at each phase gate and after major retrospectives:
templates/phase-3/dod-checklist.md.template — DoD checklist template with story/sprint/release sectionsschemas/definition-of-done.schema.jsonreferences/artefact-catalog.md — DoD as mandatory artefact for Phase 3 exittemplates/phase-3/test-plan.md.template — Test plan template complements DoD at sprint and release levelnpx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin agile-lifecycleDefine criteria for work to enter development (DoR) to ensure engineering time is spent on well-understood, achievable work. Use when standardizing requirements or reducing rework.
Verifies features/stories meet Definition of Done criteria via checklists for functionality, code quality, testing, and security before completion.
Validates completed work across all dimensions: code quality, test coverage, security review, documentation, accessibility. This is the intersection of all roles' acceptance criteria.