Interactively audit prompt file for redundancy and unnecessary content
/plugin marketplace add bryonjacob/aug/plugin install bryonjacob-aug-core-aug-core@bryonjacob/augAudit prompt file (command/skill/agent) for YAGNI and DRY violations. Interactive section-by-section review. ## Instructions ### 1. Load File Get file path from user. Read file. ### 2. Create Outline Parse file structure: - Frontmatter (name, description) - H2 sections (## Title) - H3 subsections (### Title) - Content blocks (lists, prose, code) Present outline: ### 3. Analyze Each Section For each section, create logical breakdown: **Content type classification:** - Rule: "MUST do X" / "NEVER do Y" - Instruction: "Do X, then Y" - Example: Demonstration of concept - Explanation: W...