Integrating parallel flows into BMAD natively to improve task creation. #8
Replies: 1 comment
-
|
Hey! Totally missed the notification about this. I kinda stopped working on BMAD because Claude Code doesn't seem to like Agile. It was a struggle to prevent it from stripping things out every time I tried to make a change. I have a private repo where I attempted to rebuild BMAD from the ground up to be completely Claude Code native. A big part of that was parallelization. Unfortunately, I couldn't get good enough results to make it public. There was a ton of semantic drift where one agent would use a term in one meaning of the word, then another agent would use it in another way, which totally changed the meaning and introduced tons of bugs. This happened repeatedly and I eventually nuked most of the work. You mentioned GH issues, and that is sorta what I'm leaning toward now. However, not just issues, but using GitHub's native Projects (v2) to force additional structure. Their v2 Projects API is GraphQL only, and Claude actually writes GraphQL queries natively. So in theory, you can make the agents aware of the API, then have them directly write queries and skip dealing with resolvers or any code when interacting with the Projects API. Since Projects is built on top of Issues/PRs, this essentially adds different views (Kanban, roadmaps, etc.) to the humans working on the project. Maybe you figured this out since you started this thread, but the native CC In the native Where we can get the power back is via the Claude Code SDK. Via the SDK, Claude can generate native The last time I worked on it was about a day before Hooks came out, which makes all of this potentially even more powerful. I dunno, I have a private repo where I started to build the translation layer between GH and the native Claude Code features, but haven't built it out yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tested Bmad-Claude-Code today, it worked really well, from someone who used the official BMAD, it was a great improvement, thanks for your work!
Using OPUS-4 as orchestrator and Sonnet-4/Haiku, based on task evaluation. It`s an ambitious goal, but i think we could make great advancements using the most modern patterns of AI improvements.
Task Creator (Multiple Instances) => Update for considering parallel tasks and different models for sub-agents
Task Evaluator => Evaluate the different artifacts created and merge for best results in tasks and reduce HIL
Task GH Issues => Then create this task in Github issues using the cli
Task Execution=> Retrieve from GH issues, and execute using the proper instructions set before
I wanted to ask you, have you tested further on the idea of having an opus-4, orchestrating little haiku or sonnet instances? I tried some prompts, but couldnt validate if it were really spawning little agents, or just hallucinating.
I would love to brainstorm about, and add my contributions to the repo.
Beta Was this translation helpful? Give feedback.
All reactions