What problem does it solve? When a bug slips through the Vibe-IC plugin's gates and reaches RTL or hardware, fixing only that one bug leaves the plugin blind to the entire class of similar defects. This Skill captures the underlying general capability gap as a structured, IC-agnostic backlog item so the plugin can be hardened against the whole class of bugs. ## Core Features & Use Cases - Root-cause review workflow: Guides the agent to test existing gate programs against the buggy RTL and classify the gap as bug, issue, or enhancement. - Generality enforcement: Requires stripping all vendor, chip, and project-specific details so the backlog describes a reusable pattern, not a one-off defect. - Deterministic sanitization and compliance gates: Runs backlog_sanitize_check.py, defect artifact snapshotting, issue-body linting, and a final skill_compliance_check.py audit before any submission. - Use Case: After discovering that a wake-clear signal had only one reset path and the plugin's gate only warned, use this Skill to file a generalized enhancement backlog proposing the WARN be escalated to ERROR, optionally submitting it as a GitHub issue with user consent. ## Quick Start Ask the agent to record a community backlog item for the plugin gap just discovered in this design session and run the sanitize check before submitting.