AI Assistants

Collection of relevant AI Driven Development Kits.

Views0
PublishedJan 14, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

AI Assistants

Collection of relevant AI Driven Development Kits.

  • bmad-method
  • open-spec
  • spec-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' `
`
Share: