Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 605 Bytes

File metadata and controls

25 lines (19 loc) · 605 Bytes

Definition of Done: pm

USP:

Criteria

1. Core value delivered

  • scenario: A user can [describe primary workflow]
  • automated: pending
  • human: pending

2. Test coverage meets threshold

  • scenario: cargo test / npm test passes, coverage >= 80%
  • automated: pending
  • human: pending

3. No credential leaks

  • scenario: gitleaks scan returns zero findings on full history
  • automated: pending
  • human: pending

4. Documentation complete

  • scenario: README has build/test instructions, CHARTER.md filled in
  • automated: pending
  • human: pending