What problem does it solve? AI agents often skip available skills and answer directly, producing inconsistent or undisciplined results. This Skill establishes a mandatory workflow 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 Invocation: Requires checking for applicable skills before any response, with a red-flag table that catches common rationalizations for skipping them. - Skill Priority Rules: Defines ordering where process skills (brainstorming, systematic-debugging) run before implementation skills. - OpenSpec Routing: Resolves the current OpenSpec schema and artifact instructions first, governing skill selection, output paths, and lifecycle. - Use Case: When a user says "fix this bug", the agent invokes systematic-debugging first instead of jumping straight into editing code. ## Quick Start Start a new conversation and let the agent check for applicable skills before responding to your request.