plan-orchestrator

Convert bullet lists into ordered plans with coverage verification.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anthril/official-claude-plugins --skill plan-orchestrator-anthril
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-orchestrator
Source: https://github.com/anthril/official-claude-plugins/tree/main/plugins/software-development/skills/plan-orchestrator
Command: npx skills add https://github.com/anthril/official-claude-plugins --skill plan-orchestrator-anthril

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Plan orchestration helps teams convert scattered bullets into a deterministic, audit-ready plan with assigned accountability and traceable changes.

Core Features & Use Cases

  • Orchestrates multiple domains (frontend, backend, database, infrastructure, and documentation) from a single bullet list.
  • Generates validated task routing, per-task investigations, and a final consolidated plan with evidence.
  • Real-world scenario: given a list of tasks, produce a fully documented plan with risk and verification steps.

Quick Start

Paste a bullet list into the input and obtain a fully verified, ready-to-execute plan.

Frequently Asked Questions about plan-orchestrator

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

FAQPage Schema
How do I convert a bullet list into a structured execution plan with task routing?

To convert a bullet list into a structured execution plan, paste your multi-line tasks into the input. The orchestrator routes each item to domain-specific sub-agents for investigation and aggregates the findings into a single, ordered plan with coverage verification.

What is plan orchestration for software engineering tasks?

Plan orchestration is the process of transforming scattered task bullets into a deterministic, audit-ready plan. It assigns accountability by routing work to domains like frontend, backend, database, infrastructure, testing, security, and documentation, ensuring traceable changes.

Can I generate a project plan without modifying my source code?

Yes, you can generate a project plan without modifying source code. The orchestrator operates in a read-only mode, meaning it investigates the codebase and aggregates findings without applying any edits, safely surfacing unresolved items for manual review instead.

How does domain routing work when planning tasks across frontend and backend?

Domain routing works by analyzing your bullet list and dispatching individual tasks to specialized sub-agents. Each agent—whether for frontend, backend, database, infrastructure, testing, security, or documentation—conducts per-task investigations and returns evidence for the consolidated plan.

What is the best way to automate project planning from a simple task list?

The best way to automate project planning from a simple task list is using an orchestration tool that validates task routing and generates per-task investigations. This approach aggregates domain-specific findings into a cohesive, fully documented plan with risk and verification steps.

What happens to unresolved items during automated plan generation?

During automated plan generation, unresolved items are surfaced explicitly for manual review. The orchestrator aggregates findings from domain-specific sub-agents and flags any tasks lacking clear evidence or ownership, ensuring a deterministic plan with assigned accountability.