What problem does it solve?
Orchestrates task operations for software delivery by automatically discovering the team context, decomposing a Story into an IDEAL plan of 1-8 implementation tasks, and delegating work to specialized workers (ln-301 or ln-302). It enforces constraints to keep tests/refactors out of the IDEAL plan and ensures foundation-first execution order.
Core Features & Use Cases
- Auto-discovers Team ID and loads Story context (AC, Technical Notes) to bootstrap planning.
- Builds an IDEAL plan of 1-8 implementation tasks in Foundation-First order.
- Delegates to ln-301-task-creator or ln-302-task-replanner with the correct payload; supports plan-mode preview.
- Validates task independence, assigns parallel groups, and returns worker results as part of the orchestration.
- Supports Mode detection (CREATE/ADD/REPLAN) and can operate in plan-mode to preview the IDEAL plan without delegating.
Quick Start
Describe and generate the IDEAL task plan for a Story and prep the delegation payload for ln-301 or ln-302.