BMAD-METHOD/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md

13 KiB

Step 8: Architecture Completion & Handoff

MANDATORY EXECUTION RULES (READ FIRST):

  • 🛑 NEVER generate content without user input

  • 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions

  • 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding

  • ALWAYS treat this as collaborative completion between architectural peers

  • 📋 YOU ARE A FACILITATOR, not a content generator

  • 💬 FOCUS on successful workflow completion and implementation handoff

  • 🎯 PROVIDE clear next steps for implementation phase

  • ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed

EXECUTION PROTOCOLS:

  • 🎯 Show your analysis before taking any action
  • 🎯 Present completion summary and implementation guidance
  • 📖 Update frontmatter with final workflow state
  • 🚫 NO MORE STEPS - this is the final step

CONTEXT BOUNDARIES:

  • Complete architecture document is finished and validated
  • All architectural decisions, patterns, and structure are documented
  • Focus on successful completion and implementation preparation
  • Provide clear guidance for next steps in the development process

YOUR TASK:

Complete the architecture workflow, provide a comprehensive completion summary, and guide the user to the next phase of their project development.

COMPLETION SEQUENCE:

1. Present Architecture Completion Summary

Based on user skill level, present the completion:

For Expert Users: "Architecture workflow complete. {{decision_count}} architectural decisions documented across {{step_count}} steps.

Your architecture is ready for AI agent implementation. All decisions are documented with specific versions and implementation patterns.

Key deliverables:

  • Complete architecture decision document
  • Implementation patterns for agent consistency
  • Project structure with all files and directories
  • Validation confirming coherence and completeness

Ready for implementation phase."

For Intermediate Users: "Excellent! Your architecture for {{project_name}} is now complete and ready for implementation.

What we accomplished:

  • Made {{decision_count}} key architectural decisions together
  • Established implementation patterns to ensure consistency
  • Created a complete project structure with {{component_count}} main areas
  • Validated that all your requirements are fully supported

Your architecture document includes:

  • Technology choices with specific versions
  • Clear implementation patterns for AI agents to follow
  • Complete project directory structure
  • Mapping of your requirements to specific files and folders

The architecture is comprehensive and ready to guide consistent implementation."

For Beginner Users: "Congratulations! Your architecture for {{project_name}} is complete! 🎉

What this means: Think of this as creating the complete blueprint for your house. We've made all the important decisions about how it will be built, what materials to use, and how everything fits together.

What we created together:

  • {{decision_count}} architectural decisions (like choosing the foundation, framing, and systems)
  • Clear rules so that multiple builders (AI agents) all work the same way
  • A complete folder structure showing exactly where every file goes
  • Confirmation that everything you want to build is supported by these decisions

What happens next: AI agents will read this architecture document before building anything. They'll follow all your decisions exactly, which means your app will be built with consistent patterns throughout.

You're ready for the implementation phase!"

2. Review Final Document State

Confirm the architecture document is complete:

Document Structure Verification:

  • Project Context Analysis
  • Starter Template Evaluation
  • Core Architectural Decisions
  • Implementation Patterns & Consistency Rules
  • Project Structure & Boundaries
  • Architecture Validation Results

Frontmatter Update:

stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8]
workflowType: 'architecture'
lastStep: 8
status: 'complete'
completedAt: '{{current_date}}'

3. Implementation Guidance

Provide specific next steps for implementation:

Immediate Next Steps:

  1. Review the complete architecture document at {output_folder}/architecture.md
  2. Begin with project initialization using the starter template command documented
  3. Create first implementation story for project setup
  4. Start implementing user stories following the architectural decisions

Development Workflow: "AI agents will:

  1. Read the architecture document before implementing each story
  2. Follow your technology choices and patterns exactly
  3. Use the project structure we defined
  4. Maintain consistency across all components"

Quality Assurance: "Your architecture includes:

  • Specific technology versions to use
  • Implementation patterns that prevent conflicts
  • Clear project structure and boundaries
  • Validation that all requirements are supported"

4. Generate Completion Content

Prepare the final content to append to the document:

Content Structure:

## Architecture Completion Summary

### Workflow Completion

**Architecture Decision Workflow:** COMPLETED ✅
**Total Steps Completed:** 8
**Date Completed:** {{current_date}}
**Document Location:** {output_folder}/architecture.md

### Final Architecture Deliverables

**📋 Complete Architecture Document**

- All architectural decisions documented with specific versions
- Implementation patterns ensuring AI agent consistency
- Complete project structure with all files and directories
- Requirements to architecture mapping
- Validation confirming coherence and completeness

**🏗️ Implementation Ready Foundation**

- {{decision_count}} architectural decisions made
- {{pattern_count}} implementation patterns defined
- {{component_count}} architectural components specified
- {{requirement_count}} requirements fully supported

**📚 AI Agent Implementation Guide**

- Technology stack with verified versions
- Consistency rules that prevent implementation conflicts
- Project structure with clear boundaries
- Integration patterns and communication standards

### Implementation Handoff

**For AI Agents:**
This architecture document is your complete guide for implementing {{project_name}}. Follow all decisions, patterns, and structures exactly as documented.

**First Implementation Priority:**
{{starter_template_command_or_initialization_step}}

**Development Sequence:**

1. Initialize project using documented starter template
2. Set up development environment per architecture
3. Implement core architectural foundations
4. Build features following established patterns
5. Maintain consistency with documented rules

### Quality Assurance Checklist

**✅ Architecture Coherence**

- [x] All decisions work together without conflicts
- [x] Technology choices are compatible
- [x] Patterns support the architectural decisions
- [x] Structure aligns with all choices

**✅ Requirements Coverage**

- [x] All functional requirements are supported
- [x] All non-functional requirements are addressed
- [x] Cross-cutting concerns are handled
- [x] Integration points are defined

**✅ Implementation Readiness**

- [x] Decisions are specific and actionable
- [x] Patterns prevent agent conflicts
- [x] Structure is complete and unambiguous
- [x] Examples are provided for clarity

### Project Success Factors

**🎯 Clear Decision Framework**
Every technology choice was made collaboratively with clear rationale, ensuring all stakeholders understand the architectural direction.

**🔧 Consistency Guarantee**
Implementation patterns and rules ensure that multiple AI agents will produce compatible, consistent code that works together seamlessly.

**📋 Complete Coverage**
All project requirements are architecturally supported, with clear mapping from business needs to technical implementation.

**🏗️ Solid Foundation**
The chosen starter template and architectural patterns provide a production-ready foundation following current best practices.

---

**Architecture Status:** READY FOR IMPLEMENTATION ✅

**Next Phase:** Begin implementation using the architectural decisions and patterns documented herein.

**Document Maintenance:** Update this architecture when major technical decisions are made during implementation.

5. Complete Workflow Finalization

Save Final Document:

  • Ensure all content is properly appended to {output_folder}/architecture.md
  • Update frontmatter with completion status
  • Verify document is complete and coherent

Workflow Status Update: If not in standalone mode, update workflow status:

  • Load {output_folder}/bmm-workflow-status.yaml
  • Update workflow_status["create-architecture"] = "{output_folder}/architecture.md"
  • Save file with all structure and comments preserved

6. Present Completion to User

"🎉 Architecture Workflow Complete!

Your architecture for {{project_name}} is comprehensive, validated, and ready for implementation.

What's been delivered:

  • Complete architecture document with all decisions and patterns
  • Project structure ready for AI agent implementation
  • Validation confirming everything works together coherently
  • Implementation guidance for the development phase

📍 Where to find it: {output_folder}/architecture.md

🚀 What's next:

  1. Review your complete architecture document
  2. Begin implementation using the starter template command
  3. Create stories for AI agents to implement following your architectural decisions

Your architecture will ensure consistent, high-quality implementation across all development work. Great job collaborating through these important architectural decisions!

💡 Optional Enhancement: Project Context File

Would you like to create a project-context.md file? This is a concise, optimized guide for AI agents that captures:

  • Critical language and framework rules they might miss
  • Specific patterns and conventions for your project
  • Testing and code quality requirements
  • Anti-patterns and edge cases to avoid

{if_existing_project_context} I noticed you already have a project context file. Would you like to update it with your new architectural decisions? {else} This file helps ensure AI agents implement code consistently with your project's unique requirements and patterns. {/if_existing_project_context}

Create/Update project context? [Y/N]

Ready to move to the next phase of your project development?"

7. Handle Project Context Creation Choice

If user responds 'Y' or 'yes' to creating/updating project context:

"Excellent choice! Let me launch the Generate Project Context workflow to create a comprehensive guide for AI agents.

This will help ensure consistent implementation by capturing:

  • Language-specific patterns and rules
  • Framework conventions from your architecture
  • Testing and quality standards
  • Anti-patterns to avoid

The workflow will collaborate with you to create an optimized project-context.md file that AI agents will read before implementing any code."

Execute the Generate Project Context workflow:

  • Load and execute: {project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md
  • The workflow will handle discovery, generation, and completion of the project context file
  • After completion, return here for final handoff

If user responds 'N' or 'no': "Understood! Your architecture is complete and ready for implementation. You can always create a project context file later using the Generate Project Context workflow if needed."

SUCCESS METRICS:

Complete architecture document delivered with all sections All architectural decisions documented and validated Implementation patterns and consistency rules finalized Project structure complete with all files and directories User provided with clear next steps and implementation guidance Workflow status properly updated User collaboration maintained throughout completion process

FAILURE MODES:

Not providing clear implementation guidance Missing final validation of document completeness Not updating workflow status appropriately Failing to celebrate the successful completion Not providing specific next steps for the user Rushing completion without proper summary

CRITICAL: Reading only partial step file - leads to incomplete understanding and poor decisions CRITICAL: Proceeding with 'C' without fully reading and understanding the next step file CRITICAL: Making decisions without complete understanding of step requirements and protocols

WORKFLOW COMPLETE:

This is the final step of the Architecture workflow. The user now has a complete, validated architecture document ready for AI agent implementation.

The architecture will serve as the single source of truth for all technical decisions, ensuring consistent implementation across the entire project development lifecycle.