# Scrum Test Template ## Verdict State whether the repository is: - production-ready - prototype-ready - demo-only - blocked Do not soften the verdict. ## Evidence List commands run, files inspected, and outputs generated. ## Confirmed Risks Each confirmed risk must include: - file path - evidence - severity - impact - suggested fix ## Suspected Risks Each suspected risk must explain what evidence is missing. ## Blocked Checks List checks that could not run. For each blocked check, include: - reason - dependency - next command - risk of not running it ## Sprint Backlog Use this format: ```text Sprint 0: Reproducibility Gate Sprint 1: Trust Boundary Gate Sprint 2: Memory Correctness Gate Sprint 3: Agent Loop Reality Gate Sprint 4: Deployment Gate ``` ## Acceptance Gates Each gate must be testable. Bad: ```text Improve security. ``` Good: ```text SQL interpolation scanner detects unsafe SELECT/INSERT/UPDATE/DELETE string assembly and emits confirmed findings with file evidence. ``` ## Next Commands List only commands that can actually be run.