What problem does it solve?
AI coding assistants often skip established workflows and produce generic output that ignores project patterns. This Skill ensures the agent checks for and loads relevant OAC skills before responding, so every task follows the defined process.
Core Features & Use Cases
- Mandatory Skill Gate: Requires invoking any potentially relevant OAC skill before responding, even for clarifying questions.
- Skill Routing Table: Maps tasks like debugging, test generation, code review, and task breakdown to the correct OAC skill with a defined priority order.
- Anti-Rationalization Guardrails: Lists common excuses for skipping skills and instructs the agent to treat them as red flags.
- Use Case: When a user asks to fix a bug, the agent loads the debugger skill first, then verification-before-completion, instead of jumping straight to a fix.
Quick Start
Start a session and ask the agent to build a feature, and it will load the OAC approach and context-discovery skills before writing any code.