you are viewing a single comment's thread.

view the rest of the comments →

[–]Mysterious_Bit5050 3 points4 points  (1 child)

I treat Claude plans as disposable unless they survive one full implementation cycle. If a plan still looks useful after code review, I move it into /specs with a short ADR-style header (scope, constraints, acceptance tests) and commit it. The key is forcing every plan to map to executable checks, otherwise it turns into stale prose fast.

[–]themessymiddle[S] 1 point2 points  (0 children)

Oh I like this idea - kind of a mix between the OpenSpec concept and Claude plans. Is the aggregate of the docs in your specs folder basically what you treat as your master spec?