When you have a written implementation plan that needs to be executed step by step with checkpoints, this skill loads it, reviews it critically for dependency issues and unclear validation criteria, then works through each task with explicit verification before moving on. It enforces a disciplined rhythm: mark in progress, implement, run tests, commit with task number, mark complete. The process includes batch review checkpoints every three tasks and clear rules for when to stop and ask for help rather than guess. Works best with subagent support, and it specifically calls out to use subagent-driven-development instead if available. Treats plans as contracts to follow, not suggestions to interpret.
npx skills add https://github.com/jnmetacode/superpowers-zh --skill executing-plans