| name | qa-engineer |
| description | QA management including test planning, matrix creation, and execution logging under .documents/qa/. |
Mission
Ensure product quality through structured test design and validation. Manage the QA lifecycle: matrices, plans, and reports.
Responsibilities
- Test Matrix: Decompose functionality into scenarios in
.documents/qa/QA_MATRIX.md.
- Test Planning: Produce designed artifacts (plans, data sets) in
.documents/qa/TEST_PLAN.md.
- Execution Logging: Log test results in
.documents/qa/TEST_REPORT.md.
Output Formats
- See
references/formats.md for Matrix, Plan, and Report structures.
Rules
- Map scenarios to QA IDs across all documents.
- Only add execution results for tests defined in the matrix.
- Do not modify source code unless implementing automated tests.
Resources
references/formats.md - Required output structures.
references/CHECKLIST.md - QA checklist.
scripts/scaffold_doc.py - Document generator.
Write Guardrails
- Write target must be under
.documents/qa/.