deep-dive.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. # Deep-Dive Documentation Workflow Configuration
  2. name: "document-project-deep-dive"
  3. description: "Exhaustive deep-dive documentation of specific project areas"
  4. author: "BMad"
  5. # This is a sub-workflow called by document-project/workflow.yaml
  6. parent_workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
  7. # Critical variables inherited from parent
  8. config_source: "{project-root}/_bmad/bmb/config.yaml"
  9. output_folder: "{config_source}:output_folder"
  10. user_name: "{config_source}:user_name"
  11. date: system-generated
  12. # Module path and component files
  13. installed_path: "{project-root}/_bmad/bmm/workflows/document-project/workflows"
  14. template: false # Action workflow
  15. instructions: "{installed_path}/deep-dive-instructions.md"
  16. validation: "{project-root}/_bmad/bmm/workflows/document-project/checklist.md"
  17. # Templates
  18. deep_dive_template: "{project-root}/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md"
  19. # Runtime inputs (passed from parent workflow)
  20. workflow_mode: "deep_dive"
  21. scan_level: "exhaustive" # Deep-dive always uses exhaustive scan
  22. project_root_path: ""
  23. existing_index_path: "" # Path to existing index.md
  24. # Configuration
  25. autonomous: false # Requires user input to select target area