how to use for python projects? #123
-
|
Can we use this for development of python projects? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Absolutely. Just make sure your PRD is explicit about the stack. Once you've parsed the PRD into tasks with This will go through all tasks and subtasks and update them with that nuance if for whatever reason it was missed when the PRD was generated. You can also do this on a per task basis with |
Beta Was this translation helpful? Give feedback.
Absolutely. Just make sure your PRD is explicit about the stack. Once you've parsed the PRD into tasks with
parse-prd, I would run a quicktask-master update --prompt="Ensure all tasks and subtasks are referencing solutions in python and not javascript or other."This will go through all tasks and subtasks and update them with that nuance if for whatever reason it was missed when the PRD was generated.
You can also do this on a per task basis with
update-taskor sub-task withupdate-subtask-- note that update-subtask will not completely redo the task/subtasks but it will instead APPEND to the subtask description, making it ideal for "building up context" into the subtask as you go so tha…