What problem does it solve?
AI coding agents often jump straight into writing code without understanding project conventions, producing generic output that requires heavy rework. This Skill enforces a plan-first workflow so every implementation starts from shared understanding and explicit approval.
Core Features & Use Cases
- Context Discovery: Invokes oac:context-discovery to load project standards and patterns before proposing an approach.
- Approval Gate: Blocks all code changes until the user explicitly approves a lightweight proposal covering what, how, assumptions, and affected files.
- Smart Handoff: Routes simple tasks (1-3 files) directly to implementation and complex work (4+ files) to oac:task-breakdown for subtask planning.
- Use Case: A developer asks the agent to add a new API endpoint. Instead of immediately generating code, the agent discovers the project's validation and ORM patterns, proposes a short plan referencing those standards, and waits for approval before implementing.
Quick Start
Ask the agent to implement a feature and it will propose an approach for your approval before writing any code.