Replies: 2 comments 1 reply
|
This relates to a proposal I just submitted: #739 |
1 reply
|
Close, with one correction: you don't need a "create specs" change first. Skip the baseline step entirely. Pick a small, real change you were going to make this week and run the normal loop: After archiving, If you'd rather watch the whole loop run on your own code with narration, the expanded Both are documented in Using OpenSpec in an Existing Project. Closing as answered — reopen or comment if your case is different. |
0 replies
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.
What is the process for creating OpenSpec specs for an existing large project? Do I simply
/opsx:new create specsand Claude Code will fill inproposal.md,design.md, andspecs/*based on the existing code? Then I simply /opsx:archive? After that, I can start/opsx:newing features/bug fixes?All reactions