executing-plans

Execute plans in batches with human review checkpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill executing-plans-withmartian-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665/tree/main/default/skills/executing-plans
Command: npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill executing-plans-withmartian-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate plan-driven work with built-in human review checkpoints to prevent scope creep, ensure verification, and coordinate multi-batch execution.

Core Features & Use Cases

  • Load a plan file and critically review it before execution.
  • Choose between one-go autonomous execution or batch execution with human feedback after each batch.
  • Enforce mandatory gates like AskUserQuestion to select execution mode and ensure safety.

Quick Start

Provide a plan file and select the execution mode to start executing the plan.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate plan execution with human review gates in my dev workflow?

Plan execution with human review gates is automated by loading a plan file, selecting autonomous or batched execution via a mandatory AskUserQuestion checkpoint, and enforcing per-batch code reviews to prevent scope creep.

Can I execute a development plan in batches and require code review after each batch?

Yes, you can execute a development plan in batches and require code review after each batch. The batched execution mode pauses after each batch to collect human feedback and verify code changes before proceeding to the next tasks.

What is the best way to prevent scope creep when orchestrating multi-batch engineering tasks?

The best way to prevent scope creep when orchestrating multi-batch engineering tasks is to use built-in human review checkpoints that critically review the plan before execution and verify outputs after each batch, ensuring strict adherence to the original scope.

Does this plan execution workflow support finishing with a development-branch workflow?

Yes, this plan execution workflow supports finishing with a development-branch workflow. It orchestrates the plan-driven work and concludes by handling the executed code changes within a dedicated development branch for further integration.

How do I add a mandatory user confirmation gate before autonomous task execution?

You can add a mandatory user confirmation gate before autonomous task execution by using the enforced AskUserQuestion checkpoint. This gate requires explicit human input to select the execution mode and ensure safety before any tasks run.

When do I need batch processing with human review for product workflows?

You need batch processing with human review for product workflows when plans are broken into batches and require gated reviews. This approach ensures verification and coordinated multi-batch execution while preventing unreviewed autonomous changes.