maestro:parallel-exploration

Run concurrent read-only code explorations across multiple codebase domains.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/ReinaMacCredy/Maestro-CLI --skill maestro-parallel-exploration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maestro:parallel-exploration
Source: https://github.com/ReinaMacCredy/Maestro-CLI/tree/main/.codex/skills/maestro%3Aparallel-exploration
Command: npx skills add https://github.com/ReinaMacCredy/Maestro-CLI --skill maestro-parallel-exploration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly understand complex codebases by performing multiple read-only investigations simultaneously, saving significant time compared to sequential exploration.

Core Features & Use Cases

  • Parallel Investigation: Decompose research questions into independent sub-questions and run them concurrently.
  • Targeted Data Gathering: Use specific prompts to gather evidence about code structure, data flow, or configuration.
  • Use Case: When trying to understand how a new feature is implemented across different parts of a large codebase, you can use this Skill to simultaneously investigate the relevant code files, test cases, and configuration settings in parallel.

Quick Start

Use the maestro:parallel-exploration skill to investigate how the skill loading mechanism works by running three concurrent scouts: one for structure, one for data flow, and one for configuration.

Frequently Asked Questions about maestro:parallel-exploration

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

FAQPage Schema
How do I analyze a large codebase to understand data flow and configuration points?

Parallel code exploration works by running concurrent read-only scouts across multiple domains simultaneously. This approach saves significant time compared to sequential investigation when analyzing how features are implemented across different parts of a large codebase.

How do I investigate code structure and test cases simultaneously?

Investigating code structure and test cases simultaneously requires defining independent sub-questions and crafting specific scout prompts. The parallel exploration approach executes these concurrently to gather targeted evidence about code structure, data flow, and configuration settings.

When should I use parallel investigation for code exploration?

Parallel investigation for code exploration should be used when you need a deep understanding of a subsystem before implementation. It applies to scenarios requiring concurrent task execution across multiple domains, such as understanding a new feature implementation across a large codebase.

Does parallel code exploration modify files during investigation?

Parallel code exploration does not modify files during investigation as it operates strictly as a read-only process. It gathers evidence about code structure, data flow, and configuration points without making changes to the codebase.