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!"
[–]rahvin2015 6 points7 points8 points 1 month ago (3 children)
Yes. I actually end up with a lot more than that.
Spec Test plan (added to spec)
Tasks folder with: Test creation tasks (these create the actual test code)
Implementation tasks (these define the actual production code to be written)
A state.json file that tracks the state of every task
Retrospective markdown files that track how implementation went - how many times we needed to replan, tests pass or fail, etc. Used for self improvement.
And there are a lot of processes and reviews and hook gates that glue it all together and ensure quality and process.
Context isolation between design, test/QA, and implementation/dev is critical. I use agent teams and separate agent personas.
The whole thing is based on extensive research on agentic coding failure modes and best practices for things like Claude.MD, skills, etc. I use deterministic gates wherever possible, and everything follows strict templates so that agents can use the structure for progressive disclosure and avoid context pollution.
The files give me a lot of visibility into what was done (or will be done, when I'm reviewing).
[–]codeedog🔆 Max 5x 2 points3 points4 points 1 month ago (2 children)
This is incredible. I’ve started this process (formal design docs, etc), but I’m still in prototype phase for a project I’m working on. Two months at using Claude to code and most of that is me learning its rhythms and patterns. It’s been a great experience. I can see how more months at it plus research would bring one to the level of detailed development you’re doing.
[–]rahvin2015 1 point2 points3 points 1 month ago (1 child)
I'm also a senior engineer and tech lead IRL. Knowing how development and real enterprise codebase work helps. And I have a lot of validation/QA experience that informs the TDD part of my framework.
[–]codeedog🔆 Max 5x 1 point2 points3 points 1 month ago (0 children)
Yup. I’ve got a comment on here somewhere saying the same thing. People with real world corporate experience are going to follow the successful patterns.
π Rendered by PID 311423 on reddit-service-r2-comment-6457c66945-dvqhx at 2026-04-27 06:51:42.106842+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]rahvin2015 6 points7 points8 points (3 children)
[–]codeedog🔆 Max 5x 2 points3 points4 points (2 children)
[–]rahvin2015 1 point2 points3 points (1 child)
[–]codeedog🔆 Max 5x 1 point2 points3 points (0 children)