batch-run

Dispatch subagents to execute skills across entities and aggregate results into a unified report.

29|12|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/matteotitta/genesys-skills --skill batch-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-run
Source: https://github.com/matteotitta/genesys-skills/tree/main/skills/meta/orchestration/batch-run
Command: npx skills add https://github.com/matteotitta/genesys-skills --skill batch-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skill-catalog, orchestrator.

What problem does it solve?

This skill solves the bottleneck of executing repetitive tasks across multiple entities by automating the parallel dispatch of subagents, ensuring consistent output and efficient scaling.

Core Features & Use Cases

  • Parallel Execution: Dispatches multiple subagents simultaneously to process lists of entities like products, competitors, or landing pages.
  • Context Injection: Automatically propagates shared upstream context and client-specific brand rules to every subagent run.
  • Reporting: Aggregates all individual subagent results into a single, structured batch execution report for easy review and validation.

Quick Start

Use the batch-run skill to execute product-messaging for all entities in the provided list while applying the specified client context.

Frequently Asked Questions about batch-run

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

FAQPage Schema
How do I run parallel tasks across multiple entities for high-volume GTM operations?

To execute parallel tasks across multiple entities, this skill dispatches multiple subagents simultaneously to process lists of products, competitors, or landing pages. It automates the orchestration of repetitive tasks to ensure consistent output and efficient scaling without manual bottlenecks.

What is the best way to scale competitor research and content generation across diverse datasets?

Scaling competitor research and content generation across diverse datasets is achieved by fanning out a specific skill across N entities in parallel. The orchestrator dispatches subagents to process the defined entity lists, aggregating individual results into a single, structured batch execution report for easy review.

Do I need a valid skill-catalog entry to orchestrate parallel subagent dispatch?

Yes, orchestrating parallel subagent dispatch requires a valid skill-catalog entry and defined entity lists. These prerequisites maintain operational consistency and prevent state conflicts during high-volume parallel execution across multiple subagents.

How does context injection work when generating product messaging across multiple entities?

Context injection for product messaging automatically propagates shared upstream context and client-specific brand rules to every subagent run. This ensures that all parallelized executions maintain the required brand consistency and operational parameters across the entire batch.

What are the limitations of batch execution when processing large entity lists in parallel?

Batch execution requires defined entity lists and a valid skill-catalog entry to prevent state conflicts. Without proper upstream context and valid catalog entries, parallel subagent dispatch may fail to maintain operational consistency across diverse datasets.