Most active commenters
  • 3uler(3)

←back to thread

The Claude Code Framework Wars

(shmck.substack.com)
125 points ShMcK | 11 comments | | HN request time: 0s | source | bottom
1. 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 #
2. MarcelOlsz ◴[] No.45156236[source]
Same with taskmaster, also not there.
replies(1): >>45156662 #
3. 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 #
4. 3uler ◴[] No.45156645[source]
The BMAD system seems similar to the AgentOS mentioned in the post.

This way of context engineering has definitely been the way to go for me, although I’ve just implemented it myself… using Claude to help generate commands and agents and tweaking them to my liking, lately been using json as well as markdown to share context between steps.

5. 3uler ◴[] No.45156657[source]
It’s basically a set of commands and agents and a way to structure context.
replies(1): >>45165619 #
6. 3uler ◴[] No.45156662[source]
I never found taskmaster that useful, something about how it forced you to work didn’t click with me…
replies(1): >>45161145 #
7. 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.

8. 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!

9. MarcelOlsz ◴[] No.45161145{3}[source]
Yeah that's fair, it doesn't feel great. It does work if you have something very concrete you want to make and know how to do it, so its pretty easy to scope out into some tasks and subtasks, but working on something where you generate it as you go and requires editing tasks its pretty bad.
10. touristtam ◴[] No.45165605[source]
BMAD is mentioned in the QA part, FWIW.
11. touristtam ◴[] No.45165619{3}[source]
It is Agile for interactive session with an LLM.