parallel-agents

Orchestrate multiple specialized agents for sequential and parallel task execution.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/DaytimeBlues/ADHD-CADDI --skill parallel-agents-daytimeblues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/DaytimeBlues/ADHD-CADDI/tree/main/.agent/skills/parallel-agents
Command: npx skills add https://github.com/DaytimeBlues/ADHD-CADDI --skill parallel-agents-daytimeblues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex tasks by coordinating multiple specialized AI agents, allowing for comprehensive analysis and execution that a single agent cannot achieve.

Core Features & Use Cases

  • Multi-Agent Coordination: Orchestrates specialized agents for tasks requiring diverse expertise (e.g., security, backend, frontend).
  • Complex Task Decomposition: Breaks down large problems into manageable sub-tasks for different agents.
  • Use Case: Conduct a full-stack security audit by having a security-auditor agent review code, a penetration-tester simulate attacks, and a backend-specialist analyze API configurations, all synthesized into a single report.

Quick Start

Use the orchestrator agent to perform a comprehensive analysis of the codebase.

Frequently Asked Questions about parallel-agents

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

FAQPage Schema
How do I coordinate multiple AI agents for a full-stack security audit?

Multi-agent orchestration coordinates specialized AI agents for a full-stack security audit by breaking down the task into sub-tasks. A security-auditor, penetration-tester, and backend-specialist execute in parallel and synthesize results into a single report.

What is multi-agent orchestration and when do I need it for code analysis?

Multi-agent orchestration coordinates specialized agents to perform comprehensive code analysis. You need it when a task requires diverse expertise beyond a single agent's capabilities, such as executing sequential and parallel reviews with context passing.

Can I pass context between agents running in parallel for feature reviews?

Yes, you can pass context between agents running in parallel. The orchestration framework facilitates sequential and parallel agent execution with context passing to enable comprehensive feature reviews and security audits.

Does multi-agent workflow execution support both sequential and parallel processing?

Multi-agent workflow execution supports both sequential and parallel processing. This enables complex task decomposition, allowing specialized agents to execute concurrently or in order while sharing context for comprehensive analysis.

What's the best way to decompose complex codebase tasks for multiple specialized agents?

The best way to decompose complex codebase tasks is using an orchestrator agent to break down large problems into manageable sub-tasks. It assigns these sub-tasks to specialized agents like frontend, backend, and testing specialists for parallel execution.

Why use a multi-agent orchestration workflow instead of a single agent for complex tasks?

Use a multi-agent orchestration workflow instead of a single agent because it streamlines complex tasks by coordinating specialized agents. This allows for comprehensive analysis and execution that a single agent cannot achieve independently.