plan-workflow

Generate shared.md and parallel-plan.md via a unified planning workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Unified planning workflow to research, analyze, and generate a parallel implementation plan in one command. Combines shared-context and parallel-plan with checkpoint support, and supports team-based coordination via Cursor. Default behavior is standalone parallel sub-agents; pass --team (Claude Code only) to orchestrate research, analysis, and validation stages as teammates under a shared TeamCreate/TaskList with coordinated shutdown.

Core Features & Use Cases

  • Unified entry point: run research, analysis, and planning in a single command to reduce handoffs.
  • Team coordination: optional agent-team mode with TeamCreate/TaskList for collaborative planning.
  • Checkpoint support: pause for human review between research and planning to ensure quality gates.
  • Dual dispatch modes: standalone sub-agents by default, or coordinated teammates when --team is used.
  • Outputs and validation: generates shared.md and parallel-plan.md with built-in validation steps.

Quick Start

Run /plan-workflow <feature-name> to start the unified planning workflow for that feature.

Frequently Asked Questions about plan-workflow

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

FAQPage Schema
How do I generate a parallel implementation plan for a new feature?

To generate a parallel implementation plan, you can use a unified planning workflow that researches, analyzes, and dispatches parallel sub-agents to produce structured feature planning artifacts in a single command.

What is the best way to coordinate team-based planning for software features?

Team-based feature planning can be coordinated using a shared TeamCreate and TaskList system, allowing multiple teammates to handle research, analysis, and validation stages with coordinated shutdown.

Can I pause my feature planning workflow for human review before generating the final plan?

Yes, you can enable checkpoint behavior during the feature planning workflow to pause for human review between the research and planning stages, ensuring quality gates are met before final artifact generation.

What files are generated by an automated feature planning workflow?

An automated feature planning workflow generates shared.md for shared context and parallel-plan.md for the implementation strategy, validating these outputs with built-in checks to ensure accuracy.

Does the team coordination mode for parallel planning work without external dependencies?

The default standalone mode operates without dependencies using parallel sub-agents, but the team coordination mode specifically requires Claude Code to orchestrate TeamCreate and TaskList functionality.

Why use a unified planning workflow instead of separate research and planning steps?

A unified planning workflow reduces handoffs by combining research, analysis, and planning into a single command, streamlining the generation of parallel implementation plans and shared context artifacts.