Skip to content

chore(repo): remove unused BMAD method workflows and Cursor rules#209

Merged
wab merged 1 commit into
mainfrom
chore/remove-bmad
May 22, 2026
Merged

chore(repo): remove unused BMAD method workflows and Cursor rules#209
wab merged 1 commit into
mainfrom
chore/remove-bmad

Conversation

@wab

@wab wab commented May 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Delete .agent/workflows/bmad/ (63 files) and .cursor/rules/bmad/ (66 files) — BMAD method scaffolding we no longer use (we standardised on Matt Pocock skills + Claude Code agents).
  • Both parent directories contained only BMAD content → removed entirely (.agent/, .cursor/).
  • Add .agent/ and .cursor/ to .gitignore as a soft guard against accidental re-commits.

Total: 129 files / ~524 KB removed in a single atomic chore commit.

Closes #207.

Verification

  • git grep -i bmad returns no real matches in tracked files (only our own .gitignore comment + base64 PSI noise under untracked tmp/)
  • git ls-files .agent .cursor returns empty
  • pnpm typecheck && pnpm check green locally
  • No references to .agent / .cursor / bmad in app/, CLAUDE.md, AGENTS.md, or docs/

Recovery

If anything turns out to depend on these trees (it shouldn't): git revert this commit. Both trees are entirely self-contained.

The .agent/workflows/bmad/ tree (63 files) and .cursor/rules/bmad/ tree
(66 files) were imported when BMAD was being trialled as a workflow
framework. We standardised on Matt Pocock skills (triage, to-prd, to-issues,
tdd) plus Claude Code agents instead, leaving ~524 KB of BMAD scaffolding
unused but visible in IDE rule pickers and skill discovery.

Both parent directories (.agent/, .cursor/) contained only BMAD content,
so they are removed entirely. Add both to .gitignore as a soft guard
against accidental re-commits if BMAD or another scaffolder is ever run
locally.

Verified: zero references in tracked source, docs, CLAUDE.md, AGENTS.md.

Closes #207.
@vercel

vercel Bot commented May 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview May 22, 2026 12:54pm

Request Review

@wab wab merged commit 204f82c into main May 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(repo): remove unused BMAD method workflows and Cursor rules

1 participant