Replies: 1 comment 8 replies
-
|
Ha! I logged in to start a conversation on slash commands!!! Here's where I was going with it: I started experimenting with parallelization. This quickly lead to thinking about token use and/or rate-limiting (depending on API vs. Max subscription). The obvious next step was considering Opus vs. Sonnet modes for parallel tasks. That lead to the Where it got weird was discovering Claude is unable to see any references to the model switching in the CLI docs. Struck me as super odd, and seems like Anthropic is doing that intentionally. I think it also makes sense to adapt Claude Code's native Your suggestion to also use custom slash commands is smart, and I'll definitely look into it. TBH, I predict this will all significantly diverge from BMAD soon. Claude Code always tries to remove and redesign the structure. I want to be respectful of their work, so calling this BMAD as it diverges from their vision may confuse and detract - which I don't want to do. My current thinking is to keep this fork as close to the BMAD method as possible, and build a Claude Code method from the ground up in a new repo. Those tangents aside, did you have specifics in mind regarding custom slash commands? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be interesting to see if some of the tasks could be extracted as custom slash commands.
https://docs.anthropic.com/en/docs/claude-code/tutorials#create-custom-slash-commands
Beta Was this translation helpful? Give feedback.
All reactions