What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows and missed process discipline. This Skill establishes a mandatory protocol that forces the agent to check for and invoke relevant skills before responding, asking clarifying questions, or taking any action. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill (even at 1% relevance) before any response, including clarifying questions. - Priority Framework: Defines a clear hierarchy where user instructions (AGENTS.md, GEMINI.md) override skills, and skills override default system behavior. - Decision Flowchart: Includes a graphviz flow diagram governing when to invoke skills, announce usage, and convert checklists into todo items. - Use Case: When a user asks to fix a bug, the agent first invokes the debugging skill before exploring code, ensuring the disciplined workflow is followed instead of ad-hoc edits. ## Quick Start Ask the agent to start any task and it will check for applicable skills before responding.