agentic-run-plan

Orchestrate plan execution with worker and validator subagents in dependency order.

273|26|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-run-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-run-plan
Source: https://github.com/tmdgusya/roach-pi/tree/main/extensions/agentic-harness/skills/agentic-run-plan
Command: npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-run-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates end-to-end plan execution by loading a written plan, validating it critically, and coordinating worker and validator subagents to ensure deterministic results.

Core Features & Use Cases

  • Load and review a formal implementation plan document.
  • Dispatch parallelizable tasks with proper gating and sequential execution where required.
  • Validate outcomes via a separate validator to ensure plan conformance before completion.

Quick Start

Load an existing plan document and start the agentic-run-plan workflow to execute tasks in dependency order.

Frequently Asked Questions about agentic-run-plan

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

FAQPage Schema
How do I automate plan execution with strict verification gates and dependency ordering?

Automate plan execution by loading a written plan document, validating it critically, and coordinating worker and validator subagents to enforce step-level checks and dependency order. This ensures deterministic outcomes by stopping execution on blockers and validating conformance before completion.

Can I run parallel tasks safely while maintaining sequential dependency order in workflow automation?

Yes, workflow automation can dispatch parallelizable tasks with proper gating while enforcing sequential execution where required. It coordinates parallel and sequential task execution safely by applying strict verification gates between steps to ensure deterministic results.

What is a worker and validator subagent loop for deterministic plan execution?

A worker and validator subagent loop is an orchestration mechanism that implements tasks, checks outcomes against a formal plan, and enforces compliance. It applies a Compliance Check, Worker Implementation, and Validator Review loop to ensure step-level verification before proceeding.

Do I need a formal plan document to orchestrate end-to-end task execution?

Yes, end-to-end task execution requires a formal plan document as input. The orchestration workflow applies to projects with a written plan where tasks must run in dependency order, loading and critically validating the plan before dispatching any subagents.

Why does plan execution stop unexpectedly during automated workflow orchestration?

Plan execution stops on blockers to ensure deterministic results and strict verification. The orchestration mechanism enforces step-level checks and halts the workflow when validation fails or dependencies are unmet, preventing out-of-order task execution.

What is the best way to validate plan conformance before completing an implementation workflow?

Validate plan conformance by using a separate validator subagent to review worker implementation outcomes against the formal plan. This separate validation loop enforces compliance checks and ensures step-level verification before marking the workflow as complete.