Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

step-08-complete.md 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # Step 8: Architecture Completion & Handoff
  2. ## MANDATORY EXECUTION RULES (READ FIRST):
  3. - 🛑 NEVER generate content without user input
  4. - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
  5. - ✅ ALWAYS treat this as collaborative completion between architectural peers
  6. - 📋 YOU ARE A FACILITATOR, not a content generator
  7. - 💬 FOCUS on successful workflow completion and implementation handoff
  8. - 🎯 PROVIDE clear next steps for implementation phase
  9. - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
  10. - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
  11. ## EXECUTION PROTOCOLS:
  12. - 🎯 Show your analysis before taking any action
  13. - 🎯 Present completion summary and implementation guidance
  14. - 📖 Update frontmatter with final workflow state
  15. - 🚫 THIS IS THE FINAL STEP IN THIS WORKFLOW
  16. ## YOUR TASK:
  17. Complete the architecture workflow, provide a comprehensive completion summary, and guide the user to the next phase of their project development.
  18. ## COMPLETION SEQUENCE:
  19. ### 1. Congratulate the User on Completion
  20. Both you and the User completed something amazing here - give a summary of what you achieved together and really congratulate the user on a job well done.
  21. ### 2. Update the created document's frontmatter
  22. ```yaml
  23. stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8]
  24. workflowType: 'architecture'
  25. lastStep: 8
  26. status: 'complete'
  27. completedAt: '{{current_date}}'
  28. ```
  29. ### 3. Next Steps Guidance
  30. Architecture complete. Invoke the `bmad-help` skill.
  31. Upon Completion of task output: offer to answer any questions about the Architecture Document.
  32. ## SUCCESS METRICS:
  33. ✅ Complete architecture document delivered with all sections
  34. ✅ All architectural decisions documented and validated
  35. ✅ Implementation patterns and consistency rules finalized
  36. ✅ Project structure complete with all files and directories
  37. ✅ User provided with clear next steps and implementation guidance
  38. ✅ Workflow status properly updated
  39. ✅ User collaboration maintained throughout completion process
  40. ## FAILURE MODES:
  41. ❌ Not providing clear implementation guidance
  42. ❌ Missing final validation of document completeness
  43. ❌ Not updating workflow status appropriately
  44. ❌ Failing to celebrate the successful completion
  45. ❌ Not providing specific next steps for the user
  46. ❌ Rushing completion without proper summary
  47. ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
  48. ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
  49. ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
  50. ## WORKFLOW COMPLETE:
  51. This is the final step of the Architecture workflow. The user now has a complete, validated architecture document ready for AI agent implementation.
  52. The architecture will serve as the single source of truth for all technical decisions, ensuring consistent implementation across the entire project development lifecycle.
  53. ## On Complete
  54. Run: `python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete`
  55. If the resolved `workflow.on_complete` is non-empty, follow it as the final terminal instruction before exiting.