with one click
execute
Implement an approved spec or clearly defined piece of work.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Implement an approved spec or clearly defined piece of work.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run a task autonomously with reversible defaults and a reviewable handback.
Turn an idea into an approved implementation spec through collaborative design.
Inspect and commit the intended local changes cleanly.
Diagnose bugs, test failures, and unexpected behavior from evidence before changing code.
Isolate independent or context-heavy work when parallelism or fresh context materially improves the task.
Capture hard-won engineering knowledge in durable project documentation.
| name | execute |
| description | Implement an approved spec or clearly defined piece of work. |
| disable-model-invocation | true |
Implement the scope the user explicitly authorized. Invocation is approval to begin ordinary in-scope implementation; do not ask the user to approve entering the workflow again.
Read the approved spec or supplied requirements, project instructions, relevant code, and current worktree state. Resolve ordinary reversible implementation details yourself. Ask only when a missing decision would materially change architecture, scope, risk, or an irreversible action.
Break multi-part work into dependency-ordered tasks. Keep a small change inline. Use meridian:delegate only for genuinely independent or context-heavy work where isolation materially improves execution; agent count is not evidence of diligence.
For each task:
meridian:debug rather than stacking speculative patches.Run the relevant full project checks after focused verification. Formal meridian:review and meridian:commit are separate user-owned flows; do not invoke them automatically.
Report:
An unrelated pre-existing failure is reported accurately but does not change the headline unless it prevents verification of the requested work.
When a spec exists, append one pickup-ready entry after each verified task and one completion entry at the end. Record outcomes, decisions not obvious from the diff, deviations, and open concerns. Do not turn the log into a tool-call journal. Do not stage or commit the spec.