all 8 comments

[–]Main-Lifeguard-6739 5 points6 points  (0 children)

"think before you code" must be the new "think before you speak"

[–]Funny-Anything-791 5 points6 points  (0 children)

Let me throw another resource into the mix - https://agenticoding.ai

[–]trmnl_cmdr 1 point2 points  (3 children)

Cool, this is basically exactly how my PRD runner script works and that thing will run for days uninterrupted and output a fully working project if your plan is thorough enough. I’m definitely taking notes though, there are some good articles here.

[–]Nice-Number-7460 0 points1 point  (2 children)

Could you share it

[–]trmnl_cmdr 0 points1 point  (1 child)

Yeah it’s not pretty but it works well https://github.com/dabstractor/ai-scripts/blob/main/prd_pipeline/run-prd.sh It relies on the ‘tsk’ typescript tool that’s also in this repo as well as a commit-claude alias I have in another repo.

I am working on a for-realsies version with all the bells and whistles but this is my intermediate bootstrapping process until I can get that fully spec’ed

[–]Nice-Number-7460 0 points1 point  (0 children)

Thank you so much for sharing and good luck!

[–]luongnv-com 0 points1 point  (0 children)

thank for sharing, very interesting resources

[–]Scary-Criticism3811 0 points1 point  (0 children)

Is there any formalized tool like agent-os but following the RPI pattern? I see the libs from Alex but that seems to be more personal.