FREESKILL v1.0UPDATED 2026-08
Done
Done is not a dashboard color. It is a shared completion contract with observable criteria, named evidence, verification, handoff, and an explicit decision owner.
Teams often call work done when the deliverable exists, even though review, acceptance, documentation, or observation is still missing. That shortcut turns unfinished risk into somebody else's surprise.
This playbook defines the finish line before the result is known, then audits completion claims against the same evidence. It separates producing the work from proving it works and handing it to the people who depend on it.
A confident assertion is not verification. Done follows evidence.
SIGNALS YOU NEED THIS
Projects turn green while approvals or tests are still open.
Two reviewers use different definitions of complete.
A release is treated as the finish line even though handoff or observation remains.
Name the outcome and boundary
OUTCOME Help content is available in the new structure without losing existing access. IN SCOPE Published pages, old-link resolution, search indexing, and support handoff. OUT OF SCOPE Evidence needed.
Write observable completion criteria
CRITERION Every old link resolves to the intended moved article. Evidence: redirect-check report Verifier: Verifier needed Verification date: Date needed Status: ready for verification
Add handoff, observation, and exceptions
OBSERVATION Period: Duration needed Signals: search result success and unresolved-link failures EXCEPTION Criterion: none accepted Risk owner: Owner needed Review date: Date needed
Make the status decision from evidence
CLAIMED STATUS Green today VERDICT Not done BLOCKER Verification evidence is missing. No approval or exception was supplied.
done/
├── SKILL.md ← define and audit modes
├── meta.yaml ← version, sources, test prompts, changelog
├── LICENSE.md ← MIT
├── assets/
│ ├── definition-of-done-template.md ← completion contract
│ └── done-audit-scorecard.md ← evidence-backed audit
└── references/
└── stage-gates.md ← work states and transition evidence"Write the definition of done for this project."
Claude Code