executing-plans

Execute implementation plans task-by-task with review checkpoints and blocker detection.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill executing-plans-haryelramalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/haryelramalho/skills/tree/main/skills/community/executing-plans
Command: npx skills add https://github.com/haryelramalho/skills --skill executing-plans-haryelramalho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you carry out an existing implementation plan without improvising, while pausing for review when the plan has gaps, blockers, or unclear steps.

Core Features & Use Cases

  • Plan Review: Critically evaluates the plan before execution and raises concerns early.
  • Stepwise Delivery: Works through tasks in order, marking progress and running the required checks at each stage.
  • Blocker Management: Stops when dependencies fail, instructions are unclear, or verification does not pass.
  • Use Case: Use this when a detailed plan already exists and you need structured execution with review checkpoints and a clean finish.

Quick Start

Ask the assistant to execute the plan in the provided file, review it critically, and report any blockers before starting.

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 without missing critical review steps?

To execute a development plan critically, this Skill processes tasks step-by-step in a separate session, enforcing verification checks and structured progress tracking. It pauses execution for review when encountering unclear instructions or gaps in the plan.

What happens to workflow execution when a dependency fails or a plan blocker is detected?

When a dependency fails or a blocker is detected during workflow execution, the process stops immediately. This stop-when-blocked behavior ensures dependencies are resolved and instructions clarified before proceeding further.

Do I need a fully detailed implementation plan before starting task execution?

Yes, you need a fully detailed implementation plan before starting task execution. This Skill evaluates existing plans critically and raises concerns early, but does not generate the initial development plan itself.

How are git checkpoints handled during stepwise plan delivery?

Git checkpoints during stepwise plan delivery are managed through task-by-task progress tracking and explicit verification steps. After passing checks, it coordinates a disciplined handoff into branch finishing workflows.

What is the best way to manage subagents during a structured plan execution?

The best way to manage subagents during structured plan execution is coordinating them within a separate session that enforces stepwise delivery. This setup handles critical review, blocker detection, and disciplined handoffs without improvisation.