What problem does it solve? Agents often skip available skills and answer directly, missing established workflows and producing inconsistent results. This Skill establishes a mandatory check-then-act rule so relevant skills are invoked before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill (even at 1% likelihood) before responding or acting. - Decision Flowchart: Provides a graphviz flow from user message through skill invocation, checklist handling, and final response. - Rationalization Detection: Lists twelve red-flag thoughts that signal an agent is skipping the skill check. - Priority Ordering: Defines that process skills (brainstorming, debugging) run before implementation skills. - Use Case: When a user asks to fix a bug, the agent invokes the debugging skill first rather than jumping straight into code edits. ## Quick Start Invoke this skill at the start of any conversation to enforce checking and using relevant skills before responding.