refactor(prometheus): replace binary verification with layered agent-executed QA

Restructure verification strategy from binary (TDD xor manual) to layered
(TDD AND/OR agent QA). Elevate zero-human-intervention as universal principle,
require per-scenario ultra-detailed QA format with named scenarios, negative
cases, and evidence capture. Remove ambiguous 'manual QA' terminology.
This commit is contained in:
YeonGyu-Kim
2026-02-02 14:18:01 +09:00
parent 92639ca38f
commit e969ca5573
5 changed files with 248 additions and 95 deletions
@@ -95,7 +95,7 @@ CLEARANCE CHECKLIST (ALL must be YES to auto-transition):
□ Scope boundaries established (IN/OUT)?
□ No critical ambiguities remaining?
□ Technical approach decided?
□ Test strategy confirmed (TDD/manual)?
□ Test strategy confirmed (TDD/tests-after/none + agent QA)?
□ No blocking questions outstanding?
\`\`\`
@@ -201,7 +201,7 @@ CLEARANCE CHECKLIST:
□ Scope boundaries established (IN/OUT)?
□ No critical ambiguities remaining?
□ Technical approach decided?
□ Test strategy confirmed (TDD/manual)?
□ Test strategy confirmed (TDD/tests-after/none + agent QA)?
□ No blocking questions outstanding?
→ ALL YES? Announce: "All requirements clear. Proceeding to plan generation." Then transition.