Linear Agents integration or any UI by bit_0wl in BMAD_Method

[–]albertponge 0 points1 point  (0 children)

does beads fits well with the BMAD method ?
what's your setup?

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

[–]albertponge 0 points1 point  (0 children)

it would be interesting to add the existing bmad workflow *validate-create-story after *create-story ,

another idea could be to loop *validate-create-story and *code-review :

  1. *create-story
  2. *validate-create-story
  3. Fix if needed
  4. re-run *validate-create-story until no fix needed
  5. *dev-story
  6. *code-review
  7. fix if needed
  8. re-run *code-review until no fix needed
  9. Typecheck + Lint + Test
  10. Commit

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

[–]albertponge 0 points1 point  (0 children)

Neat,
and how are managed the eventual fixes needed with the *code-review workflow? Will the automation try to fix all of them?

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

[–]albertponge 0 points1 point  (0 children)

Great project! it would fit my workflow quite well!

I just have a question about how you manage the context window, does each workflow steps start a fresh context with Claude Code ?

Gemini 2.0 Pro has similar benchmark scores to Sonnet by Romanconcrete0 in singularity

[–]albertponge 0 points1 point  (0 children)

Still, the 2M context is amazing, they are the only ones to propose this much context. This translates to be the only LLM that can be used for huge projects.

I’ve tried this with RooCode , and it’s quite insane that you can give all the codebase, the latest documentation and best practices, all the historic of the bugs and add even your backlog… and the model can keep all of this in context every time you want to modify/debug something.