executing-plans

from obra/superpowers scored 2026-07-07

Executes a written plan with review checkpoints: batch-by-batch progress, verification per step, and stop points for feedback.

Skill scores
scored 2026-07-07 · rubric
Skill Leverage78
Reliability82
Evaluation Readiness66
Safety / Governance78

Anatomy

Parent repoobra/superpowers
Pathskills/executing-plans
Trigger conditions"Use when you have a written implementation plan to execute in a separate session"
Instruction formatyaml-frontmatter-md
Required toolsshell, file-edit
Reusabilityuniversal
Complexitymedium
Ships scripts / examples / tests / boundariesno / yes / no / yes

Failure modes

Checkpoint cadence is fixed by the plan's batching; poorly batched plans produce checkpoints that are either noise or too sparse to catch drift.

Verdict

Completes the loop that writing-plans opens. Deviation-handling instructions (stop, report, adjust) are the differentiator; most execution instructions omit them.

Related skills

Frequently asked questions

What does the executing-plans skill do?

Executes a written plan with review checkpoints: batch-by-batch progress, verification per step, and stop points for feedback.

When does executing-plans trigger?

Its stated trigger: "Use when you have a written implementation plan to execute in a separate session". Trigger precision is a scored reliability dimension.

Go deeper