parallel-plan

Coordinate analysis and validation agents to generate a parallel-plan.md implementation plan.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill parallel-plan-yandy-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-plan
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/parallel-plan
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill parallel-plan-yandy-r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill orchestrates analysis and validation to generate a complete parallel implementation plan, reducing manual planning workload and ensuring consistent outputs for feature work.

Core Features & Use Cases

  • Coordinates three analysis agents to condense planning docs into concise artifacts.
  • Spawns three validation agents to verify plan integrity and dependencies.
  • Produces a final parallel-plan.md with worktree annotations (optional) and a structured task breakdown.

Quick Start

Invoke the parallel-plan process for a feature to generate analysis artifacts and the final plan.

Frequently Asked Questions about parallel-plan

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

FAQPage Schema
What is a parallel implementation plan and when do I need one for feature development?

Parallel implementation planning condenses planning context and analyzes code patterns to produce a production-ready task breakdown. You need it when feature work requires consistent outputs and coordinated validation across multiple implementation stages.

How do I generate a parallel-plan.md file for a feature task?

To generate a parallel-plan.md, invoke the parallel-plan process for your feature. It coordinates analysis agents to condense planning docs and validation agents to verify dependencies, ultimately producing the final structured implementation plan.

Can I include worktree annotations when generating an implementation plan?

Yes, worktree annotations are supported as an optional output in your implementation plan. The final parallel-plan.md includes optional worktree annotations alongside the structured task breakdown to help coordinate parallel development efforts.

Does parallel planning validate code dependencies and plan structure automatically?

Parallel planning validates plan structure and dependencies automatically by spawning dedicated validation agents. These agents verify plan integrity and dependencies after analysis agents condense the planning context into concise artifacts.

What is the best way to automate planning documentation for multiple parallel tasks?

The best way to automate planning documentation is using a coordinated analysis and validation process that condenses context and verifies dependencies. This produces consistent structured task breakdowns while reducing manual planning workload across parallel feature implementations.

Are there limitations to automated parallel planning for complex feature work?

Automated parallel planning relies on the quality of input planning documentation and code patterns available for analysis. Since it condenses existing context, incomplete or ambiguous planning docs may impact the accuracy of the final implementation plan and validation.