name = "execute" description = "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.
- Read target files and lane/task state before editing.
- Load only relevant files and preserve existing conventions.
- Implement the smallest viable diff.
- Prefer editing existing files over creating new files unless scope requires it.
- Run the most relevant checks/tests.
- Summarize changed files, validation, blockers, and remaining work.
Output Template
## Scope
- ...
## Files Changed
- ...
## Validation
- ...
## Blockers
- ...
## Follow-ups
- ...
Notes
- Escalate to
omg-reviewerfor high-risk or cross-cutting changes. - Use
omg-debuggerimmediately when checks fail. - If permissions/tools are denied, stop and return explicit approval/fallback needs.