aidd-parallel

Generate delegation prompts and dispatch sub-agent tasks in dependency order.

377|33|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/paralleldrive/aidd --skill aidd-parallel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidd-parallel
Source: https://github.com/paralleldrive/aidd/tree/main/ai/skills/aidd-parallel
Command: npx skills add https://github.com/paralleldrive/aidd --skill aidd-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of generating and dispatching parallel sub-agent tasks for a list of tasks, enhancing the efficiency and focus of AI-driven workflows.

Core Features & Use Cases

  • Parallel Task Decomposition: Breaks down large tasks into smaller sub-tasks and distributes them to sub-agents.
  • Dependency Graph Analysis: Determines the correct sequence of sub-agent execution based on task dependencies.
  • Sub-Agent Delegation: Directs sub-agents to work on specified branches, commit changes, and push to the origin branch.
  • Use Case: In a PR review workflow, this Skill can take a large PR with multiple independent issues, break them down, and dispatch focused fixes to sub-agents.

Quick Start

Generate parallel tasks for the current branch from the list of issues 'issue1', 'issue2', 'issue3' using the aidd-parallel skill.

Frequently Asked Questions about aidd-parallel

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

FAQPage Schema
How do I delegate parallel tasks to sub-agents in a Git workflow?

Sub-agent delegation generates focused prompts for a list of tasks and dispatches them to sub-agents in dependency order. It directs sub-agents to work on specified Git branches, commit changes, and push to the origin branch.

Can I break down a large PR into parallel sub-tasks for independent issue fixes?

Yes, parallel task decomposition breaks down large PRs containing multiple independent issues into smaller sub-tasks. It then distributes these focused fixes to sub-agents for simultaneous execution.

Does sub-agent dispatch require a specific environment setup?

Yes, task dispatch requires a Git environment to operate. The skill is also compatible with portable sub-agent dispatch, allowing flexible execution across compatible AI workflow setups.

How does dependency graph analysis work for parallel task execution?

Dependency graph analysis evaluates your list of tasks to determine the correct sequence of sub-agent execution. It ensures tasks are dispatched in the proper dependency order to prevent conflicts during parallel execution.

What is the best way to automate AI workflow task decomposition and branch management?

Automating AI workflow task decomposition is best handled by generating focused delegation prompts for a list of tasks. This approach manages branch creation and dispatches sub-agents in dependency order for efficient parallel execution.