What problem does it solve?
It prevents an upstream “execute plans” workflow from handing off to the wrong branch-finishing mechanism, so your work ends with devflow’s verification and PR/MR creation instead of an incompatible default flow.
Core Features & Use Cases
- Delegates execution to the upstream skill: Uses the upstream executing-plans logic for task-by-task execution discipline and tracking while passing arguments through.
- Forces the final handoff to devflow: Overrides only the terminal finish step to route completion into /devflow:finish-feature, ensuring verification, PR/MR creation, and Hindsight learnings happen coherently with devflow’s VCS workflow.
- Handles upstream skill discovery and renames: Attempts to locate superpowers:executing-plans, searches for renamed variants, optionally consults a cached changelog or generates one, and surfaces actionable errors if it cannot find the upstream skill.
- Supports incomplete-work transparency: Passes BLOCKED / NEEDS_CONTEXT style status from the upstream completion into devflow’s finish-feature so users understand what remains before PR/MR creation.
Quick Start
Use devflow:executing-plans when you have a step-by-step implementation plan and want the agent to complete tasks and then hand off to devflow:finish-feature for verification and PR/MR creation.