execute-all-tasks-swarming

Execute remaining tasks in isolated agent team sessions.

41|4|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/etr/groundwork --skill execute-all-tasks-swarming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-all-tasks-swarming
Source: https://github.com/etr/groundwork/tree/main/skills/execute-all-tasks-swarming
Command: npx skills add https://github.com/etr/groundwork --skill execute-all-tasks-swarming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes all remaining tasks using agent teams for context isolation, ensuring each task runs in a separate teammate session with its own subagents.

Core Features & Use Cases

  • Isolates task execution by running each task in its own teammate session.
  • Supports swarm-style orchestration with parallel or sequential modes.
  • Enables context isolation and controlled resource usage for large task batches.

Quick Start

Invoke the groundWork swarming command /groundwork:execute-swarming to start a swarming batch run that executes all remaining tasks with isolated teammate sessions.

Frequently Asked Questions about execute-all-tasks-swarming

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

FAQPage Schema
How do I run batch tasks in parallel with isolated agent contexts?

Swarm orchestration runs batch tasks by isolating execution in separate teammate sessions, ensuring each task operates with its own subagents for controlled resource usage. This supports complex workflows where dependencies exist.

What is context isolation for agent teams in task execution?

Context isolation is running each task in a separate teammate session with dedicated subagents. This prevents context overlap when executing large task batches, ensuring controlled resource usage and accurate complex workflow processing.

Do I need agent teams enabled to execute swarming batch runs?

Yes, swarming batch execution requires agent teams to be enabled. You also need access to the specs directory containing a tasks file and must embed the execute-task workflow for teammates to function properly.

How do I start a swarming batch execution for remaining tasks?

To start swarming batch execution of remaining tasks, invoke the groundWork swarming command to trigger orchestration. This initiates isolated teammate sessions for parallel or sequential task processing.

When should I use swarm orchestration for task execution?

Use swarm orchestration for large task sets and complex workflows where dependencies exist and parallel or sequential swarming is beneficial. It isolates context per task, making it ideal for complex batch processing.

Can I execute tasks sequentially instead of parallel with swarm orchestration?

Yes, swarm orchestration supports both parallel and sequential modes for task execution. You can configure the batch run to process tasks sequentially when dependency chains require strict ordered processing.