Brownfield Development FAQ
Quick answers to common questions about brownfield (existing codebase) development in the BMad Method (BMM).
Questions
Section titled âQuestionsâ- What is brownfield vs greenfield?
- Do I have to run document-project for brownfield?
- What if I forget to run document-project?
- Can I use Quick Spec Flow for brownfield projects?
- How does workflow-init handle old planning docs?
- What if my existing code doesnât follow best practices?
What is brownfield vs greenfield?
Section titled âWhat is brownfield vs greenfield?â- Greenfield â New project, starting from scratch, clean slate
- Brownfield â Existing project, working with established codebase and patterns
Do I have to run document-project for brownfield?
Section titled âDo I have to run document-project for brownfield?âHighly recommended, especially if:
- No existing documentation
- Documentation is outdated
- AI agents need context about existing code
- Level 2-4 complexity
You can skip it if you have comprehensive, up-to-date documentation including docs/index.md.
What if I forget to run document-project?
Section titled âWhat if I forget to run document-project?âWorkflows will lack context about existing code. You may get:
- Suggestions that donât match existing patterns
- Integration approaches that miss existing APIs
- Architecture that conflicts with current structure
Run document-project and restart planning with proper context.
Can I use Quick Spec Flow for brownfield projects?
Section titled âCan I use Quick Spec Flow for brownfield projects?âYes! Quick Spec Flow works great for brownfield. It will:
- Auto-detect your existing stack
- Analyze brownfield code patterns
- Detect conventions and ask for confirmation
- Generate context-rich tech-spec that respects existing code
Perfect for bug fixes and small features in existing codebases.
How does workflow-init handle old planning docs?
Section titled âHow does workflow-init handle old planning docs?âworkflow-init asks about YOUR current work first, then uses old artifacts as context:
- Shows what it found (old PRD, epics, etc.)
- Asks: âIs this work in progress, previous effort, or proposed work?â
- If previous effort: Asks you to describe your NEW work
- Determines level based on YOUR work, not old artifacts
This prevents old Level 3 PRDs from forcing Level 3 workflow for a new Level 0 bug fix.
What if my existing code doesnât follow best practices?
Section titled âWhat if my existing code doesnât follow best practices?âQuick Spec Flow 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 tech-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!