What problem does it solve? AI coding agents often skip available skills and improvise workflows from scratch, leading to inconsistent results. This Skill establishes a mandatory startup protocol that forces the agent to check for and invoke relevant skills before any response, including clarifying questions or codebase exploration. ## Core Features & Use Cases - Mandatory Skill-First Rule: Requires invoking any potentially applicable skill before responding, with a red-flags table that counters common rationalizations for skipping skills. - Skill Priority Ordering: Directs process skills (brainstorming, systematic-debugging) to run before implementation skills when multiple skills apply. - Cross-Platform Tool Mapping: Ships reference guides translating Claude Code tool names to Codex, Copilot CLI, and Gemini CLI equivalents, including subagent dispatch conventions. - Use Case: A user asks the agent to fix a bug; instead of diving into files, the agent first invokes the systematic-debugging skill, then follows its structured workflow on the correct platform. ## Quick Start Start a new conversation and ask the agent to fix a bug, then confirm it announces and invokes the systematic-debugging skill before taking any action.