Analysis & Design
Evolve a robust architecture that can meet requirements.
Here you find an overview of useful recipes for the Analysis & Design discipline.
Technology Radar
Learn more
Technology Standards
Learn more
Architecture Decisions
Track a historical record about architecture decisions for future reference. For each decision an Architecture Decision Record (ADR) documents details about the software system’s architecture. It captures context, problem, proposed solution, and reasoning behind the decision. ADRs aim to improve communication, ensure well-informed and well-documented decisions. ADR’s are created by the team responsible for the decisions, and are immutable once the decision is made. Future changes lead to creation of a new ADR that supercedes the old one. ➥ Apply this Recipe