What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows and missed process steps. This Skill establishes a mandatory rule that relevant skills must be invoked before any response, clarifying question, or codebase exploration. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires checking for and invoking applicable skills before any action, with a red-flags table that counters common rationalizations for skipping them. - Skill Priority Ordering: Directs process skills (like brainstorming or systematic-debugging) to run before implementation skills when multiple skills apply. - Cross-Platform Tool Mapping: Ships reference files mapping generic skill actions (dispatch subagent, create todo, read file) to concrete tools on Codex, Gemini CLI, Antigravity, Pi, and Hermes Agent. - Use Case: When a user says "fix this bug", the agent invokes the systematic-debugging skill first instead of immediately editing code, ensuring a disciplined debugging process. ## Quick Start Start any conversation by checking which skills apply to my request and invoke the relevant one before responding.