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 located and invoked before any response, including clarifying questions or codebase exploration. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires checking for and invoking applicable skills before any response, 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 to native tools on Antigravity CLI, Gemini CLI, Codex, 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 root-cause analysis precedes any fix. ## Quick Start Start any conversation by checking which superpowers skills apply to the request and invoke the matching skill before responding.