parallel-tasks

Coordinate large-scale tasks by deploying autonomous agents in parallel.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/asochan-ai/claude-plugins --skill parallel-tasks-asochan-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-tasks
Source: https://github.com/asochan-ai/claude-plugins/tree/main/plugins/parallel-tasks/skills/parallel-tasks
Command: npx skills add https://github.com/asochan-ai/claude-plugins --skill parallel-tasks-asochan-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and accelerates large-scale tasks by parallelizing work using Claude Code Agent Teams, enabling team-based design, execution, and monitoring for faster delivery.

Core Features & Use Cases

  • Explicit triggers such as multi-agent prompts, parallel execution prompts, or the /parallel-tasks command to start a project.
  • Automatic detection when to propose Agent Teams based on independent task count (5+), cross-folder scope (3+ folders), and high parallelism potential.
  • End-to-end workflow: task analysis, team design, spawn of agent teams, and Delegate Mode supervision.
  • Use Case: break a large feature into independent tasks across multiple folders to reduce total completion time while maintaining clear ownership.

Quick Start

Initiate the Agent Teams workflow for a project with 5+ independent tasks across 3+ folders.

Frequently Asked Questions about parallel-tasks

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

FAQPage Schema
How do I run parallel tasks across multiple project folders using autonomous agents?

Parallel execution across multiple folders is managed by deploying autonomous agent teams. The system analyzes tasks, designs teams, and supervises execution using Delegate Mode to accelerate delivery while maintaining clear ownership.

When should I use parallel execution for software engineering tasks?

Parallel execution is recommended when a project spans 3 or more folders and contains 5 or more independent sub-tasks. The system automatically detects this high parallelism potential and proposes an agent team workflow to reduce total completion time.

How do I set up agent teams for large-scale task management?

Setup begins by triggering the workflow with a multi-agent prompt or the /parallel-tasks command. The system then performs task analysis, composes an agent team dynamically, spawns the agents, and monitors them with guardrails to ensure safe parallel execution.

Do I need guardrails for parallel task execution with autonomous agents?

Yes, guardrails are required for safe parallel execution. They ensure that autonomous agents operate within safe boundaries while completing independent sub-tasks, maintaining clear ownership and preventing conflicts during large-scale workflow automation.

What is Delegate Mode for agent team supervision?

Delegate Mode is the supervision mechanism used to monitor autonomous agent teams. It manages the end-to-end workflow after team design and spawn, ensuring coordinated execution and faster delivery of large-scale parallel tasks.