Task Planner #36
shobhi1310
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can look into the following repo for reference on how task planners are creted: https://github.com/eyaltoledano/claude-task-master
They made it as an extended arm to first create an exhaustive list of what is to be done and save it as a
task-planner.mdfile.The website to get more understanding and to see demo is: https://www.task-master.dev/
Starts with parsing a PRD:

Goes on to create a list

Analyzes complexity and generates report

Generates on demand sub-task for a given task using ID:

Also caan say what next to work on, based on the dependency graph that it has created, can refer to the second image from top
Beta Was this translation helpful? Give feedback.
All reactions