ワンクリックで
executing-plans
Use when you have a written implementation plan and need to execute it directly in the current session on main/master
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when you have a written implementation plan and need to execute it directly in the current session on main/master
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when implementation is complete to verify and finalize work directly on main/master
Use when implementing small or low-complexity changes with minimal ceremony — modular, domain-centered behavior, clear separation from infrastructure, and practical SOLID guardrails without full hex/DDD layering
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use before writing an implementation plan — recommend lightweight vs heavyweight (hex-infra, DDD depth) from signals, confirm with the user, and record the decision for execution
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Use when you have a spec or requirements for a multi-step task, before touching code
| name | executing-plans |
| description | Use when you have a written implementation plan and need to execute it directly in the current session on main/master |
Load plan, review critically, execute all tasks directly in the current session, and report completion.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Branch policy (required): Execute only on main or master. Do not create feature branches, do not use git worktrees, and do not dispatch subagents.
Implementation policy (required):
**Architecture:** line. It must indicate Lightweight or Heavyweight and which primary skill applies (lightweight-software-principles or hex-infra).Approach=Lightweight|Heavyweight or equivalent), stop and run superpowers:selecting-implementation-architecture with the user, then update the plan header before continuing.superpowers:test-driven-development for RED-GREEN-REFACTOR.superpowers:lightweight-software-principles (lightweight) or superpowers:hex-infra (heavyweight) for structure and boundaries — as recorded in the plan.main or master (git branch --show-current)**Architecture:** for Lightweight vs Heavyweight; if missing or ambiguous, run superpowers:selecting-implementation-architecture and reconcile the planFor each task:
superpowers:hex-infra (handlers, ports, adapters, domain craftsmanship)superpowers:lightweight-software-principles (modular, domain-centered, thin edges); classify command vs query only when it clarifies the changeAfter all tasks complete and verified:
main/master now or leave them uncommittedSTOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
main/masterlightweight-software-principles or hex-infra)Required workflow skills: