workflow-execute-plans

Execute plan tasks in controlled batches with verification pauses.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill workflow-execute-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-execute-plans
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/workflow-execute-plans
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill workflow-execute-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning a written implementation plan into incremental, verifiable implementations, reducing drift and manual rework.

Core Features & Use Cases

  • Batch execution: run plan tasks in small, controllable batches (default 3) to enable frequent verification.
  • Critical review: analyze plans for dependencies, risk, and acceptance criteria before execution.
  • Progress visibility: persist status and evidence after each batch to support review and audits.

Quick Start

Provide a plan path and run directory, then let the skill execute the first batch and pause for feedback.

Frequently Asked Questions about workflow-execute-plans

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

FAQPage Schema
How do I automate executing a written implementation plan in batches?

To automate executing a written implementation plan, this skill runs tasks in controlled batches (default 3) and pauses for feedback after each batch. You provide a plan path and run directory to start the incremental implementation.

What is batch execution for software plans and how does it prevent drift?

Batch execution for software plans breaks implementation into small, controllable task groups to enable frequent verification. It prevents drift and manual rework by pausing for feedback and applying per-batch verification steps.

How do I track progress and persist status when running automation workflows?

You track progress by persisting status and evidence after each batch to logs or state.json files. This progress visibility supports review and audits during automation workflows.

What happens if there are blockers or an unclear plan during batch execution?

During batch execution, the skill enforces a hard stop on blockers or unclear plans. It requires explicit plan path inputs and pauses for feedback after each batch to resolve issues before continuing.

Do I need to review dependencies and risk criteria before executing a plan?

Yes, you need to review dependencies and risk criteria before executing a plan. The skill performs critical review to analyze plans for dependencies, risk, and acceptance criteria before execution begins.