Jump to content

AI Workflows & Patterns: Difference between revisions

From Wiki
Marcluer (talk | contribs)
m Marcluer moved page AI Workflow to AI Workflows & Patterns
Marcluer (talk | contribs)
mNo edit summary
Line 18: Line 18:




== AI Workflow ==
== BMAD ==
* https://github.com/bmad-code-org/BMAD-METHOD
* https://github.com/bmad-code-org/BMAD-METHOD
* <syntaxhighlight lang="bash">
# install nvm for node 20+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
nvm install 20
# install bmad
git clone https://github.com/bmadcode/bmad-method.git
cd bmad-method
npm install
npm run install:bmad
</syntaxhighlight>


== AI model compare / competition ==
== AI model compare / competition ==

Revision as of 17:44, 4 September 2025