parallel-plan

Coordinate five parallel agent analyses and synthesize outputs into an actionable plan.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lesteenman/reign-game --skill parallel-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-plan
Source: https://github.com/lesteenman/reign-game/tree/main/.claude/skills/parallel-plan
Command: npx skills add https://github.com/lesteenman/reign-game --skill parallel-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces single-threaded analysis bottlenecks by fanouting multiple independent approaches, comparing their outcomes, and producing a single, actionable plan that captures trade-offs and recommended next steps.

Core Features & Use Cases

  • Parallel Exploration: Fan out five distinct sub-agents or teams, each taking a different approach to the same problem.
  • Synthesis & Conflict Resolution: Aggregate findings, reconcile disagreements, and produce a consolidated report with rationale and prioritized recommendations.
  • Use Case: For a complex product design or engineering decision, run five diverse strategies (e.g., speed, cost, maintainability, accessibility, innovation) and receive a synthesized implementation plan with pros and cons.

Quick Start

Run the parallel-plan skill to generate five different solution approaches to the current problem, synthesize their outputs, and propose a prioritized, actionable plan.

Frequently Asked Questions about parallel-plan

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

FAQPage Schema
How do I explore multiple solution directions in parallel for a complex product design?

Parallel plan generation fans out five independent sub-agents to explore diverse strategies concurrently, aggregating their outputs and resolving conflicts to synthesize a single, actionable implementation plan.

What is the best way to synthesize divergent analysis approaches into one prioritized report?

Synthesizing divergent analysis approaches involves aggregating findings from five distinct exploratory agents, reconciling disagreements, and producing a consolidated report with rationale, trade-offs, and recommended next steps.

Can I run parallel agent analyses for engineering decisions comparing speed, cost, and maintainability?

Yes, parallel agent analyses can run five diverse strategies for engineering decisions, such as speed, cost, maintainability, and accessibility, delivering a synthesized implementation plan with pros and cons.

How does conflict resolution work when combining outputs from multiple independent sub-agents?

Conflict resolution for multiple sub-agents works by independently aggregating each agent's distinct approach, reconciling disagreements across findings, and consolidating them into a prioritized, actionable plan.

When should I use parallel plan generation instead of single-threaded analysis?

Use parallel plan generation instead of single-threaded analysis when facing complex product or engineering decisions that require exploring several divergent solution directions concurrently to reduce analysis bottlenecks.

Does parallel-plan require specific dependencies or components to orchestrate sub-agents?

No, parallel-plan requires no specific dependencies or components to orchestrate sub-agents, relying entirely on its internal agent-orchestration logic to fan out and synthesize independent analyses.