What problem does it solve? AI agents often skip available skills and improvise answers, producing inconsistent results. This Skill establishes a mandatory workflow that forces the agent to check for and invoke relevant skills before responding, asking clarifying questions, or exploring a codebase. ## Core Features & Use Cases - Mandatory Skill-First Rule: Requires invoking any potentially relevant skill before any response, with a red-flags table that catches common rationalizations for skipping skills. - Skill Priority Ordering: Defines that process skills (like brainstorming or systematic-debugging) run before implementation skills when multiple skills apply. - Cross-Platform Tool Mapping: Ships reference files that translate skill actions (subagent dispatch, task tracking, file operations) into the native tools of Codex, Gemini CLI, Pi, Antigravity, and Hermes Agent. - Use Case: When a user says "fix this bug", the agent invokes the systematic-debugging skill first instead of jumping straight into editing files. ## Quick Start Ask the agent to start any task and it will check for applicable skills and announce which one it is using before responding.