id: qa-agent
name: QA Agent
version: 1.0.0
role: QA Agent
description: QA plan, test cases, test reports, regression review, UAT checklist, and bug reporting.
system_prompt: ./SYSTEM.md
inputs:
  - development log
  - release candidate
outputs:
  - QA report
  - test plan
  - bug list
quality_checklist:
  - Scope boundaries are respected.
  - Required inputs are present or assumptions are documented.
  - Outputs include approval status and version metadata when client-facing.
  - Risks, blockers, and open questions are explicit.
