PRD parsing #67
Replies: 5 comments 2 replies
-
|
@Infinitam0 are you thinking about the # Parse a PRD and generate tasks Auto Claude if you reference a PRd to it will break it down into subtasks. This will be even clearer when we now integrate the BMAD method, since it will focus on epics with stories. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @AndyMik90 , I was indeed talking about the task-master parse-prd your-prd.txt method. Your idea of combining the parse-prd function with the BMAD method sounds very promising. Kind regards. |
Beta Was this translation helpful? Give feedback.
-
|
The current approach of decomposing a specification directly into subtasks does not support parallel execution (e.g. via worktrees), unlike a decomposition into higher-level tasks. It would be valuable to introduce a higher-level decomposition layer where an entire app_spec (such as the Anthropic Claude.ai clone example) can first be broken down into tasks, and only then further decomposed into subtasks. Tasks should be structured according to priority, dependencies, and isolation. This would enable an automatic execution mode that respects priorities and dependencies, and—when sufficient isolation is guaranteed—runs tasks in parallel. Doing so would significantly reduce later worktree merge conflicts. |
Beta Was this translation helpful? Give feedback.
-
|
I think this would still be a beneficial feature. Currently I have a PRD and a Task list thats already broken down in to stories or ticketable items (tasks for kanban). It would save a ton of time for a greenfield project to be able to simply take my already worked out specs and info and place them in a format auto-claude wants so that it can create tasks for all of those items. It would be a tremendous time saver. Currently its taking hours.. many many hours to covert these into tasks. Making basic tasks with the info I have already to start with then growing those tasks individually as needed, using the raodmap tools, ideation tool, etc would be more ideal than starting from scratch if I already have a lot of the work done. Does this make sense? You almost need a prompt or toggle, import from template or start from scratch. |
Beta Was this translation helpful? Give feedback.
-
|
Update to thoughts on this. I noticed using todays system, the format Auto-Claude uses makes it REALLY easy for us to do this ourselves by just using claude code to script the import of these tasks right into the Kanban if desired. I was able to do this with zero issues in seconds. There is no formatting on the kanban which def hurts, but we can have it use markdown formatting which would be a big improvement. I plan to manage my project both human tasks and ai tasks via this Kanban. A quick win may be a call out to using this method to achieve the task. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
Having to manually create tasks or sprints.
Proposed Solution
Parse PRDs inspired by https://github.com/eyaltoledano/claude-task-master
Alternatives Considered
Manually creating tasks.
Component
Python Backend (auto-claude/)
How important is this feature to you?
Important for my workflow
Contribution
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions