What problem does it solve? AI agents often skip available skills and improvise answers, producing inconsistent or undisciplined work. This Skill establishes a mandatory rule: check for and invoke relevant skills before any response, including clarifying questions or codebase exploration. ## Core Features & Use Cases - Mandatory Skill-First Rule: Requires invoking any potentially applicable skill before responding, exploring files, or asking questions, with an explicit list of rationalization red flags to stop. - Skill Priority Ordering: Directs process skills (brainstorming, systematic-debugging) to run before implementation skills when multiple skills apply. - Platform Adaptation: Ships reference files mapping generic skill actions (subagent dispatch, todo tracking) to concrete tools on Codex, Pi, and Antigravity harnesses. - Use Case: When a user says "fix this bug", the agent invokes the systematic-debugging skill first rather than jumping straight into editing code. ## Quick Start Start any conversation by checking which skills apply to the request and invoke the matching skill before responding.