What is the best way to update / rebuild incrementally when new requirements are discovered #347
Replies: 3 comments
-
|
Each time you use the It's up to you to integrate those features into the main branch. Also, I believe new specifications are contextually informed about previous specifications (and by the overall constitution). Mainly just play around with branching and merging working code in. |
Beta Was this translation helpful? Give feedback.
-
|
I also need to establish a method for modifying existing requirements. Should also related to this discussion: #52 |
Beta Was this translation helpful? Give feedback.
-
|
So the way I have been working (please anyone who knows better let me know.) I put ALL my tech requirements in the constitution, I don't want to have to keep doing that for each requirement, I then pull out the features and do a /specify for each feature.. for example /specify please create me bootstrap for the CRM system that I am developing.
Out of scope
I did also need to put each of the prompts through the anthropic prompt optimiser (using Claude code here), to get them stop over generating; but I think the results are now pretty good. Feedback on this approach appreciated. Colin |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I created an initial spec with /specify, completed the planning and tasks steps. Then oops...I realized I missed a requirement. What is the best way to incorporate changes into the spec? I know I can update spec.md directly, but it feels like it would be better to have the agent take my raw input for the changes I want to see, and blow them out to full blown specs like it did the first time through.
Beta Was this translation helpful? Give feedback.
All reactions