What problem does it solve? Coordinating multi-agent work on an epic or feature often produces vague plans, overlapping file ownership, and untracked progress. This Skill generates structured execution plans that assign every task a single owner, disjoint file scope, required skills, and concrete verification commands, while keeping feature_list.json and progress logs synchronized. ## Core Features & Use Cases - Structured Epic Planning: Normalizes a request into docs/plan/<epic>/PLAN_<epic>.md with scope, invariants, dependency waves, and a task/owner/skill matrix. - TDD-Prescribed Tasks: Every behavior task specifies a failing test, red run, minimal green implementation, refactor, and evidence recording. - Synchronized Tracking: Updates feature_list.json, docs/claude-progress.md, and docs/session-handoff.md so planned work stays consistent across artifacts. - Use Case: Given a PRD for a new Supabase-backed Angular feature, produce a plan splitting backend, frontend, documentation, and QA work across agents with exact files and verification commands. ## Quick Start Use the plan-orchestrator skill to create an execution plan for the new reporting epic based on the PRD in docs.