agentic-run-plan

Executes plan tasks in dependency order with worker-validator loop.

3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/alphabeen/oh-my-jinho --skill agentic-run-plan-alphabeen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-run-plan
Source: https://github.com/alphabeen/oh-my-jinho/tree/main/skills/agentic-run-plan
Command: npx skills add https://github.com/alphabeen/oh-my-jinho --skill agentic-run-plan-alphabeen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loads a written implementation plan, reviews it critically, and executes tasks in dependency order using a worker-validator loop.

Core Features & Use Cases

  • Load and validate a formal plan document before execution.
  • Execute tasks in dependency order with strict separation between worker and validator roles.
  • Dispatch subagents for parallelizable tasks and enforce gated verification.

Quick Start

Provide a plan document and say 'run this plan' to start execution.

Frequently Asked Questions about agentic-run-plan

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

FAQPage Schema
How do I execute a written implementation plan in dependency order?

Executing a written implementation plan in dependency order requires loading the document, reviewing it critically, and processing tasks sequentially using a worker-validator loop to enforce hard gates. It dispatches subagents for parallelizable independent tasks.

What is a worker-validator loop for workflow automation?

A worker-validator loop for workflow automation enforces strict separation between task execution and objective verification. It uses a fixed validator template to ensure unbiased plan verification and delivers an E2E verification gate after completion.

How do I validate a plan document before executing tasks?

Validating a plan document before executing tasks involves loading the formal plan and reviewing it critically to ensure safe execution. The system checks dependencies and enforces hard gates before dispatching worker and validator subagents.

Can I run independent tasks in parallel during plan execution?

Yes, you can run independent tasks in parallel during plan execution by dispatching separate subagents. The system identifies parallelizable tasks within the dependency order and executes them concurrently while maintaining gated verification.

How do subagents ensure objective plan verification?

Subagents ensure objective plan verification by maintaining strict separation between worker and validator roles. The fixed validator template prevents bias, enforcing hard gates and delivering an E2E verification gate after completion.

What is the best way to start automated plan execution?

The best way to start automated plan execution is to provide a formal plan document and issue a run command. The system loads the plan, reviews it critically, and begins executing tasks in dependency order with gated verification.