What problem does it solve? AI assistants often skip available skills and respond directly, missing workflows that would improve results. This Skill establishes a mandatory check-then-invoke discipline so relevant skills are always loaded before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking the Skill tool before any response when there is even a 1% chance a skill applies. - Decision Flow Diagram: Provides a graph-based flowchart covering skill detection, announcement, checklist handling, and TodoWrite task creation. - Priority and Red-Flag Rules: Defines ordering between process skills (brainstorming, debugging) and implementation skills, plus a table of rationalization patterns to avoid. - Use Case: When a user asks to fix a bug, the assistant first invokes the debugging skill, announces its use, creates todos from its checklist, and only then proceeds with the fix. ## Quick Start Ask the assistant to check for and invoke any applicable skill before answering your next request.