What problem does it solve? AI agents often skip available skills and respond directly, missing established workflows. This Skill establishes a mandatory protocol requiring the agent to check for and invoke relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially applicable skill (even at 1% relevance) before responding or acting. - Priority Rules: Defines instruction precedence (user instructions over skills over system defaults) and skill ordering (process skills before implementation skills). - Cross-Platform Tool Mapping: Provides reference tables mapping Claude Code tools to Codex and Gemini CLI equivalents. - Use Case: When a user asks to fix a bug, the agent first invokes the debugging skill rather than jumping straight into code edits, ensuring disciplined workflows like TDD are followed. ## Quick Start Start a new conversation and ask the agent to follow the superpowers skill protocol before responding to any task.