AI Assistants
Collection of relevant AI Driven Development Kits.
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
AI Assistants
Collection of relevant AI Driven Development Kits.
bmad-methodopen-specspec-kit
How am I using this repository?
My 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/bmm
How the dev-kits are being updated?
OpenSpec 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' `
`
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
2. Apply Deepthink Protocol (reason about dependencies
risks