executing-plans

Load, review, and execute written plans with checkpoints and status tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rcliment1987/skills-bimsmarter --skill executing-plans-rcliment1987
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/rcliment1987/skills-bimsmarter/tree/main/superpowers/skills/executing-plans
Command: npx skills add https://github.com/rcliment1987/skills-bimsmarter --skill executing-plans-rcliment1987

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end plan execution by loading a written plan, critically reviewing it, and executing tasks with formal checkpoints and status reporting.

Core Features & Use Cases

  • Load and review plans to identify risks and questions before execution.
  • Drive tasks in sequence, update statuses, and perform verifications for each step.
  • Support handoffs to finishing workflows (e.g., finishing-a-development-branch) after all tasks complete.

Quick Start

Provide a plan file and trigger this skill to load the plan and begin stepwise execution.

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 development plan step by step with verification?▼

Plan execution works by loading a written plan, critically reviewing it for risks, and driving tasks in sequence with status tracking and verifications. It creates a TodoWrite to monitor progress and performs formal checkpoints after each step.

What is the best way to track task status during structured plan execution?▼

The best way to track task status during structured plan execution is using a TodoWrite to monitor each step. The workflow updates statuses sequentially, performs verifications for completed tasks, and maintains formal checkpoints throughout the development process.

How do I review a written development plan for risks before starting execution?▼

Reviewing a written development plan for risks involves loading the plan file and critically evaluating its contents to identify questions and potential issues before execution. This pre-execution phase ensures risks are mitigated before driving tasks in sequence.

Can I use git-worktrees with a stepwise plan execution workflow?▼

Yes, you can use git-worktrees with a stepwise plan execution workflow. The execution process supports development contexts using git-worktrees, allowing isolated task execution, verification, and structured handoffs to finishing workflows upon completion.

How do I transition to a finishing workflow after all development tasks complete?▼

To transition to a finishing workflow after development tasks complete, execute all plan steps with verification checkpoints until statuses are complete, then trigger a structured handoff. This supports downstream processes like finishing a development branch.