executing-plans

Load, review, and execute written plans with verification checkpoints.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill executing-plans-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/superpowers/executing-plans
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill executing-plans-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load a written plan, review it critically, and execute tasks with review checkpoints to ensure quality and traceability.

Core Features & Use Cases

  • Plan loading and review: Import, critique, and confirm a plan before execution.
  • Task execution with verifications: Run each task with in-progress and completed statuses and validations.
  • Guardrails and handoffs: Stop on blockers, escalate when needed, and finish development via sub-skills.

Quick Start

Load the plan, review it critically, and execute all tasks step by step with verifications, stopping for blockers as needed.

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 with review checkpoints?

Subagents parallelize tasks during plan execution by engaging them to handle individual development branch tasks concurrently, while the main workflow enforces structured guardrails, verifications, and review checkpoints.

What is the best way to prevent workflow drift when executing project tasks?

When a blocker is encountered during task execution, the workflow stops execution immediately and escalates the issue, preventing drift and ensuring safe handling before proceeding with subsequent tasks.

Can I use subagents to parallelize tasks in a software development workflow?

Subagents parallelize tasks during plan execution by engaging them to handle individual development branch tasks concurrently, while the main workflow enforces structured guardrails, verifications, and review checkpoints.

How do you handle a blocker when executing a structured task plan?

When a blocker is encountered during task execution, the workflow stops execution immediately and escalates the issue, preventing drift and ensuring safe handling before proceeding with subsequent tasks.

Do I need a written plan before starting task execution with verifications?

A written plan is required before execution because the workflow loads, critiques, and confirms the plan first, ensuring all subsequent tasks run with proper verifications and traceability.