What problem does it solve? AI coding agents often skip available skills and respond directly, leading to undisciplined, inconsistent behavior. This Skill establishes a mandatory workflow that forces the agent to check for and invoke relevant skills before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially relevant skill (even at 1% likelihood) before responding or acting. - Cross-Platform Tool Mappings: Provides reference guides mapping generic skill actions to concrete tools in Claude Code, Codex, Copilot CLI, Gemini CLI, Pi, and Antigravity. - Priority and Discipline Rules: Defines instruction priority (user instructions over skills over system defaults), skill-type distinctions (rigid vs flexible), and red-flag rationalizations to avoid. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the systematic-debugging skill rather than jumping straight into edits, ensuring a disciplined workflow. ## Quick Start Ask your AI agent to start any task and it will check for applicable skills and invoke them before responding.