complexity-parallel

Determine optimal parallel execution configuration for agents based on complexity score.

2|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/PandaWithAPlan/mas --skill complexity-parallel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complexity-parallel
Source: https://github.com/PandaWithAPlan/mas/tree/main/development-team/global-config/skills/complexity-parallel
Command: npx skills add https://github.com/PandaWithAPlan/mas --skill complexity-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of determining the appropriate parallel execution configuration for a project team's agents based on a complexity score.

Core Features & Use Cases

  • Complexity-based Configuration: Automatically adjusts the execution mode for Explorer, Analyst, Architect, and coders based on the task complexity.
  • Memory Signals Utilization: Incorporates memory signals from global-memory.md to inform parallelization strategies.
  • Use Case: A team lead can use this Skill after assessing a task's complexity to define the optimal configuration for the project team's agents.

Quick Start

Run the complexity-parallel skill with the current task's complexity score to determine the parallel execution configuration for the team.

Frequently Asked Questions about complexity-parallel

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

FAQPage Schema
How do I configure parallel execution for multi-agent systems based on task complexity?

Parallel execution configuration is determined by inputting a task complexity score, which the script uses to automatically adjust execution modes for agents like Explorers and Architects. It reads memory signals to inform the optimal parallelization strategy for the team.

Can I use memory signals to inform multi-agent parallelization strategies?

Yes, memory signals are utilized from the global-memory.md file to inform parallelization strategies. The script incorporates these signals alongside the complexity score to determine the optimal execution configuration for agents with predefined roles.

Do I need Python to run complexity-based agent configuration scripts?

Yes, Python is required as a dependency to execute the complexity-parallel script. The Python environment processes the complexity score and memory signals to output the optimal parallel execution configuration for the project team.

What is the best way to optimize parallel agent execution for a project team?

The best way to optimize parallel agent execution is to run a complexity score assessment first. The resulting score is then passed into the script to automatically adjust execution modes for predefined agent roles like Analysts and coders.

When should I adjust parallel execution modes for Explorers, Analysts, and Architects?

You should adjust parallel execution modes after assessing a task's complexity score. The script uses this score to determine when and how to modify the execution configuration for each predefined agent role within the multi-agent system.