plan

Generate wave-based multi-agent execution plans with explicit skill assignments.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/erichugy/agentic.skills --skill plan-erichugy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/erichugy/agentic.skills/tree/main/plan
Command: npx skills add https://github.com/erichugy/agentic.skills --skill plan-erichugy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert ambiguous or complex tasks into precise, actionable execution plans that assign specific skills to each agent so every participant knows exactly what to do and why.

Core Features & Use Cases

  • Task analysis: Identify languages, frameworks, architectural and structural concerns relevant to the task.
  • Role definition: Determine worker, reviewer, security reviewer, style enforcer, and architect roles with clear scopes.
  • Skill assignment: Map exact skills to each agent using the code-styles index and pattern signals to ensure optimal coverage.
  • Wave-based planning: Produce wave-by-wave agent assignments with reviewer pairings for iterative execution and validation.
  • Use Case: Plan a cross-team refactor by assigning workers to implement features, reviewers to enforce conventions, and security reviewers to validate hardening.

Quick Start

Create an execution plan for implementing a new feature that analyzes languages and frameworks, defines agent roles, and assigns specific skills to each agent.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a multi-agent execution plan for a complex software refactor?

Multi-agent execution plans are generated by analyzing languages and frameworks to determine task scopes, assigning specific skills to worker, reviewer, and architect roles, and outputting wave-based assignments for iterative validation.

What is wave-based planning in multi-agent orchestration?

Wave-based planning in multi-agent orchestration produces sequential agent assignments with reviewer pairings, enabling iterative execution and validation across distinct phases of software architecture design or refactoring.

How are specific skills assigned to different agents in a multi-agent workflow?

Skills are assigned to agents by reading a code-styles index and analyzing pattern signals, mapping exact skill coverage to defined roles like security reviewer, style enforcer, and worker for optimal task execution.

Can I use this to plan a cross-team codebase refactor with security reviews?

Yes, you can plan a cross-team codebase refactor by assigning workers to implement features, reviewers to enforce conventions, and security reviewers to validate hardening through explicit wave-based agent role scopes.

Do I need a code-styles index to generate agent assignments?

Yes, a code-styles index is required to map exact skills to each agent, ensuring the multi-agent execution plan includes optimal skill coverage and accurate pattern signals for defined worker and reviewer roles.