vote up 6 vote down star
1

I'm trying to transition into some programming consulting work. A friend of my former employer is interested in having me "develop a spec," which I take to mean come up with some technology requirements and time estimates (e.g. milestones).

Do developers normally charge for this? I'm imagining it's basically the same kind of workload that creating a bid for a project would take. On one hand, consultants don't get paid for the time they put into the legwork of a bid. On the other hand, this is probably go to be more than a couple hours of work, and my time is valuable.

Any advice? Any sites besides SO I could go to get advice with this kind of stuff? (Sorry if this isn't programming-related enough for StackOverflow! I don't know where else to get advice!)

flag

73% accept rate

4 Answers

vote up 8 vote down check

In custom software work, I no longer give design work away "for free" as part of a "bid" (rarely ever did, actually) -- I usually charge for it hourly, and sell it as a mini-project. Good clients understand the value of well thought-out architecture / design. Most folks honestly don't know what they want; the good clients KNOW they don't know, and value the work. You may have to explain the Cone of Uncertainty to them a few times along the way, though. ;-)

So yeah, charge them. Straight hourly works fine, with a range estimate for how much time the spec will take you.

Also, I'd clarify whether you are creating a FUNCTIONAL spec, or a TECHNICAL spec. I'd bet it's more the former they want, and if so, I can't recommend doing UI/screen mockups strongly enough. (ScreenMockups.com makes my current fav).

Best of luck to you!

link|flag
vote up 5 vote down

Consultants sometimes change for developing a bid. Clients can occasionally solicit bids just to beat their preferred supplier down - so ask to be "paid to play".

As to whether you should charge, you might want to consider whether the spec you're being asked to produce feels like something that could be passed to someone else, or whether the details required would only really be relevant to your "bid".

If it feels like you are being asked for a relatively detailed design, then I'd suggested asking about payment - you may even discount it over your normal rate.

However, if they are just asked for hours/cost then you'll probably need to eat the cost.

If you have more details, I could probably give you a more specific answer.

link|flag
+1 for offering the cost back as a discount when the bid is awarded. – MSalters Apr 3 at 14:57
vote up 3 vote down

It is customary on consulting engagements to charge for any design and requirements work. I think you may be making a false comparison with the bid/quote model. It is true that many types of service companies give free quotes as a loss leader to get business, but you will also find that in almost all cases they only do this for work that has a fairly predictable scope, for example install an HVAC system, replace the brakes on a car, install a toilet, etc.

The real risk here is that when you give something valuable away for free, then it loses its perceived value. Also they are going to expect a lot of other extras for free.

Bottom line: Software development is 80% design and 20% coding (and that's being generous), if you give away anything give away the coding time!

If they insist that bids should be free. Agree and tell them your bid is $X/hour for however many hours the project takes.

link|flag
"...if you give away anything give away the coding time!" -- loved that line. :-) – Jamo Apr 2 at 3:39
vote up 1 vote down

If you are a consultant, you charge for your time regardless of what you do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.