General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Collection of relevant AI Driven Development Kits.
Sign in to like and favorite skills
Collection of relevant AI Driven Development Kits.
bmad-methodopen-specspec-kitMy usual workflow is to add symlinks on projects I am willing to use any of these dev-kits. When the dev-kit is no longer necessary, I remove the symlink.
When I want to use
BMAD-Method on Cursor, I just add its Cursor folder as
symlink. For example:
./bmad-method/.cursor/rules/bmad./bmad-method/.cursor/rules/bmad/bmmOpenSpec and Spec Kit are being updated daily through
.gitlab-ci.yml.
Unfortunatelly due their interactive installation, I could not find a way to automate the process for
bmad-method, though I was told they will provide a
non-interactive installation soon.
Even trying to pipe the answers, I could not find a way to make it work, so they will need to be manually updated.
# PowerShell rm -r -fo ./bmad-method ; ` docker run --rm -it ` -v ${PWD}/bmad-method:/tmp ` -w /tmp ` --name /ai-driven-development-kits ` node:25.2.1-alpine ` sh -c 'npx -y bmad-method@alpha install' ` `