What problem does it solve? AI assistants often skip available skills and answer directly, missing established workflows. This Skill establishes a mandatory protocol that forces the assistant to check for and invoke relevant skills before responding, asking clarifying questions, or taking any action. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill (even at 1% likelihood) before any response, with a decision flowchart and a red-flags table to catch rationalizations. - Instruction Priority Model: Defines a clear hierarchy where user instructions (CLAUDE.md, GEMINI.md, AGENTS.md) override skills, and skills override default system behavior. - Cross-Platform Tool Mapping: Ships reference guides mapping Claude Code tools to Codex and Gemini CLI equivalents, including subagent and task-tracking differences. - Use Case: When a user asks to fix a bug, the assistant first invokes the debugging skill, announces which skill it is using, creates todos from the skill checklist, and only then proceeds with the fix. ## Quick Start Start a new conversation and ask the assistant to fix a bug, then confirm it invokes the relevant skill before responding.