What problem does it solve? AI assistants often skip available skills and respond directly, missing workflows that would improve results. This Skill establishes a mandatory protocol requiring skill checks before any response, including clarifying questions. ## Core Features & Use Cases - Mandatory Skill Invocation: Requires invoking any potentially relevant skill (even at 1% likelihood) before responding or acting. - Decision Flowchart: Provides a graph-based workflow for deciding when to invoke skills, announce usage, and follow checklists via todo items. - Red Flag Detection: Lists common rationalizations (e.g., "this is just a simple question") that signal improper skill avoidance. - Skill Prioritization: Defines ordering rules where process skills (brainstorming, debugging) precede implementation skills. - Use Case: When a user asks to fix a bug, the assistant first invokes the debugging skill before exploring code, ensuring disciplined workflow execution. ## Quick Start Start any conversation by checking which skills apply to the user's request and invoke the relevant skill before responding.