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 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 or action, with a red-flags table that counters 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. - Platform Adaptation: Provides reference files mapping skill actions to tool equivalents for Codex, Pi, and Antigravity CLI harnesses. - Use Case: When a user says "fix this bug", the agent invokes the systematic-debugging skill first rather than immediately editing code, ensuring a disciplined diagnostic process. ## Quick Start Start any conversation by checking which skills apply to the task and invoke the relevant one before responding.