executing-plans
Use when an implementation plan already exists. Execute it in a separate session with review checkpoints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when an implementation plan already exists. Execute it in a separate session with review checkpoints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update the per-session intent ledger for every user input and provide current intent as semantic context consumed by gates, skill-evolution, and jailbreak-detector. Keep intent summaries without storing raw prompts.
Use when the user asks about skill upgrades, update recommendations, or an evolution backlog; analyze io-trace and conduct_feedback to produce report-only evolution candidates. No automatic edits.
Use when implementing a known feature, bug fix, or refactor with a resolved behavior contract. Requires a failing test before production code; use discovery first when the target or premise is unknown.
Use at the start of every coding or development conversation. Defines how to find and invoke coding-convention family skills. Requires relevant skills before any response, including clarification questions.
Runs after session-intent-analyzer and jailbreak-detector/downstream gate as their consumer. Decomposes the request and routes output, verification, lifecycle, and boundary skills without owning intake, raw intent inference, or tool permission.
Use before claiming completion, fixes, passes, commits, or PR creation. Requires running verification commands and reading their output before making success claims. Evidence always comes before claims.
| name | executing-plans |
| description | Use when an implementation plan already exists. Execute it in a separate session with review checkpoints. |
| calls | ["hard:finishing-a-development-branch","hard:using-git-worktrees"] |
| compatibility | ["Python 3.11+ standard library"] |
Load the plan, review it critically, execute every task, and report on completion.
Announce at the start: "I'm using the executing-plans skill to implement this plan."
Note: when running on a platform that supports subagents (Claude Code, Codex, and so on), use coding-convention:subagent-driven-development instead of this skill. Execution efficiency is much higher in an environment with subagent access.
For each task:
If execution or verification proves the plan's scope, order, expected behavior, or task wording is wrong, update the plan before continuing. The plan is the current execution contract, not a log of earlier attempts.
When every task is completed and verified:
Stop execution immediately in the following situations:
Asking clearly is better than guessing.
When returning to review (Step 1):
Do not force your way through a blocking situation. Stop and ask.
Required workflow skills: