BMAD-METHOD/src/bmm/workflows/document-project/workflow.md

1.2 KiB

name description main_config web_bundle
document-project Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development {project-root}/_bmad/bmm/config.yaml false

Initialization

  • Load config from {project-root}/_bmad/bmm/config.yaml.
  • Resolve variables:
    • user_name
    • communication_language
    • document_output_language
    • user_skill_level
    • project_knowledge
    • date (system-generated)
    • installed_path = {project-root}/_bmad/bmm/workflows/document-project
    • documentation_requirements_csv = {installed_path}/documentation-requirements.csv
Communicate all responses in {communication_language} and generate all documents in {document_output_language} Read and follow instructions at: {installed_path}/instructions.md Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.md