Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@florian-trehaut/bmad-global

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@florian-trehaut/bmad-global

Personal fork of BMad Method with global flat install, Agent Teams, and workflow improvements

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

bmad-global — Personal BMad Fork

Upstream License: MIT Node.js Version

Personal fork of BMad Method with opinionated extensions for daily professional use.

What this fork adds

This fork extends the upstream BMad Method with:

  • Global flat install — Skills install to ~/.claude/skills/{skill-name}/ for Claude Code discovery, with auto git commit/push
  • Agent Teams infrastructure — Shared schemas, protocols, and conventions for Claude Code Agent Teams (bmad-shared/)
  • Knowledge Bootstrap — Automated workflow-knowledge file generation (bmad-knowledge-bootstrap)
  • Daily Planning — Personal daily planning workflow with velocity tracking (bmad-daily-planning)
  • TEA suite — Test Engineering & Automation skills (ATDD, automation, CI, framework, test review, traceability)
  • Desktop validation — Business validation gate for desktop applications (bmad-validation-desktop)
  • Workflow improvements — "Investigate first, ask second" for troubleshooting, anti-rationalization rule for code review
  • Path corrections — All skill paths updated for global flat install (no more _bmad/core/ dead refs)
  • Upstream sync skillbmad-upstream-sync for merging upstream changes with guided conflict resolution

Quick Start

Option 1: npx (no clone needed)

npx @florian-trehaut/bmad-global install

Option 2: Clone and install from source

git clone https://github.com/florian-trehaut/bmad-global.git
cd bmad-global
npm ci
npx bmad install --force

After install, open any project in Claude Code — all bmad-* skills are available globally.

Upstream Sync

This fork tracks bmad-code-org/BMAD-METHOD as upstream. To merge upstream changes:

bmad-upstream-sync

This runs the upstream sync skill which fetches, analyzes divergence, resolves conflicts guided by our conventions, and produces a clean merge commit.

Project Structure

src/
  core-skills/          # Framework skills (shared, init, help, builders)
  bmm-skills/           # BMad Method skills by category
    1-analysis/         # Research, documentation, product briefs
    2-plan-workflows/   # PRD, UX, specs, validation
    3-solutioning/      # Architecture, epics, readiness checks
    4-implementation/   # Dev, review, test, troubleshoot, sprint
tools/cli/              # Installer and CLI
test/                   # Test suites
docs/                   # Documentation site (Starlight)

Key Differences from Upstream

AspectUpstreamThis fork
Install target_bmad/ in project~/.claude/skills/ global
Skill layoutNested _bmad/core/, _bmad/bmm/Flat ~/.claude/skills/bmad-*/
Config loading_bmad/bmm/config.yaml.claude/workflow-context.md
Shared files path{project-root}/_bmad/core/bmad-shared/~/.claude/skills/bmad-shared/
Agent TeamsNot supportedSchemas + protocols in bmad-shared
Issue trackerGitHub IssuesLinear (via MCP)

Development

npm test          # Run all checks (refs, install, lint, format)
npm run lint      # ESLint
npm run lint:md   # Markdownlint (781+ files)
npm run format    # Prettier check

Upstream

License

MIT License — see LICENSE.

BMad and BMAD-METHOD are trademarks of BMad Code, LLC. See TRADEMARK.md.

Keywords

agile

FAQs

Package last updated on 18 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts