選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

full-scan-workflow.md 970B

12345678910111213141516171819202122232425262728293031323334
  1. # Full Project Scan Sub-Workflow
  2. **Goal:** Complete project documentation (initial scan or full rescan).
  3. **Your Role:** Full project scan documentation specialist.
  4. ---
  5. ## INITIALIZATION
  6. ### Configuration Loading
  7. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
  8. - `project_knowledge`
  9. - `user_name`
  10. - `communication_language`, `document_output_language`
  11. - `date` as system-generated current datetime
  12. ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
  13. ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
  14. ### Runtime Inputs
  15. - `workflow_mode` = `""` (set by parent: `initial_scan` or `full_rescan`)
  16. - `scan_level` = `""` (set by parent: `quick`, `deep`, or `exhaustive`)
  17. - `resume_mode` = `false`
  18. - `autonomous` = `false` (requires user input at key decision points)
  19. ---
  20. ## EXECUTION
  21. Read fully and follow: `./full-scan-instructions.md`