ワンクリックで
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | executing-plans |
| description | Use when you have a written implementation plan to execute in a separate session with review checkpoints |
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill.
For each task:
Note on Commits: Do not commit after every individual step or task unless specifically instructed to isolate a dependency installation. Group related tasks into a single cohesive commit at the end of the feature implementation.
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
Enforce UI design system rules for a soft, friendly consumer app using Tailwind CSS and shadcn/ui. Activate when building any UI component, page, layout, or screen — even for small tasks like "add a button", "style this card", "create a form", or "make this look better". Also triggers on any mention of colors, spacing, typography, components, or visual styling. Always use this skill before writing any JSX, className, or shadcn import.
Use when you have a spec or requirements for a multi-step task, before touching code