planner-batch

Coordinate batch execution of planner plans with automatic dependency resolution.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill planner-batch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planner-batch
Source: https://github.com/djalmaaraujo/claude-code-plugins/tree/main/plugins/planner/skills/planner-batch
Command: npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill planner-batch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and automate batch execution of multiple planner plans with automatic dependency resolution.

Core Features & Use Cases

  • Automatic parallelism: execute independent plans simultaneously to save time.
  • Dependency-aware scheduling: ensure sequential steps wait for prerequisites.
  • Resume and reporting: skip completed plans and report results.
  • Global configuration: apply planner.config.json options across all plans.

Quick Start

Provide a plan prefix or explicit plan list to start batch orchestration and observe the execution summary.

Frequently Asked Questions about planner-batch

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

FAQPage Schema
How do I run multiple plans in parallel with automatic dependency resolution?▼

Batch-run plans with automatic dependency resolution by reading planner.config.json, resolving plan lists by explicit names or a prefix, and delegating execution to manage parallel and sequential steps.

What is batch orchestration for plan execution?▼

Batch orchestration coordinates and automates the execution of multiple plans simultaneously, ensuring independent plans run in parallel while sequential steps wait for prerequisite dependencies to resolve.

How do I configure batch execution using planner.config.json?▼

Apply global configurations across all plans by defining options in planner.config.json, then provide a plan prefix or explicit plan list to start the orchestration and generate an execution summary.

Can I resume batch execution if some plans have already completed?▼

Yes, the orchestration supports resume functionality by skipping completed plans, allowing you to restart batch execution safely without re-running previously successful tasks.

Does batch plan execution handle errors during parallel runs?▼

Error handling is built into the orchestration to ensure safe operation, capturing execution failures and reporting them within a concise execution summary at the end of the batch run.

What is the best way to automate dependency-aware scheduling for multiple plans?▼

Automate dependency-aware scheduling by using a batch orchestrator that resolves prerequisites automatically, executing independent plans in parallel while ensuring sequential steps wait for required dependencies.