What problem does it solve? AI agents often skip available skills and improvise answers, leading to inconsistent workflows and missed process discipline. This Skill establishes a mandatory protocol that forces the agent to check for and invoke relevant skills before responding to any user message. ## Core Features & Use Cases - Mandatory Skill Check: Requires invoking any potentially relevant skill before responding, even for clarifying questions or simple tasks. - Decision Flowchart: Provides a visual decision graph covering skill invocation, announcement, checklist handling, and TodoWrite task creation. - Priority and Red-Flag Rules: Defines ordering between process skills (brainstorming, debugging) and implementation skills, plus a table of rationalization patterns to avoid. - Use Case: When a user asks an agent to fix a bug, the agent first invokes the debugging skill, announces its use, and follows the skill's checklist instead of jumping straight into code edits. ## Quick Start Ask the agent to start any task and it will check for applicable skills, invoke them, and announce which skill it is using before responding.