From sdlc
BMAD Architecture methodology, quality standards, and reference data for creating architecture decision documents
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A BMAD Architecture Document serves two audiences simultaneously:
A BMAD Architecture Document serves two audiences simultaneously:
The architecture document ensures all AI agents implement consistently — preventing conflicts in naming, structure, communication patterns, and process decisions.
Every architectural decision must be:
Implementation patterns must be concrete enough that two independent AI agents would produce compatible code:
Project structure must be:
For project classification and starter template guidance:
references/project-types.csv - Project type detection signals and typical startersreferences/domain-complexity.csv - Domain complexity levels and suggested workflowsnpx claudepluginhub nexussema/omg-marketplace --plugin sdlcInitializes new projects with architecture-aware setup: researches best practices online, selects from 14 paradigms, customizes templates, creates ADRs. For uncertain architecture choices.
Architectural decision-making framework with requirements analysis, trade-off evaluation, and ADR documentation. Use when making architecture decisions or analyzing system design.
Guides structured conversations to define repository architecture principles in clean (default), hexagonal/ports & adapters, modular monolith, or custom styles. Produces formal architecture.md document for project standards.