From hyperpowers
Resumes work from a markdown-based task plan directory by reading plan, context, and task files, then continues the current Now slice.
How this command is triggered — by the user, by Claude, or both
Slash command
/hyperpowers:execute-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the hyperpowers:executing-plans skill exactly as written. Resumption: - Re-open the active task directory in `plans/active/` - Read `plan.md`, `context.md`, and `tasks.md` - Continue only the current `Now` slice - Update the task docs before stopping again
Use the hyperpowers:executing-plans skill exactly as written.
Resumption:
plans/active/plan.md, context.md, and tasks.mdNow slicenpx claudepluginhub withzombies/hyperpowers --plugin hyperpowers/run-planExecutes a PLAN.md file via intelligent segmentation: fully autonomous, verify-only checkpoints, or decision-dependent. Spawns subagents and creates a SUMMARY.
/implImplements coding plan from specified plan-file directory using persistent markdown files (task_plan.md, findings.md, progress.md) for state, progress, and rules enforcement.
/executeExecutes tasks from a completed plan using isolated subagents, with checkpointing and crash recovery.
/execute-planExecutes tasks from a PLAN.md file with per-task atomic commits, creates a SUMMARY.md, and updates project state. Supports autonomous, segmented, and decision-dependent execution strategies.
/startCreates a file-based planning system for complex tasks, generating task_plan.md, findings.md, and progress.md to track progress across multiple steps.
/save-planExtracts the current conversation plan and task list, saves to a timestamped implementation file, and provides instructions for continuing in a new context.