bmad-create-architecture

Creates a step-by-step workflow for documenting architecture design decisions.

Updated May 17, 2026
One-click install
npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-create-architecture-thuantan2060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-create-architecture
Source: https://github.com/thuantan2060/facebook-sale-tracking/tree/main/.agents/skills/bmad-create-architecture
Command: npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-create-architecture-thuantan2060

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resolve_customization.py, and includes scripts (resource) components.

What problem does it solve?

This Skill prevents AI agents from producing inconsistent or conflicting architecture decisions by turning vague requests into a structured, collaborative decision document with enforced workflow steps.

Core Features & Use Cases

  • Architecture workflow facilitation: Guides step-by-step discovery and documentation when the user requests technical architecture creation.
  • Project context and requirements analysis: Reviews loaded documents (e.g., PRD, UX, research, project context) to extract architectural implications.
  • Consistency through patterns and boundaries: Defines implementation patterns, code/style conventions, and project structure so multiple agents can implement compatibly.

Quick Start

Ask your AI agent: "Let's create architecture for this project and document the solution design decisions."

Frequently Asked Questions about bmad-create-architecture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create consistent architecture decisions for multi-agent implementation?

To create consistent architecture decisions, this Skill enforces a step-by-step workflow that transforms vague prompts into a structured decision document, defining implementation patterns and project boundaries so multiple agents can build compatibly.

What is the best way to map project requirements to technical architecture?

Mapping project requirements to technical architecture is achieved by reviewing loaded documents like PRDs and project context to extract architectural implications, ensuring every decision aligns with established requirements and facts.

How do I document solution design decisions for handoff?

Documenting solution design decisions for handoff involves producing a comprehensive architecture document that appends outputs across workflow steps, providing structured technical guidance for downstream implementation agents.

Do I need a PRD before generating technical architecture?

A PRD is required before generating technical architecture, as the workflow validates prerequisite inputs including PRD presence and loads persistent project context facts to ensure accurate requirements analysis.

Why does multi-agent architecture implementation produce conflicting code?

Multi-agent architecture implementation produces conflicting code when lacking enforced consistency rules and shared conventions; this Skill prevents inconsistencies by defining project structure, code style, and software patterns collaboratively.

Can I customize the architecture facilitation workflow?

You can customize the architecture facilitation workflow by executing workflow customization resolution, which adapts the step-by-step discovery and documentation process to fit specific project requirements and solution design needs.