plan

Create and validate structured feature plans with Agent Dispatch Manifest (ADM) blocks for /orchestrate execution.

8|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ek33450505/claude-agent-team --skill plan-ek33450505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/ek33450505/claude-agent-team/tree/main/skills/plan
Command: npx skills add https://github.com/ek33450505/claude-agent-team --skill plan-ek33450505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams write structured plans for feature work, capture execution details, and prepare for automation with an Agent Dispatch Manifest, enabling controlled orchestration via /orchestrate.

Core Features & Use Cases

  • Write a plan file under ~/.claude/plans/ with a descriptive slug, including required sections: Title and context, Fix strategy / implementation approach, Files to modify table, Implementation order, Verification steps, and the mandatory Agent Dispatch Manifest (ADM) block.
  • Validate and summarize the plan, then prompt for explicit user approval before execution.
  • Execute the plan via the /orchestrate skill to run batches of tasks with defined agents and prompts, enabling end-to-end task orchestration for non-trivial work.

Quick Start

Create a plan file at the specified path with an ADM, then trigger the /orchestrate skill to run the plan after user confirmation.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a structured feature plan for multi-step refactoring?

To create a structured feature plan, write a plan file under ~/.claude/plans/ with a descriptive slug. Include required sections for title, fix strategy, files to modify, implementation order, verification steps, and an Agent Dispatch Manifest block.

What is an Agent Dispatch Manifest and when do I need it for task orchestration?

An Agent Dispatch Manifest (ADM) is a mandatory block embedded in a plan file that defines agents and prompts for batch execution. You need an ADM when orchestrating multi-step features, refactors, or complex tasks requiring formal approvals and controlled automation.

How do I validate a feature plan before executing automation?

You validate a feature plan by summarizing it and prompting for explicit user approval before execution. The plan must pass validation checks to ensure all required sections and the Agent Dispatch Manifest are present before triggering automated orchestration.

Can I use this planning approach for complex tasks that require formal approvals?

Yes, this planning approach is designed for non-trivial work that requires formal approvals. It captures execution details in a structured plan file and prepares automation via an Agent Dispatch Manifest, enabling controlled orchestration with explicit user confirmation.

What's the best way to orchestrate batch tasks with defined agents and prompts?

The best way to orchestrate batch tasks is to create a validated plan file with an Agent Dispatch Manifest, then trigger the /orchestrate skill. This executes the plan in batches with defined agents and prompts after explicit user confirmation.

What files to modify section is needed in a structured feature plan?

The files to modify section requires a table format listing all target files within the plan. This section is mandatory alongside implementation order and verification steps to ensure the structured feature plan passes validation for automated orchestration.