Loading runs…
The planner will break this down into tasks automatically.
Build an MVP for my educational toy
- Research_Market: Research competitors and pricing
- Design_Hardware: Design PCB and enclosure [depends: Research_Market]
- Develop_Software: Build the firmware [depends: Research_Market]
- Integrate: Combine hardware and software [depends: Design_Hardware, Develop_Software]
- User_Testing: Run pilot with 5 kids [depends: Integrate]
First non-bullet line is the goal. Lines starting with
-
are tasks. Add
[depends: Task_A, Task_B]
to specify dependencies. The system will run tasks without dependencies in parallel.