Architecturally significant requirements


Architecturally significant requirements are those requirements that have a measurable effect on a computer system’s architecture. This can comprise both software and hardware requirements. They are a subset of requirements, the subset that affects the architecture of a system in measurably identifiable ways.

Relation to non-functional requirements and quality attributes

For quite a long time, architecturally significant requirements were not recognized as an important notion. When talking about architecture, non-functional requirements or quality attributes is often used. However, recent empirical studies show that, for a software system, not all non-functional requirements affect its architecture, and requirements that are not non-functional requirements can also affect its architecture. So, architecturally significant requirements is a valuable notion that is suggested to use when talking about requirements in relation to architecture.

Characteristics

Architecturally significant requirements can be characterized from the following aspects.

Descriptive characteristics

Architecturally significant requirements are often hard to define and articulate, tend to be expressed vaguely, tend to be initially neglected, tend to be hidden within other requirements, and are subjective, variable, and situational. Other requirements could also demonstrate these descriptive characteristics. However, architecturally significant requirements’ significance made these manifestations unique and challenging.

Indicators

A requirement that has wide effect, targets trade-off points, is strict, assumption breaking, or difficult to achieve is likely to be architecturally significant.
Indicators for architectural significance that have been reported in the literature include:
The OpenUP and Peter Eeles discusses additional criteria for architectural significance in several articles and presentations

Heuristics

When a requirement specifies a software system’s quality attributes, refers to a software system’s core features, impose constraints on a software system, defines the environment in which the software system will run, it is likely to be architecturally significant.
See discussion of design vs. architecture under software architecture for additional criteria of architectural significance.

Elicitation

Like all non-functional requirements and quality attribute requirements, architecturally significant requirements should be specified in a SMART way. are one way to achieve the S and the M criteria in SMART. The SEI recommends Quality Attribute Workshops for this effort. It has been suggested to keep architecture analysis and design lightweight and flexible; quality attribute trees for certain application genres and technology domains can support such approaches.

It is important to communicate the elicited architecturally significant requirements, and any other architectural artifacts, in a notation and language that is comprehensible for the target audience.

Impact

Architecturally significant requirements are used in software design to drive and justify architectural decisions; if not satisfied properly, they contribute to the accumulation of technical debt. For instance, failure to meet security and compliance requirements complicates the system and process assurance audits and increases the risk of audit findings. Exemplary advice on how to address system quality attributes is available in the literature.