We all get them. What do you do when you are supposed to write a functional spec from a woolly proposal? You can write a ton of questions about the proposal but answers are not always forthcoming. Sometimes for political reasons you cannot make someone firm them up. How do you deal with a vague software proposal, when experience and intuition only go so far?
|
|
I do as much as I can with what is not vague (which in some cases has been nothing, if you don't include setting up the workspace and naming the project), and then send an email to supervisors say "I need to get details regarding requirements X, Y, and Z or I cannot proceed". If the supervisor says "do it anyway!" I then push them to explain what I should do, and ask for a time allocation to undo and correct when my code inevitably does not meet the late-given requirements. Even if the supervisor/team lead doesn't like this, it makes sure they know that progress is being blocked by lack of requirements. If I am dealing directly with a client, I tell them very clearly what I need. If they can't get back to me with it right away, I tell them that work will start only after we both agree on the requirements. Again, this is not always popular, but it has saved significant amounts of wasted effort with clients who in some casese never got requirements back to me. |
|||
|
|
|
In addition to
Also consider
I assumed that you are doing this as part of proposal writing and eventually the customer will be able to answer your questions, if not, seriously ask management if the risk is worth taking on the project/customer (who knows, maybe the customer just doesn't care?) |
|||
|
|
|
Be creative, work by example. Fill in some blanks yourself and try to present it to them early. Listen and (re)work your functional description/code with their feedback. Develop by example. Bill by the hour. |
|||
|
|
You wouldn't expect someone to build an office building with vague requirements, why should someone expect you to build software with equally vague requirements. Without concrete feature requirements, you are guaranteed to fail! Because you will never be able to meet what the customer has or doesn't have in their head as expectations. Software development Agile Methodologies like SCRUM exist to force this very issue, you only work on what is the most important thing, if they can't tell you what is important from a business value stand point why should you know what to do? |
|||
|
|

