From hyperpowers
Executes approved local markdown task directories iteratively: loads plan.md/context.md/tasks.md, works 1-2 Now items, researches/updates docs, verifies changes, stops for review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyperpowers:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<skill_overview>
<skill_overview>
Execute in short reviewed slices. plan.md keeps intent stable; tasks.md keeps execution adaptive.
</skill_overview>
<rigidity_level>
LOW FREEDOM - Load the task docs, work only 1-2 Now items, update the docs immediately, then stop for review.
</rigidity_level>
<quick_reference>
| Step | Action | Output |
|---|---|---|
| 1 | Load plan.md, context.md, tasks.md | Current truth |
| 2 | Work 1-2 Now items | Implementation slice |
| 3 | Research the next slice | 3+ sources before promoting new work |
| 4 | Update docs | New discoveries and task status |
| 5 | Verify changed behavior | Evidence |
| 6 | Stop | Review checkpoint |
Critical: Do not silently continue through the whole backlog in one pass. </quick_reference>
<when_to_use>
<the_process>
If resuming:
plans/active/Now or the Resume Here sectionRead:
plan.md for goals, anti-goals, and acceptance checkscontext.md for discoveries and resume notestasks.md for the active sliceNow itemsAfter each slice:
DoneBlocked with a reasonNowcontext.md with discoveries and resume notesBefore promoting new items into active work, collect at least 3 current internet sources about best practices for that specific slice and record them in context.md.
Use a real web-search tool call or the internet-researcher agent. Do not rely on memory for best-practice guidance.
Summarize:
Now<why_it_fails>
<why_it_fails>
npx claudepluginhub withzombies/hyperpowers --plugin hyperpowersExecutes implementation plans from tasks.md files with plan review, batch task processing, verifications, and code review checkpoints.
Distills approved spec's plan.md into context.md and rolling tasks.md backlog with codebase verification, task research, and concrete Now/Next/Later slices. Use post-spec approval.
Executes tasks from PLAN.md sequentially with human oversight, handling task splitting, clarifying questions, tests, and learning persistence. Useful for deliberate progress on planned work.