# Definition of Done — PLACEHOLDER, NOT YET SET > This file must be replaced with a project-specific Definition of Done as part of `process/00_project_onboarding.md`, based on the user's answers about tech stack, test framework, review process, and CI. Do not rely on the checklist below for real work — it is a generic starting point only, kept here so the format is clear. ## Example structure (replace with real, project-specific items) An item is only "Done" when ALL of the following are true: - [ ] Code implemented and meets the story's acceptance criteria. - [ ] Automated tests written and passing (framework: TBD). - [ ] Code reviewed (process: TBD). - [ ] No known regressions introduced; existing test suite passes. - [ ] CI pipeline green (pipeline: TBD). - [ ] Necessary documentation updated. - [ ] No newly introduced technical debt left unlogged (see `logs/technical_debt_log.md`).