cmd-workflow-execute-plan

Execute plan-driven tasks in configurable batches with review checkpoints.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jlaws/dotfiles --skill cmd-workflow-execute-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmd-workflow-execute-plan
Source: https://github.com/jlaws/dotfiles/tree/main/.agents/skills/cmd-workflow-execute-plan
Command: npx skills add https://github.com/jlaws/dotfiles --skill cmd-workflow-execute-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the execution of detailed implementation plans by running tasks in controlled batches with built-in review checkpoints.

Core Features & Use Cases

  • Batch execution with review checkpoints
  • Load and validate plan files from a repository location
  • Execute tasks in configurable batch sizes with per-task verification
  • Maintain living documents (Progress, Decision Log, Surprises & Discoveries) during execution
  • Provide structured reporting after each batch

Quick Start

Load the latest plan, verify it, and begin batch execution with review checkpoints.

Frequently Asked Questions about cmd-workflow-execute-plan

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

FAQPage Schema
How do I automate batch execution of a written implementation plan?

Batch execution of a written plan requires loading the file, running tasks in configurable batch sizes, and verifying each task before completion. This approach automates staged execution with built-in review checkpoints.

What is batch processing with review checkpoints for task management?

Batch processing with review checkpoints is a task-management method that executes plan-driven tasks in controlled groups. It performs per-batch verification and provides structured reporting after each batch to ensure critical review.

How do I load and validate a plan file from a repository location for execution?

To load and validate a plan file from a repository location, you initiate a workflow that retrieves the latest plan and verifies its structure. This validates the plan before beginning staged batch execution.

Can I maintain a living document of progress and decisions during plan execution?

You can maintain a living document of progress and decisions during plan execution by updating living documents throughout the workflow. This captures progress, decision logs, and discoveries alongside per-batch verification.

What is the best way to track discoveries and decisions during staged plan execution?

The best way to track discoveries and decisions during staged plan execution is maintaining living documents like a Decision Log and Surprises & Discoveries. This records critical review outcomes after each batch.

When do I need batch processing with per-task verification for plan execution?

You need batch processing with per-task verification for plan execution when a scenario requires staged execution and critical review. This satisfies requirements for configurable batch sizes and verification before completion across tasks.