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 located and invoked before any response, clarifying question, or file exploration. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires checking for and invoking applicable skills before any action, with a red-flags table that catches common rationalizations for skipping them. - Skill Priority Ordering: Defines how process skills (brainstorming, systematic-debugging) run before implementation skills, and where six vendored template skills slot into that ordering. - Cross-Platform Tool Mapping: Ships reference files mapping generic skill actions (dispatch subagent, create todo, read file) to concrete tools on Claude Code, Codex, Copilot CLI, Gemini CLI, Antigravity, and Pi. - Use Case: An agent starting a session in a multi-runtime repository loads this Skill first, announces which skill applies to the user's request, and follows that skill's checklist instead of improvising. ## Quick Start At the start of any conversation, invoke the relevant skill before responding and announce which skill you are using and why.