executing-plans

Execute implementation plan tasks sequentially with verification after each task.

Updated Mar 17, 2017
One-click install
npx skills add https://github.com/dfmonaco/dotfiles --skill executing-plans-dfmonaco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/dfmonaco/dotfiles/tree/main/agents/.agents/skills/executing-plans
Command: npx skills add https://github.com/dfmonaco/dotfiles --skill executing-plans-dfmonaco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams turn a written implementation plan into disciplined action by executing tasks one-by-one, with explicit verification and review checkpoints to prevent drift from the plan.

Core Features & Use Cases

  • Plan-driven execution: Execute tasks one at a time from a written plan, with verification before marking complete.
  • Critical plan review: Read the full plan before editing to surface gaps or mismatches.
  • Real-time plan alignment: Surface plan deviations and halt progress until the issues are resolved.
  • Structured handoffs: Provide clear status updates and checkpoints to stakeholders at key milestones.

Quick Start

Begin by loading the full written plan and execute tasks one at a time with verification after each task.

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 written implementation plan without deviating from the original tasks?

Plan-driven execution works by loading the full written plan and processing tasks sequentially. It enforces task-by-task verification before marking items complete and halts progress to surface plan deviations rather than silently modifying the plan.

What is task-by-task verification in a development workflow?

Task-by-task verification is a plan-driven execution mechanism where each implementation task is executed and explicitly verified before moving to the next. This prevents drift by enforcing review checkpoints and halting progress when deviations occur.

Can I use automated plan execution for infrastructure changes and documentation updates?

Yes, automated plan execution applies to any project with a predefined plan, including infrastructure changes and documentation updates. It sequentially executes and verifies each task to ensure disciplined action and prevent drift from the original plan.

What is the best way to manage plan deviations during software development?

The best way to manage plan deviations during software development is to surface them immediately and halt progress until resolved. This real-time plan alignment prevents silent modifications and enforces strict adherence to the written implementation plan.

Do I need a predefined plan before starting task execution?

Yes, a predefined plan is required. The process mandates loading a full written implementation plan first, performing a critical review to surface gaps or mismatches, and then executing tasks sequentially with explicit verification checkpoints.

How do I provide structured handoffs to stakeholders during plan execution?

You provide structured handoffs by establishing clear status updates and checkpoints at key milestones during plan execution. This ensures stakeholders receive progress updates after verified task completion and reviewed plan alignment.