plan

Translate vague feature intents into multi-step implementation roadmaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate vague feature ideas into concrete, executable plans by orchestrating planner agents (and optional multi-perspective teams), ensuring clear scope and dependencies before any code is written.

Core Features & Use Cases

  • Lightweight conversational planning that dispatches a planner agent to create phased implementation plans with file layouts, dependencies, risks, and testing strategies.
  • Supports parallel execution by emitting batch-friendly outputs and optional worktree annotations when requested.
  • Ideal for quick planning on a new feature, architectural change, or complex refactor, or when you want multi-perspective input before coding.

Quick Start

Tell me the feature you want planned and any constraints to begin.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I translate a vague feature intent into a concrete implementation roadmap?▼

Feature planning translates vague feature intents into concrete implementation roadmaps by orchestrating planner agents to create phased steps with file layouts, dependencies, risks, and testing strategies before coding begins.

Can I generate a parallel team-based plan for a complex architectural change?▼

Yes, feature planning supports parallel execution by emitting batch-friendly outputs with explicit dependencies, generating a parallel team-based plan with worktree annotations for complex architectural changes when requested.

How do I plan a multi-step refactor without writing any code yet?▼

You can plan a multi-step refactor by providing your feature intent and constraints to generate a structured plan containing a Batches section, Depends on annotations, and a waiting-for-confirmation prompt before any code is written.

Does the planning workflow support dry-run validation for feature releases?▼

Yes, the planning workflow validates flags including --dry-run, --parallel, and --team, returning a structured roadmap for feature releases or refactors without executing any code modifications during the dry-run validation.

What is the best way to dispatch a planner agent for phased implementation plans?▼

The best way to dispatch a planner agent for phased implementation plans is through lightweight conversational planning, which produces multi-step roadmaps detailing file layouts, dependencies, risks, and testing strategies for your project.

When should I use multi-perspective team input for workflow planning?▼

Use multi-perspective team input for workflow planning when you face complex projects requiring a parallel team-based plan, ensuring clear scope and explicit dependencies are established before any code is written.