What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows and missed process guidance. 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. - Skill Priority Ordering: Defines that process skills (like brainstorming or systematic-debugging) run before implementation skills when multiple skills apply. - Cross-Platform Tool Mapping: Ships reference files mapping generic skill actions (dispatch subagent, create todo, read file) to concrete tools on Codex, Gemini CLI, Antigravity, Hermes Agent, and Pi. - Use Case: When a user says "fix this bug", the agent first invokes the systematic-debugging skill before touching any code, ensuring a disciplined debugging process. ## Quick Start Start a new conversation and let this skill check for applicable skills before answering any request.