Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to charge/budget in agile software development projects? [closed]

Tags:

agile

How do you charge your customer in a project using agile methodology?

Per hour? Then a great deal of trust has to been established before the project.

Per iteration? There's gonna be a lot of budget decisions, which can take time.

Per project? How can you do that when you don't know the scope? The very essence of agile is to not write a big upfront design/specification.

like image 406
Carl Hörberg Avatar asked Feb 02 '10 08:02

Carl Hörberg


People also ask

How do you manage budget in an agile project?

An Agile budget is usually a range set by the client, but it is up to the project manager to determine what can be delivered with the proposed financial resources and time frame. The budget may be adjusted based on the result of a project estimation and after discussion with the client about their needs.

How do you charge an agile project?

A few strategies for estimating costs for Agile projects: Multiply each team member's rate by their number of working hours per week, then multiply this amount by the number of weeks in a Sprint. – Then, calculate any costs for additional cost resources such as technology, licenses, equipment, and travel.

Is budget fixed in Agile?

In such Agile contracts, the feature set and the budget are predefined and cannot be changed.


5 Answers

You charge your customer on the base of the terms defined by your contract that will be slightly different from a traditional fixed bid contract. Let's call that an Agile contract.

Some options are discussed by Alistair Cockburn in Agile contracts.

Another great resource is 10 Contracts for your next Agile Software Project by Peter Stevens.

Mary Poppendieck also has great material on this topic. See agilecontracts, agilecontractsworkshop, Contracts Excerpt From Lean Software Development, Lean Contracts. More here.

like image 190
Pascal Thivent Avatar answered Oct 04 '22 14:10

Pascal Thivent


Short answer is, you won't. There are a few services companies that are making headway doing it, but it is a difficult path. Your ability to sell the methodology and convince the customer you can deliver will be high.

Customers don't want to risk paying for a solution that will never be delivered.

Typical approaches to this problem are to put "will not exceed" cost. However, if you can't control scope, you are the one taking all of the risk.

In short, you are looking for customers that would have signed up for T&M (time and materials) contracts before Agile became the latest fad (I'm part of that fad, but it is just one in a long line of development processes. Aspects of it will continue to grow and some permutation of it will have a different name in a few years).

like image 26
Jim Rush Avatar answered Oct 04 '22 15:10

Jim Rush


If your customer has already bought into the use of an agile methodology, then you have a reasonable framework for negotiating price per iteration. For example, you know:

  1. How long the iteration will be.
  2. How many people will be committed to work on the iteration (and their rates).
  3. An approximate scope of work.
  4. A process for delivery and acceptance.

That's a lot more evidence on which to base pricing decisions than is available for most fixed price contracts.


If the agile methodology is purely an internal development process that doesn't involve the customer, then it's unlikely to have much effect on the pricing negotiation between the supplier and the customer. There is an argument that says that a process that doesn't involve the customer in setting scope and expectations at least once per iteration isn't agile at all.

Regarding Mark's comment, there is a very common pricing model based around fixed price contracts with loosely defined scope and optimistic schedules. A common outcome is that both supplier and customer find that their initial optimism was misplaced. Both end up negotiating from weak positions over the things that really matter to them, and both end up unhappy.

Some of the techniques that work well in managing this type of contract are very similar to those used in managing agile contracts (frequent delivery, horse-trading on scope, priorities & price, frank communication, ...) the main difference is that these aren't built into the original agreement, and the contract may not be flexible enough to accommodate all of them.

like image 34
richj Avatar answered Oct 04 '22 13:10

richj


My 2c as a non-agile practitioner...in a quest to know more...

If you are doing a specific project for a customer, you will need to know the scope of the project to provide a cost and a timescale. The cost of producing this scope of work is more often than not part of the discovery of the project, you either take a hit on this to get the work or charge for this (explicitly or implicitly) In this case, a project cost can be worked out and agreed. Im this case the project is usually broken up into various stages.

Although agile may be iterative and not require a full specification; a goal, at least is certainly required. There must be some form of basic specification/requirement. It may be that you need to break the project up into smaller goals and apply costs accordingly.

The iterations I suspect are more to do with the development methodoology, ie to achieve the goals?

If there is not enough specification to produce a definitively accurate cost, I would say that a "estimate" should be given but work should be charged at an hourly rate as I would assume that there would be greater changes in the decisions made on the project over each iteration.

like image 27
Mark Redman Avatar answered Oct 04 '22 14:10

Mark Redman


I've seen it work well when approached in 2 phases:

Phase 1) Inception (timeboxed)

A timeboxed inception period with the client to scope the project. (A one month intense inception for a project estimated to last a year is about right.) Outputs to this phase are a full backlog of sized user stories, an estimation of flow rate per dev pair, and parameters to estimate project costs based on the number of developers and overheads of having larger teams.

The inception provides a useful budget estimation that can be tracked throughout phase 2, a clear shared vision for both client and supplier, plus the option for either side to walk away. This isn't upfront design, the stories have just enough detail for a lead dev / tester to assign relative sizes.

Phase 2) Delivery (time and materials)

A delivery contract based on time and materials, with budget estimates based on the outputs from the inception phase. The trust built up in phase 1 is vital to making this work. Because phase 1 delivered relative sizing of the entire backlog, by regularly measuring actual flow it is possible to easily and frequently report projected flow rate for the rest of the backlog with increasingly accurate estimates of budget and delivery date. The supplier should be contracted to report these stats at least every 2 weeks, with the option for the client to walk away at any point.

By paying for time and materials, the client is free to change the scope and proirity of the backlog, and is therefore in control of the budget. They are encoraged to prioritise their highest priority / highest risk stories first, and by allowing them to walk away whenever they like they should experience a positive return on investment at all times.

like image 43
Sarah Jones Avatar answered Oct 04 '22 13:10

Sarah Jones