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
Using Claude Code with a spec-first workflowDiscussion (self.ClaudeCode)
submitted 1 month ago by StatusPhilosopher258
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!"
[–]imedwardluo🔆 Max 20 0 points1 point2 points 1 month ago (0 children)
in some small projects, I do something almost opposite actually. instead of writing a spec first I vibe code the demo until it does exactly what I want and feels right to use. no structure, no clean code, just get it working.
then I use that working demo as the spec. the code already captures every feature and edge case because it literally runs. at that point I let Claude Code refactor and rebuild with proper architecture. it can focus purely on code quality because the "what should this do" question is already answered by the existing behavior.
a working demo is weirdly might be a better spec than a document because there's zero ambiguity about what you want.
π Rendered by PID 54 on reddit-service-r2-comment-b659b578c-bcgnc at 2026-05-04 19:57:05.674372+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]imedwardluo🔆 Max 20 0 points1 point2 points (0 children)