What problem does it solve? It brings disciplined QA practice to AI-assisted development: instead of shipping untested code, it walks through requirements analysis, test planning, test case creation, execution, bug reporting, and root-cause analysis so defects are caught before they reach production. ## Core Features & Use Cases - Full QA Cycle: Six phases from requirements interrogation (ambiguities, gaps, missing acceptance criteria) through test planning, case creation, execution, bug reporting, and process improvement. - Structured Templates: Standardized test case, bug report, test plan, and RCA templates with severity/priority scales and traceability to SPEC requirements. - Verification Gate: A final build/type-check/lint/test/security/diff checklist that blocks PR readiness until all checks pass. - Use Case: After implementing a new feature in a .NET project, ask for a QA review to get a prioritized test plan, executable test cases mapped to acceptance criteria, and a verification report before opening the PR. ## Quick Start Ask the assistant to run a QA analysis on the feature you just implemented and produce a test plan with test cases before opening the pull request.