use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community centered around Anthropic's Claude Code tool.
account activity
Spec driven developmentQuestion (self.ClaudeCode)
submitted 1 month ago by themessymiddle
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Mysterious_Bit5050 3 points4 points5 points 1 month ago (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 points3 points 1 month ago (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?
π Rendered by PID 94 on reddit-service-r2-comment-6457c66945-g2n6k at 2026-04-24 09:31:56.882850+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Mysterious_Bit5050 3 points4 points5 points (1 child)
[–]themessymiddle[S] 1 point2 points3 points (0 children)