What problem does it solve?
Decomposing large planning documents into structured, implementable work items is error-prone and time-consuming. This skill automates the process by translating reviewed plan docs into epics, tasks, and their dependencies for orchestration.
Core Features & Use Cases
- Catalog planning inputs: reads the plan index and each plan doc, its addenda, and the test harness to build a comprehensive bead catalog.
- Sizing & bundling: applies planning rules to create meaningful beads sized for implementation and testing, avoiding overly granular tasks.
- Dependency analysis: builds intra- and cross-doc dependencies, detects cycles, and outlines the critical path for parallel work.
- Bead generation: creates an epic with child tasks and a verification bead; supports dry-run to preview proposals without creating work.
Quick Start
Identify the scope from docs/plans and generate bead proposals for the main plan doc and its addenda.