What problem does it solve?
Ingests a pasted feedback document into a repository's QA system. It extracts discrete, testable rules from unstructured feedback (client notes, review comments, QA observations), appends them to the repo's qa-rules.md file, and saves the full feedback with rule mappings to a dated markdown log (feedback/YYYY-MM-DD.md). Use when someone pastes feedback, review notes, or client comments into chat and wants to: (1) convert feedback into QA rules, (2) detect repeated issues by scanning prior feedback logs, (3) trigger a QA-loop regression audit when repeats occur, (4) build a traceable record of what was flagged, (5) verify during the next QA loop that all items were addressed.
Core Features & Use Cases
- Extract discrete, testable QA rules from unstructured feedback.
- Detect repeats by scanning prior logs and QA rules, enabling regression audits.
- Write updated rules to qa-rules.md and log full feedback in feedback/YYYY-MM-DD.md.
Quick Start
Paste a feedback document into the chat and run ingestion to generate QA rules and a dated feedback log.