What problem does it solve? Establishing a new reusable coding or compliance policy requires consistent structure across rationale, violation detection, and compliant-pattern documentation; this Skill scaffolds that entire three-tier standard with stable rule IDs and cross-tier consistency checks. ## Core Features & Use Cases - Three-Tier Standard Generation: Creates meta.md (rationale, exceptions, rule groups), scan.md (violation detection with quick scan and rule matrix), and write.md (compliant patterns and decision trees) from canonical templates. - Stable Rule ID Management: Enforces a unique uppercase prefix, rejects duplicate prefixes or rule IDs across all plugin standards, and generates per-rule detail guides under rules/. - Registry and Verification: Registers the standard in the plugin's standards INDEX.md and runs cross-tier consistency, link resolution, dependency-cycle, and plugin validation checks. - Use Case: A team wants to enforce a new logging policy across a plugin. Invoke this Skill with the plugin and standard name to produce the full standard directory, rule guides, and INDEX registration, ready for review. ## Quick Start Ask the agent to create a new standard named error-handling in the coding plugin with detail about structured logging requirements.