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 Rules: Defines ordering so process skills (like brainstorming or systematic-debugging) run before implementation skills. - Platform Adaptation: Ships reference files mapping generic skill actions (subagent dispatch, task tracking) to concrete tools on Codex, Gemini CLI, Pi, Antigravity, and Hermes Agent. - Use Case: When a user says "fix this bug", the agent first invokes the systematic-debugging skill rather than jumping straight into editing code. ## Quick Start Start any conversation by invoking the relevant skill before responding, then announce which skill you are using and follow it exactly.