executing-plans

Execute written plans in controlled task batches with review checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability helps teams implement detailed written plans by translating them into controlled, auditable task executions with built-in checkpoints.

Core Features & Use Cases

  • Load and critically review a plan, raising questions before execution.
  • Execute tasks in batches (default first 3) with in_progress and completed statuses.
  • Report batch results and await feedback before continuing to the next batch.
  • Complete development using the finishing workflow and guardrails.

Quick Start

Load your plan file, review for concerns, and begin the first batch of three tasks.

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

Batch-based plan execution automates implementing written plans by processing tasks in controlled batches with in_progress and completed statuses. It pauses after each batch to report results and await feedback before continuing to the next set of tasks.

How does batch plan execution handle blockers during development workflows?

Blocker handling in plan execution stops the current batch workflow and raises issues through structured reporting. The process awaits feedback and issue resolution before resuming task execution, ensuring development stays controlled and auditable.

Can I use git-worktrees when executing plans across multiple batches?

Plan execution integrates with version control workflows including git-worktrees to manage batch-based task implementation. This allows controlled development across isolated branches while maintaining verification and review checkpoints between each batch.

What is the best way to verify completed tasks when executing a development plan?

Task verification occurs automatically after each batch execution step. The workflow enforces verification checks and reports batch results with in_progress and completed statuses before prompting for review and allowing the next batch to proceed.

Does plan execution support reviewing concerns before starting the first batch?

Plan execution enforces plan loading and critical review before any tasks begin. It reads the written plan, raises questions or concerns about the proposed development workflow, and only starts executing the first batch of three tasks after review.

When should I avoid batch-based plan execution for development tasks?

Batch-based execution is not suited for unstructured or ad-hoc development work lacking a written plan. It requires a detailed plan file to load and review, enforcing structured batch execution, verification, and guardrails that may constrain rapid prototyping workflows.