←back to thread

The Claude Code Framework Wars

(shmck.substack.com)
125 points ShMcK | 5 comments | | HN request time: 0.408s | source
Show context
matt3D ◴[] No.45156172[source]
Pretty surprised BMAD-method wasn't mentioned.

For my money it's by far the best Claude Code compliment.

replies(4): >>45156236 #>>45156624 #>>45156645 #>>45165605 #
1. CGamesPlay ◴[] No.45156624[source]
What is this? Just a system prompt? What makes it so good for you?

https://github.com/bmad-code-org/BMAD-METHOD

replies(3): >>45156657 #>>45157235 #>>45157970 #
2. 3uler ◴[] No.45156657[source]
It’s basically a set of commands and agents and a way to structure context.
replies(1): >>45165619 #
3. matt3D ◴[] No.45157235[source]
It manifests as a sort of extension for Claude Code.

When I'm in the terminal I can call on Agents who can create standardised documents so there is a memory of the product management side of things that extends beyond the context window of Claude.

It guides you through the specification process so that you have extremely tight tasks for Claude to churn through, with any context, documentation and acceptance criteria.

Perhaps there are others similar, but I have found it completely transformative.

4. imiric ◴[] No.45157970[source]
This amuses me to no end: https://github.com/bmad-code-org/BMAD-METHOD/issues/546

An AI tool finding issues in a set of YAML and Markdown files generated by an AI tool, and humans puzzled by all of it.

> We should really have some code reviewer...

Gemini to the rescue!

5. touristtam ◴[] No.45165619[source]
It is Agile for interactive session with an LLM.