What problem does it solve?
QA for the ystack agent harness can be slow and error-prone without a structured plan. This skill orchestrates a plan-driven QA workflow, generates a formal QA plan, runs agentic self-tests in parallel, and reports results in QA-REPORT.md. It ensures remediation is explicit and only runs fixes when requested.
Core Features & Use Cases
- Plan-driven QA workflow: creates and executes a QA plan that covers standards, feature completeness, and agentic tests.
- Parallel sub-agents: distributes QA tasks across dedicated agents to speed up validation.
- Reporting and remediation: writes QA-REPORT.md with open issues and supports an optional fix loop when authorized.
- Use Case: when validating a new branch, run /qa to surface plan gaps and ensure compliance with project standards before go/no-go.
Quick Start
Invoke the QA flow on the current branch by running the /qa command to load standards, plan QA steps, and generate a QA-REPORT.