원클릭으로
execute
Implement an approved spec or clearly defined piece of work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement an approved spec or clearly defined piece of work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.