execute
Implement a scoped task quickly and safely, then validate and summarize changes.
Purpose
Use this skill when the task is implementation-ready and requires code changes now.
Trigger
- User asks to implement, refactor, or fix code directly
- A plan already exists and a specific phase is selected
Workflow
- Confirm exact scope and acceptance criteria.
- Load only relevant files and preserve existing conventions.
- Implement the smallest viable diff.
- Run the most relevant checks/tests.
- Summarize changed files, validation, and remaining work.
Output Template
## Scope
- ...
## Files Changed
- ...
## Validation
- ...
## Follow-ups
- ...
Notes
- Escalate to
omi-reviewerfor high-risk or cross-cutting changes. - Use
omi-debuggerimmediately when checks fail.