mpi-execute-parallel

Coordinate parallel MPI batches across worker sub-agents for large plans.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-execute-parallel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mpi-execute-parallel
Source: https://github.com/MadPonyInteractive/mpi-kanban/tree/main/skills/mpi-execute-parallel
Command: npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-execute-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the parallel execution of large MPI plans by coordinating worker sub-agents and batching tasks to maximize throughput and avoid conflicts.

Core Features & Use Cases

  • Parallel batch orchestration: Detects and executes explicit "## Parallel Batch" sections in an MPI large plan with worker ownership, plan updates, and task-board synchronization.
  • Safe coordination: Validates ownership, manages orchestrator sessions, and prevents conflicting edits during parallel execution.
  • Use Case: In a multi-agent project, run a parallel batch across several tasks to complete the entire plan faster while maintaining board and plan integrity.

Quick Start

Initialize a parallel MPI batch from the active large plan.

Frequently Asked Questions about mpi-execute-parallel

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

FAQPage Schema
How do I execute parallel tasks across multiple agents without edit conflicts?▼

To run parallel tasks safely, an orchestrator session coordinates worker sub-agents, validates ownership rules, and applies safety checks to prevent conflicting edits during parallel batch execution.

What is a parallel batch in multi-agent task orchestration?▼

A parallel batch is an explicit section in a large plan designated for simultaneous execution. Worker sub-agents claim ownership of these tasks to maximize throughput while the orchestrator reports task-board changes.

How do I start a parallel batch from an active plan?▼

To start a parallel batch, request execution using prompts like 'MPI execute parallel' on an active plan containing a Parallel Batch section. The orchestrator then guides worker assignment and plan updates automatically.

Do I need a specific library to coordinate parallel worker agents?▼

Yes, coordinating parallel worker agents requires access to the mpi-lib shared references. This library provides the foundation for the orchestrator session to manage task ownership and synchronize the task-board.

Why does my parallel task execution halt when ownership validation fails?▼

Parallel task execution halts during ownership validation failures because the orchestrator enforces strict safety checks to prevent conflicting edits. This mechanism ensures plan and task-board integrity when multiple workers attempt to claim the same task.