Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.
🚀 Build your own BMad modules and share them with the community! Get started or submit to the marketplace.

Established Projects FAQ

Quick answers to common questions about working on established projects with the BMad Method (BMM).

bmad-document-project is deprecated — its replacement is bmad-project-context, which writes a small verified block into your repo’s AGENTS.md instead of generated documentation. Running it first is highly recommended, especially if:

  • No existing documentation
  • Documentation is outdated
  • AI agents need context about existing code

You can skip it if your repo already has maintained agent instructions, or you’ll use other tools or techniques to aid discovery for the agent to build on an existing system.

Don’t worry about it — run bmad-project-context at any time. Its refresh and audit intents also keep the context true during and after a project, and it treats any docs you already generated as sources to verify.

Run bmad-build, just as you would for new development. It will:

  • Auto-detect your existing stack
  • Analyze existing code patterns
  • Detect conventions and ask for confirmation
  • Generate context-rich spec that respects existing code

You can enter directly for a clear change or provide a planned story and its upstream artifacts for larger work.

What if my existing code doesn’t follow best practices?

Section titled “What if my existing code doesn’t follow best practices?”

Build detects your conventions and asks: “Should I follow these existing conventions?” You decide:

  • Yes → Maintain consistency with current codebase
  • No → Establish new standards (document why in spec)

BMM respects your choice — it won’t force modernization, but it will offer it.

Have a question not answered here? Please open an issue or ask in Discord so we can add it!