competing-plans

Generate 2-4 independent implementation plans and synthesize a merged optimal one.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/vnnkl/agentflywheel --skill competing-plans
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: competing-plans
Source: https://github.com/vnnkl/agentflywheel/tree/main/skills/competing-plans
Command: npx skills add https://github.com/vnnkl/agentflywheel --skill competing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate multiple independent implementation plans in parallel, then synthesize a best-of-all-worlds plan by merging the strongest elements from each.

Core Features & Use Cases

  • Parallel plan generation: Produce 2-4 independent plans in parallel to explore diverse approaches.
  • Synthesis: Merge the strongest elements from each plan into a cohesive strategy with rationale.
  • Decision support: Helps with architecture design, feature planning, and implementation strategy decisions.

Quick Start

Provide a succinct 1-2 sentence prompt describing the feature to plan, then request competing plans and a synthesis.

Frequently Asked Questions about competing-plans

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

FAQPage Schema
How does parallel planning synthesize a single architecture design?▼

Parallel planning independently generates 2-4 implementation plans in parallel, then merges the strongest elements from each into a cohesive architecture design through a synthesis step. This evaluates diverse approaches to produce a superior final strategy.

When do I need competing plans for feature planning?▼

You need competing plans for feature planning when complex implementation strategy decisions require risk-mitigation and exploring diverse approaches. Generating multiple independent plans evaluates trade-offs before committing to a specific architecture design.

How do I generate multiple implementation plans for a feature?▼

To generate multiple implementation plans, provide a succinct 1-2 sentence prompt describing your feature, then request competing plans and synthesis. The workflow produces 2-4 independent plans in parallel and merges the strongest elements into one cohesive strategy.

Does generating parallel plans require any specific dependencies?▼

Generating parallel plans requires no specific dependencies or environment setup. You only need to provide a succinct prompt describing the feature to plan, and the workflow handles the independent plan generation and synthesis automatically.

What is the best way to compare different architecture design strategies?▼

The best way to compare architecture design strategies is generating 2-4 independent plans in parallel and synthesizing them. This best-of-all-worlds approach merges the strongest elements from each plan into a thoroughly evaluated, cohesive implementation strategy.

What are the limitations of agent-based planning for implementation strategy?▼

Agent-based planning for implementation strategy requires providing a succinct feature prompt to initiate parallel plan generation. Limitations include the necessity of a synthesis step to merge independent plans, as generating plans without merging yields fragmented architecture designs.