What problem does it solve?
Delegating implementation work to coding agents like Claude Code, Codex, or OpenClaw often produces scope drift, unvalidated changes, and diffs that are hard to trust. This Skill turns vague requests into bounded agent tasks with explicit ownership, acceptance criteria, and validation requirements.
Core Features & Use Cases
- Agent Brief Template: Defines the shipped outcome, owned and excluded files, forbidden actions, project context, and acceptance criteria before work starts.
- Review Checklist: Reviews agent diffs in priority order covering regressions, missing criteria, weak validation, scope drift, and security risks.
- Recovery Prompt: Stops a drifting agent and forces it to map every change back to the original acceptance criteria before further edits.
- Use Case: When asking an agent to add OAuth login, produce a brief that owns only src/auth and login routes, forbids edits to billing or migrations, and requires tests for success, denied OAuth, and linked accounts.
Quick Start
Ask the assistant to turn your implementation request into a bounded coding-agent brief with scope, acceptance criteria, and validation steps.