execute-plan

Execute plans end-to-end with structured progress tracking and auditable logs.

7|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/dmlguq456/claude_setting --skill execute-plan-dmlguq456
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/dmlguq456/claude_setting/tree/main/skills/execute-plan
Command: npx skills add https://github.com/dmlguq456/claude_setting --skill execute-plan-dmlguq456

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates end-to-end plan execution with structured progress tracking, log creation, and governance for complex automation workflows.

Core Features & Use Cases

  • Plan resolution and canonical path handling to locate plan files
  • Safe initialization of log directories and an auditable checklist for each execution
  • Delegation of plan steps to subagents with parallel execution where possible
  • Phase-level QA reviews and a final outcome report to guide next actions
  • Robust safety and rollback mechanics to handle failures and ensure traceability

Quick Start

Load and execute the specified plan file to manage phased execution with automated logging and subagent coordination.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I automate plan execution with trackable progress and auditable logging?

Automating plan execution with trackable progress involves orchestrating end-to-end workflows with structured logging and per-run checklists. This approach initializes safe log directories, delegates steps to subagents, and enforces rollback mechanics to ensure fully traceable outcomes.

What is the best way to manage parallel subagent delegation for complex automation workflows?

Managing parallel subagent delegation requires a structured execution framework that supports canonical plan resolution. It delegates plan steps to subagents for parallel execution where possible, followed by phase-level QA reviews to guide subsequent actions.

How do I set up safe initialization for log directories and checklists in an automation workflow?

Safe initialization for log directories and checklists is handled automatically during plan execution setup. It creates an auditable checklist for each execution run and establishes secure log directories to capture structured progress tracking data.

Does plan execution support rollback mechanics and safety enforcement for failed automation steps?

Plan execution supports robust safety and rollback mechanics to handle failures during automation workflows. It enforces safety protocols throughout subagent delegation and conducts post-execution reviews to ensure traceable outcomes and guide next actions.

When do I need canonical plan resolution and phase-level QA reviews for workflow automation?

Canonical plan resolution and phase-level QA reviews are needed when automating complex, multi-step workflows with subagents. Plan resolution locates the correct plan files, while phase-level reviews validate step completion and generate a final outcome report for governance.