executing-plans

Execute written plans stepwise with verification and completion reporting.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill executing-plans-blackroad-os-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/BlackRoad-OS-Inc/blackroad-operator/tree/main/agents/superpowers/skills/executing-plans
Command: npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill executing-plans-blackroad-os-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of turning a written plan into an auditable, step-by-step execution with progress tracking and completion reporting.

Core Features & Use Cases

  • Plan review: load and critically review a plan before execution.
  • Deterministic execution: follow plan steps in order with explicit status updates (in_progress, completed).
  • Verification & reporting: run verifications after each step and publish a final completion report.
  • Subskill integration: coordinates with related skills such as using-git-worktrees, writing-plans, and finishing-a-development-branch to enable end-to-end development workflows.

Quick Start

Load the plan file, review it for questions, and begin executing tasks in order with verifications.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate task execution for a written development plan?

You can automate stepwise execution of a written plan by loading the plan file and following tasks in order with explicit state transitions. This process runs deterministic task execution with verifications after each step and publishes a final completion report.

What is plan-driven development workflow with stepwise task execution?

Plan-driven development workflow is an approach that turns a written plan into an auditable, step-by-step execution. It requires critical plan review and tracks progress using explicit status updates like in_progress and completed for each task.

How do I track progress and verify completion of development plan steps?

To track progress and verify completion, follow plan steps in order and run verifications after each step. This method records explicit status updates for tasks and generates a final completion report to confirm all steps are safely executed.

Does executing a plan require integration with git worktrees and development branches?

Executing a plan does not strictly require worktrees, but it coordinates with sub-skills like using-git-worktrees and finishing-a-development-branch. This integration enables safe, end-to-end development workflows with isolated task execution.

Can I review a plan for questions before starting task execution?

Yes, you can review a plan for questions before execution. The workflow requires critically reviewing the loaded plan to identify issues, ensuring deterministic task execution proceeds safely only after the plan is validated.