What problem does it solve?
Converts an ambiguous task request into a structured, multi-step implementation plan with supporting evidence, clarification prompts, and handoff-ready task artifacts to reduce back-and-forth during development.
Core Features & Use Cases
- Multi-angle code exploration: Performs 1–4 targeted explorations to gather architecture, security, performance, and integration context, then records findings into per-angle JSON artifacts.
- Clarification-driven planning: Aggregates clarification needs across explorations and asks up to four questions per round (multi-round until clarified or exhausted).
- Two-layer plan output with task decomposition: Produces session-scoped artifacts including planning-context.md, plan.json, and independent .task/TASK-*.json files, then hands off to workflow-lite-execute for implementation.
- Best-fit workflow modes: Supports auto mode (-y) to skip clarification and confirmation, and force exploration to re-check code even when prior analysis exists.
Quick Start
Ask workflow-lite-plan to produce an execution-ready plan for the repository change described in a task message, running in auto mode with clarification and confirmation skipped.