parallel-agents

Orchestrate multiple specialized agents for cross-domain analysis and unified reporting.

Updated Sep 2, 2025
One-click install
npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill parallel-agents-rafaelminatto1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/rafaelminatto1/fisioflow-51658291/tree/main/.agent/skills/parallel-agents
Command: npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill parallel-agents-rafaelminatto1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multiple specialized agents to tackle cross-domain tasks, reducing manual handoffs and improving thoroughness.

Core Features & Use Cases

  • Coordinated multi-agent workflows: plan and execute tasks across discovery, analysis, and synthesis.
  • Context passing and resume support: maintain continuity between agent steps and resume interrupted sessions.
  • Synthesis-focused reporting: generate a single, coherent synthesis of findings for stakeholders.

Use Case: Example of auditing a project by invoking explorer-agent to map structure, security-auditor to assess security posture, and backend-specialist to review APIs, followed by test-engineer to close gaps.

Quick Start

Initiate a multi-agent analysis by mapping the project structure with explorer-agent, then delegate to domain specialists for a comprehensive synthesis.

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 specialized agents for a cross-domain project analysis?

To coordinate multiple specialized agents for cross-domain project analysis, you orchestrate them sequentially within a single flow, enabling context passing between steps to generate a unified synthesis report.

What is multi-agent orchestration and when do I need it for software engineering tasks?

Multi-agent orchestration is the process of directing multiple specialized domain experts, such as security auditors and backend specialists, to tackle complex analyses where multiple perspectives are required.

How do I automate a comprehensive security and backend API audit using multiple agents?

You automate a comprehensive audit by sequentially invoking domain specialists like a security-auditor for posture assessment and a backend-specialist for API review, passing context between them to synthesize findings.

Can I resume an interrupted multi-agent workflow and maintain context between steps?

Yes, you can resume interrupted multi-agent workflows. The orchestration supports context passing and resume functionality to maintain continuity between sequential agent steps until the final synthesis is generated.

Does multi-agent orchestration work for complex tasks spanning discovery, security, and testing?

Multi-agent orchestration works effectively for complex tasks spanning discovery, security, and testing by sequentially invoking specialized agents and passing context to produce a single comprehensive synthesis report.