What problem does it solve?
Ingests a feedback document and runs a structured, three-gate QA loop that triages feedback items into content fixes, QA rules, or both, then executes changes with verifiable proof and produces a line-by-line coverage report before completion.
Core Features & Use Cases
- Gate 1 — Triage: read the feedback file and produce a triage row for each item with file references and selectors.
- Gate 2 — Execute + Verify: apply fixes one item at a time, generate terminal proof showing old content replaced with new content, and mark the item as Done only after proof is captured.
- Gate 3 — Coverage Report: run a coverage validator and QA visual report to confirm all items are addressed.
- Use Cases: when Nick provides feedback ( verbally or via feedback/YYYY-MM-DD.md ), when running a QA loop after feedback, or when verifying that previous feedback was fully addressed.
Quick Start
Ingest a feedback file and run the plan-qa loop to triage items, apply fixes with proof, and generate a coverage report.