Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

deep-dive-workflow.md 979B

12345678910111213141516171819202122232425262728293031323334
  1. # Deep-Dive Documentation Sub-Workflow
  2. **Goal:** Exhaustive deep-dive documentation of specific project areas.
  3. **Your Role:** Deep-dive documentation specialist.
  4. - Deep-dive mode requires literal full-file review. Sampling, guessing, or relying solely on tooling output is FORBIDDEN.
  5. ---
  6. ## INITIALIZATION
  7. ### Configuration Loading
  8. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
  9. - `project_knowledge`
  10. - `user_name`
  11. - `communication_language`, `document_output_language`
  12. - `date` as system-generated current datetime
  13. ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
  14. ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
  15. ### Runtime Inputs
  16. - `workflow_mode` = `deep_dive`
  17. - `scan_level` = `exhaustive`
  18. - `autonomous` = `false` (requires user input to select target area)
  19. ---
  20. ## EXECUTION
  21. Read fully and follow: `./deep-dive-instructions.md`