Re-running /tasks after /analyze made more detailed tasks (YMMV) #618
samuelscalf
started this conversation in
General
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.
-
I was just testing out a simple flow and noticed this nice outcome.
I ran
/constitution
,/specify
,/clarify
,/plan
,/tasks
, and/analyze
. After telling the LLM directly to resolve all found constitution violations based off answers I gave, I re-ran/tasks
as it had only updated the plan. In the end, instead of having single-line tasks, it created multi-line tasks like the below example -- I removed all specifics to just display the format.I'm not sure if it would always do this, but having it break out all the tasks this way seems to help the LLM a lot with
/implement
.Beta Was this translation helpful? Give feedback.
All reactions