What problem does it solve?
It turns a natural-language task request into a structured, actionable plan that can be executed by an AI team with correct sequencing and tracking.
Core Features & Use Cases
- Request understanding & classification: Converts the user’s
/newTask [description] into a categorized request type (bug, feature, improvement, refactor) and produces a clear summary.
- Dependency-aware breakdown: Generates a task list with estimated impact areas and a dependency graph so work can proceed in the right order.
- Delegation to Manager AI: Updates
doc/AI_list.txt with the new Manager AI task slot, delegates execution, and then produces a completion acknowledgment while ensuring reporting flows to report/report.md.
Quick Start
Invoke /newTask and include what you want changed or built, for example “Refactor the projectStart flow to reduce redundant steps and improve task dependency clarity.”