What problem does it solve?
OmegaOS-native implementation planner reads Vision/PRD/CLAUDE.md, decomposes the work into a DAG of single-worker-dispatch steps, and emits a typed .planner/tracker.json that the Rust engine omega plan-run executes with structural can't-skip enforcement (Gate) and independent verify-command proof (Guardian). Replaces the prose-only VPS planner: sequential execution is enforced by the engine, not by instructions.
Core Features & Use Cases
- Decomposes goals into discrete, verifiable steps aligned with Vision/PRD requirements.
- Emits a ready-to-run tracker JSON for omega plan-run with explicit dependencies and file-touch scopes.
- Supports multi-language prompts and re-usable planning templates for consistent handoffs.
Quick Start
Describe Vision/PRD goals and let the planner generate a .planner/tracker.json to drive omega plan-run.