plan-runner:run

Execute Markdown plans via a parallel agent swarm with per-wave verification and automatic replanning.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/MisterVitoPro/qa-swarm --skill plan-runner-run
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-runner:run
Source: https://github.com/MisterVitoPro/qa-swarm/tree/main/plugins/plan-runner/skills/run
Command: npx skills add https://github.com/MisterVitoPro/qa-swarm --skill plan-runner-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end execution of a Markdown plan by coordinating a parallel swarm of development and verification agents, delivering per-wave validation and automatic re-planning when issues are found.

Core Features & Use Cases

  • Parallel agent swarm executes the plan in waves of up to six agents, enabling scalable task dispatch.
  • Per-wave verification and per-wave commits, with automated bug aggregation and generation of a fix plan.
  • Comprehensive cycle orchestration including timing, manifests, and optional Context7 MCP integration for updated framework docs.
  • Use case: when you have a complex Markdown plan that requires structured execution, validation, and iterative improvement without manual coordination.

Quick Start

Provide a path to your Markdown plan file to start the plan-runner cycle.

Frequently Asked Questions about plan-runner:run

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

FAQPage Schema
How do I execute a Markdown plan using parallel agents?▼

To execute a Markdown plan with parallel agents, you provide a file path to the plan-runner. It analyzes the plan into file-disjoint waves, dispatches up to six development and verification agents per wave, and commits results iteratively.

How does automated bug aggregation work during plan execution?▼

Automated bug aggregation works by running per-wave verification during plan execution. When issues are found, the system aggregates the bugs and automatically generates a targeted fix plan for iterative re-planning and resolution.

Can I orchestrate workflow automation for large Markdown plans?▼

Yes, you can orchestrate workflow automation for large Markdown plans. The system coordinates a parallel agent swarm, breaking execution into file-disjoint waves of up to six agents to ensure scalable task dispatch and comprehensive cycle orchestration.

What is the best way to run parallel development tasks with per-wave verification?▼

The best way to run parallel development tasks with per-wave verification is using a manifest-driven workflow. This approach dispatches development and verification tasks simultaneously, committing results per wave and triggering automatic re-planning when necessary.

Do I need a specific file format to run plan execution cycles?▼

You need a Markdown plan file path to run plan execution cycles. The required input is a structured Markdown document that the orchestrator analyzes to dispatch parallel agents and manage timing, manifests, and verification.

Why does plan execution require breaking tasks into file-disjoint waves?▼

Plan execution requires file-disjoint waves to prevent conflicts when dispatching up to six parallel agents. This orchestration method ensures scalable task dispatch, per-wave commits, and structured verification without manual coordination.