How to get users/clients implicated in iterative development? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-20T07:32:51Z http://stackoverflow.com/feeds/question/715126 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development 0 How to get users/clients implicated in iterative development? Flave http://stackoverflow.com/users/0 2009-04-03T18:34:59Z 2009-07-28T01:33:16Z <p>What do you do when your (external) client's users don't have the time/will to actively participate in iterative development? How do you "force" them to get implicated? Remember that often they must do this while still completing all their regular duties and that the IT department, who sponsors the software project, doesn't have the power to free some key users of their regular work.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/715129#715129 0 Answer by gbrandt for How to get users/clients implicated in iterative development? gbrandt http://stackoverflow.com/users/62488 2009-04-03T18:37:41Z 2009-07-28T01:33:16Z <p>Let them know that the SCRUMMs are short meetings. Let them know if they are not there that the project may get off track. Let them know that they get immediate input if they show up.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/715133#715133 0 Answer by Josh for How to get users/clients implicated in iterative development? Josh http://stackoverflow.com/users/26160 2009-04-03T18:38:34Z 2009-04-03T18:38:34Z <p>I make sure that the contract is a time and materials because you'll have last minute scope changes, and you want to avoid eating that cost. </p> <p>Aside from that you can't force them to use the product. The best you can hope for is to publish the change and let them know. I'm facing this issue with my internal customers who miss a release or two of our software and get lost when they finally get back into it. </p> <p>The best I can do is communicate to them, the changes and the importance of them looking at the changes, but at the end of the day that's about it.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/715136#715136 0 Answer by Varkhan for How to get users/clients implicated in iterative development? Varkhan http://stackoverflow.com/users/64331 2009-04-03T18:39:42Z 2009-04-03T18:39:42Z <p><em>You</em> can't force them. Their management could, but obviously is not interested in the project. Which means they don't think it's going to yield any benefit or productivity improvement. Which in turn means that your software is not going to get used when it's done anyway.</p> <p>They are the people you need to convince.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/715142#715142 0 Answer by Andy Leekman for How to get users/clients implicated in iterative development? Andy Leekman http://stackoverflow.com/users/63571 2009-04-03T18:40:59Z 2009-04-03T18:40:59Z <p>If they don't want to be involved, they probably don't care much about the product. Apart from scheduling demos of prototypes and asking for input when you need it, there's not much you can do. </p> <p>Make sure you protect yourself from them saying that the final product isn't what they wanted, though. They need to understand that if they don't review changes when they are made, other stuff will get built on top of those changes and it will take longer to deliver the product if something has to be modified.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/715153#715153 0 Answer by Jon Ownbey for How to get users/clients implicated in iterative development? Jon Ownbey http://stackoverflow.com/users/79206 2009-04-03T18:44:07Z 2009-04-03T18:44:07Z <p>I think making very clear that the most frequent participants get the most input is crucial. We have one client for our latest app that is in every meeting where the others tend to be occasionally present. As a result, the features that are adjusted and/or added to the app are more useful to the one client. If you can get them to understand that their feedback truly shapes the end product they are likely to want to be there.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/853905#853905 0 Answer by Cam Wolff for How to get users/clients implicated in iterative development? Cam Wolff http://stackoverflow.com/users/98487 2009-05-12T17:29:03Z 2009-05-12T17:29:03Z <p>Agile requires that specific enterance criteria be meet. One of them is to have a product owner and customer collaboartion. While there are things you can do to make the role of Product Owner easier, eliminating the role is a key blocker to doing Agile. The proudct owner determines what is on the product backlog (other than technical debt) and prioritizes the backlog for the team. If you are doing work without a product backlog, then you are not value driven.</p> <p>It is best to educate your business partner. To do so, immerse them in Agile by spending a week with a company or team that is doing Agile successfully. Once you have buy in proceed. Without business partner support forget it.</p> http://stackoverflow.com/questions/715126/how-to-get-users-clients-implicated-in-iterative-development/1172691#1172691 0 Answer by ire_and_curses for How to get users/clients implicated in iterative development? ire_and_curses http://stackoverflow.com/users/143804 2009-07-23T15:44:25Z 2009-07-23T15:44:25Z <p>The best way I've found of getting clients interested is to show them something tangible. This normally means a user interface of some kind, even if there's is little or no real backend code. People get enthusiastic when they can visualise the product you are building for them, and can provide much more effective input and criticism under these conditions. Then, to maintain the feedback cycle, the most important thing is to make sure you take their comments on board, and show that they're input is valued. It's hard for clients to stay cynical and uninterested when they can see the project evolving and feel a part of that process.</p>