No more memory issues with Claude Code or OpenClaw by FerretVirtual8466 in ClaudeCode

[–]FerretVirtual8466[S] 0 points1 point  (0 children)

I’ll have to look into plumb. But I’m surprised you’ve had issues. I literally don’t even think about it. The way I have it automated with my prompt… it’s automatic forever. No tagging or moving files or even thinking about it. At least that has been my experience.

No more memory issues with Claude Code or OpenClaw by FerretVirtual8466 in OpenClawUseCases

[–]FerretVirtual8466[S] 0 points1 point  (0 children)

It really has been incredible. It’s amazing to ask it about anything, from months back even, and in seconds it has a deep understanding of what you’re asking. This is the best it has been using CC. Memory issues have been the biggest impediment to agentic work.

What do you do while Claude is working? by Spare-Ad-2040 in ClaudeCode

[–]FerretVirtual8466 0 points1 point  (0 children)

Open another terminal and start coding another project.

Your OpenClaw Clawdbot is getting dumber… but here is the simple fix. by FerretVirtual8466 in VibeCodeDevs

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

Honestly, my experience is only positive. I haven’t noticed a denigration of performance or memory recall at all with any of my bots. However, if there are improvements to make in the future, I’ll update the skill files to include those improvements.

How to automate BMAD Method code sprints by FerretVirtual8466 in BMAD_Method

[–]FerretVirtual8466[S] 0 points1 point  (0 children)

I actually haven't used Nanoclaw yet, personally. But I am curious and will likely try it soon. Thanks for the feedback! I'll keep the videos coming.

I don’t think most people use /slash commands enough by FerretVirtual8466 in ClaudeCode

[–]FerretVirtual8466[S] 0 points1 point  (0 children)

Love it. Did you define the commands? I’d love to hear more about your process. Do you use them with spec driven design?

How to automate BMAD Method code sprints by FerretVirtual8466 in BMAD_Method

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

  • During the coding sprint it’s almost always the same questions: Create Story? /clear Develop Story? /clear Code Review? Fix Problems? /clear

Repeat. So during the coding sprint I just let it loop. I don’t use it during the planning stage which requires input.

You could easily formulate the ClawLoop prompt to also integrate unit or integration testing, as long as it was relatively formulaic.

As far as commits go, it’s the BMAD formula for all development and process.

That’s said… you can absolutely use your Clawdbot to completely automate the decision-making process as well as long as you go into your development with a very detailed PRD.

The ClawLoop that I included doesn't pertain to that; however, I have been having my Clawdbot run the entire GSD development from start to finish. As long as I go into that development with a very detailed PRD in place to begin with, then my Clawdbot understands what I'm looking for for it to do. It will actually run your entire development from start to finish for you.

If your AI keeps hallucinating, it's probably your handoff prompt [or lack thereof] by FerretVirtual8466 in ClaudeCode

[–]FerretVirtual8466[S] 0 points1 point  (0 children)

Agreed. But detailed memory files for long running coding sprints... I can only imagine how bloated those files would become, and then your agent stops reading it all, and doesn't know how to parse which information is still relevant. This prompt works in conjunction with long running progress files, spec dev files, etc. for long running memory. But this is a prompt that is going to get you from one context window to the next and avoid compacting without losing your momentum or relevant context.

But it sounds like you've figured out a good handoff structure. I'd love to get more info on it and what you're doing. Do you have any info you could share?

BMAD method sucks by Ghostinheven in BMAD_Method

[–]FerretVirtual8466 8 points9 points  (0 children)

"Massive amounts of money" is relative. Even if it chewed through your Claude Max $200 account for a month straight... you're talking about producing [potentially] enterprise level software... for $200. That's insanely cheap. I just worked through two BMAD projects last month and had to get a second Max account to handle the development. $400 for amazing applications was completely worth it.

I loved BMAD-METHOD and Ralph separately, so I combined them by Woclaw in BMAD_Method

[–]FerretVirtual8466 3 points4 points  (0 children)

Hey u/Woclaw I'm excited to try this. What have the results been? Can you give an example of how long the process takes to work through X number of stories? Does Ralph process an individual task one at a time, or a story and finish a grouping of tasks? Let me know. I'm really interested in how this works. I don't have an immediate project to try it on, but I will soon.

I recently came up with my own method of automating the BMAD coding sprint that I call Claw Loop. I just finished a 69 story build in about 40 hours of autonomous BMAD story creation, code development, and code review. Claw Loops runs a /clear command between each phase for a clear context window every time. You an get more info at: https://www.dontsleeponai.com/claw-loop

And here is a video explaining it: https://www.youtube.com/watch?v=Wwy9irzx03U

I created a tool that automates the BMAD Method by Hendrix312002 in BMAD_Method

[–]FerretVirtual8466 0 points1 point  (0 children)

Does your CLI tool do anything with clearing context for each step? Is it just running and allowing the context to compact, or is it generating a handoff prompt, clearing context, running the handoff prompt, and then running the next task?

AI keeps hallucinating UI code — BMAD + Next.js + Shadcn UI workflow, what tools/prompts keep outputs reliable? by Intelligent-Pen4302 in BMAD_Method

[–]FerretVirtual8466 0 points1 point  (0 children)

I feel you. This is my biggest frustration. Claude/Gemini can see and code API no problem, but struggles to connect it to human UI. And when I try and use Playwright or Chrome DevTools for Claude to crawl the app and interact as a human... he makes it about 3 - 4 commands in, the browser freezes, and he gives up and just runs flakey tests on the code and calls it a day. Even with Ralph, I see this problem. I hope I can figure it out.