Moves the agent workflow system from agent-system/ to .agents/ (dotfile convention). Restructured from 5-role to 7-role pipeline: adds Analyst and splits Reviewer into Code Reviewer + Security Reviewer. Removes all old workflow run artifacts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
736 B
736 B
Acceptance Test Checklist
Use this checklist for the Acceptance Tester role.
Scope
- all in-scope items from
plan.jsonare implemented - out-of-scope items are not silently introduced
Behavior
- each
SC-*success criterion fromplan.jsonis verifiably met - negative and edge paths behave as defined
Regressions
- existing flows still work after change
- no critical UX break on key user paths
Tests
- every test listed in
plan.json tests[]is implemented and passes (QG-001 green) - new Service/Gateway logic has at least one test (GR-TEST-001)
Evidence
- each criterion has explicit pass/fail evidence
- each criterion check references the exact
SC-*ID - fail findings include exact missing behavior