quality-weapon
Installation
SKILL.md
quality-weapon
The Weapon that equips quality-guardian to audit completed implementations against their source plan documentation. The Guardian reads a plan, reads the diff, and produces a structured findings report classified by severity.
This SKILL.md is a navigation layer. Each step below points to a focused guide. Read the guide before acting on its step.
When to invoke
Invoke quality-guardian with this Weapon when:
- A plan's implementation work is complete and ready for the final review pass.
security-guardianhas already run (or will run first — see below).- The user says any of: "QA this", "audit this", "check the plan against the code", "run quality-guardian", "verify the PRD was built", "is this done?".
Do not invoke before security-guardian. If quality-guardian detects it ran first, it flags the ordering violation and recommends re-running after security fixes land. Security fixes invalidate QA snapshots. See guides/00-principles.md.