The example below is for people with an analytical bent who are interested in understanding my definition of "requirement":
Here are two possible ease of use constraints:
Constraint 'b', on the other hand, flatly restates the prospect problem in terms of a negative condition. It is therefore a requirement.
"A requirement states the least stringent condition that must hold to solve or avoid a problem that a prospective customer faces."Assume we are developing a temperature control system, and the problems that prospective customers face include:
- Prospective customers feel too cold or too hot in their homes.
- Prospective customers will feel frustrated if it takes more than one minute of their time per day to maintain a comfortable temperature.
Here are two possible ease of use constraints:
a. The system will be a thermostat with a dial to set the desired temperature, a switch that determines cooling or heating mode, and an on/off switch.It is conceivable that we could solve problem 2 with a temperature control system that did not have the user interface specified in constraint 'a'. Therefore, ease of use constraint 'a' is not a requirement, as it is not the least stringent condition that must hold to solve problem 2.
b. For a user that fits profile 'x', it should take no longer one minute of his time per day to maintain a comfortable temperature in his home.
Constraint 'b', on the other hand, flatly restates the prospect problem in terms of a negative condition. It is therefore a requirement.
Comments
I framed one of the problems as the ease (in terms of time expended) of maintaining a comfortable temperature. Given this problem, there was no "ideation" in expressing the requirement as a limit on the amount of time it should take to maintain a comfortable temperature. The requirement did nothing more than restate the problem in terms of its inverse.
Perhaps the problem statement contains some implicit "ideation". To the extent that's the case, I think the problem statement (and thus the requirement) is flawed.
Don't get me wrong. "Ideation" sounds like a great thing. But it seems more like design than requirements to me.