What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows and missed process guidance. This Skill establishes a mandatory rule that relevant skills must be located and invoked before any response, clarifying question, or codebase exploration. ## Core Features & Use Cases - Mandatory Skill-First Rule: 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: Defines that process skills (brainstorming, systematic-debugging) run before implementation skills when multiple skills apply. - Cross-Platform Tool Mapping: Ships reference files mapping skill actions (subagent dispatch, task tracking) to concrete tools on Codex, Gemini CLI, Pi, and Antigravity harnesses. - 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 root-cause workflow. ## Quick Start Start any conversation by checking which skills apply to the request and invoke the matching skill before responding.