graph LR
subgraph Beta[" "]
B1[Understanding]
B2[Desires]
B3[Needs]
B1 --> S
subgraph S[Stakeholders']
B2
B3
end
C1[Minimizing risk] --> |of delivering a| C2[System\nnot meeting]
C2 --> S
end
subgraph Alpha[" "]
A1[Specification]
A2[Management]
A1 --> |of| R
A2 --> |of| R
R[Requirements]
end
Alpha --> |with the goal of| Beta
style S fill:#fce988
The systematic and disciplined approach to the Specification and management of Requirements with the goal of understanding the Stakeholders’ desires and needs and minimizing the risk of delivering a System that does not meet these desires and needs.