What problem does it solve? Large initiatives are hard to execute when they arrive as one undifferentiated block of work. This Skill breaks an agreed initiative into independently reviewable units (normally one PR each), maps their dependencies, and defines the integration evidence needed to prove the whole effort succeeds. ## Core Features & Use Cases - Work Unit Decomposition: Splits an initiative into units with stable identities, acceptance summaries, dependencies, and delivery boundaries, avoiding horizontal splits that leave behavior broken. - Dependency Sequencing: Represents dependency edges and satisfaction conditions, detects cycles or blocked prerequisites, and plans integration checkpoints beyond individual unit tests. - Initiative Record Management: Creates or updates a single epic record (using the references/epic-record.md template) preserving existing IDs, completed history, and source observation coverage. - Use Case: A team agrees to migrate a dashboard to a new API. Use this Skill to produce a dependency graph of reviewable PR-sized units, identify the next ready unit, and define the combined acceptance criteria before any code is written. ## Quick Start Use plan-epic to decompose the dashboard migration initiative into reviewable work units with dependencies and integration checkpoints.