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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents unsafe or unchecked implementation of plans by enforcing structured execution modes, mandatory user confirmation, and human review checkpoints so that changes are reviewed, verified, and recoverable.

Core Features & Use Cases

  • Mandatory execution-mode confirmation: Always asks the user to choose between autonomous (one-go) or batch (with review) execution before any work begins.
  • Batch execution with checkpoints: Runs tasks in batches, dispatches to specialist agents, and pauses between batches for human feedback when requested.
  • Integrated code review loop: Runs parallel reviewers after each batch, requiring immediate fixes for critical issues and tracking lower-severity items as TODOs or FIXMEs.
  • Agent orchestration and stop conditions: Selects appropriate specialist agents, enforces verification steps, and halts on blockers or repeated verification failures.
  • Use Cases: Safe deployment of feature work, regulated or high-risk changes requiring signoffs, and multi-agent implementations needing human oversight.

Quick Start

Use the executing-plans skill to run the plan file named "plan.md" in batch mode and pause for review after each batch.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute implementation plans with human review checkpoints?

To execute implementation plans with human review checkpoints, you select a batch execution mode that dispatches tasks to specialist agents, pauses between batches for user feedback, and runs parallel code reviewers to verify changes before proceeding.

What is batch execution mode for agent orchestration?

Batch execution mode for agent orchestration is a controlled process that runs implementation tasks in sequential batches, dispatching each batch to specialist agents and pausing for human code review and feedback before starting the next batch.

Can I run autonomous plan execution without human checkpoints?

You can run autonomous plan execution without pausing for checkpoints, but the system mandates an initial execution-mode confirmation where you explicitly choose between a one-go autonomous run or batch processing with structured human review gates.

How does the code review loop work during batch task automation?

The code review loop in batch task automation runs parallel reviewers after each batch, requiring immediate fixes for critical issues and tracking lower-severity items as TODOs or FIXMEs before the next batch begins.

When should I use human-in-the-loop plan execution for software development?

You should use human-in-the-loop plan execution for software development when deploying features, managing high-risk regulated changes requiring signoffs, or running multi-agent implementations that need strict safety guards and human oversight.

What stop conditions are enforced during agent dispatch and plan execution?

Stop conditions enforced during agent dispatch and plan execution halt the workflow immediately upon encountering blockers, critical failures, or repeated verification failures to prevent unchecked autonomous changes.