executing-plans

Execute implementation plans with per-task validation and review checkpoints.

8|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/dxc-danny/superpowers-cn --skill executing-plans-dxc-danny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/dxc-danny/superpowers-cn/tree/main/skills/executing-plans
Command: npx skills add https://github.com/dxc-danny/superpowers-cn --skill executing-plans-dxc-danny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load and execute a written implementation plan in a separate session with review checkpoints, ensuring strict adherence and traceable progress.

Core Features & Use Cases

  • Load a plan, review for issues, then execute tasks with per-task status tracking, validation, and completion reporting.
  • Coordinate with subagents when available to improve quality and reduce risk.
  • After all tasks are done, trigger the finishing-a-development-branch workflow to tidy up.

Quick Start

Say go to start executing the loaded plan and monitor checkpoints as tasks complete.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a written implementation plan with automated quality-assurance checkpoints?

Plan execution is managed in a controlled session with per-task status tracking, validation, and completion reporting. It applies review checkpoints to ensure strict adherence and traceable progress throughout the development workflow.

What is the best way to coordinate subagents during a development workflow?

Coordinating subagents during a development workflow improves quality and reduces risk by distributing tasks. This Skill integrates subagent coordination when available to execute plan tasks with rigorous verification before finalizing progress.

Do I need a pre-written implementation plan before starting plan execution?

Yes, you need a pre-written implementation plan to load into the session. The Skill reviews the loaded plan for issues and then executes tasks sequentially with systematic progress reporting and validation.

How does plan execution finalize a development branch after all tasks are done?

Plan execution finalizes a development branch by triggering the finishing-a-development-branch workflow. This tidies up the branch after all tasks are completed, validated, and reported through the established review checkpoints.

Can I use git-worktrees with this plan execution workflow?

Git-worktrees are supported as part of the development workflow for executing plans in a controlled session. The Skill applies review checkpoints and validation to tasks executed within this isolated environment.