Skip to main content

That Grand Execution Spec

When customers approach us, they mostly come with a specific plan for automating their business / organisation processes, or at times, a rough draft version of it.

We then work with them to work out the technical details, sort out the business details, if need be, involve the stakeholders, and come up with the specifications
So we help them drill down from the 'generic' to the 'specific'.

After more than a decade of churning in with more than 200 customers globally, I came to this convication.
Being too specific can be burdensome, unless you are attempting some technically intensive precision-demanding work like say manufacturing rockets, to be honest.

I call it the
STICKY KARMA

You design a specification and get too sticky with it.
Is that good?
Well, I'm not here to judge. I leave it to you. But will share my thoughts on it.

When you become too specific, remember you are becoming very rigid too. You wanna stick to the specification you drafted at the beginning of the project, but you might become oblivious to the fact that the markets might have changed, your dependent products/processes might have gone through their own change cycles, let's say. But now you are so stuck with that specific spec that you fail to see the changes outside.

So the next time you get bullish about being very specific, remember the SPECY-STICKY KARMA, and I pray the Karma God doesn't hold you back!



#software #softwarekarma #priyasri #cubeyogi #0guru #softwaredesign #design #designthinking

Comments

Popular posts from this blog

What is a CRM software?

When you start a business and are few months into it, you find that many other business owners are using something they call a CRM software to manage their business. So you are compelled to think you also somehow should follow the herd effect and start using a CRM as the first step. Why do I call it a 'herd effect'? We will come to that in a separate post. Right now, let's say you decided you want to use a CRM. You sign up for one of the popular CRM software in the market like Zoho CRM, Salesforce, Microsoft Dynamics, and start entering data. I see that business owners put in a lot of effort to do a detailed comparison of the various CRM software in the market. But they don't put as much effort to find out how to use the software they finally choose. Actually the effort should be in reverse. To be frank, in today's competitive software landscape, almost every CRM in the market is equal, at least the top players. They necessarily have to keep upgrading their features...

Zoho CRM Custom Function For Lead Phone Num Country Code Updation

Recently Zoho CRM Community had a blogpost on how to add country code to Leads along with a script to do the same. But the script seemed to leave a lot to be desired. Here is a screenshot of their 10-line script: These are the missing things we noticed with the above script: 1. First, there needs to be validation of whether the incoming phone number is empty or not. In the above script, even if the phone number is empty, '+91' will be added to the phone number. So, this means, in such records, phone number field will have only the value '+91'. 2. It would have been good to make it more generalized than hardcoding a specific country code into the script. Because this script is going to be applied to Leads, it is possible that the Leads may be coming in from various countries, given today's global nature of businesses. So having the script address just one country code is not going to satisfy today's growing business needs. 3. There is no checking in the script t...

What is a CRM software - Part 3 - Lead Followup Workflow

Getting in Leads into the system is only half the story. Now, for the better half - following up with leads. The key to following up with Leads is to maximize conversion, as we know. It’s an ongoing challenge. Market situation may change. Competition landscape will undergo its own changes. So it’s not just enough to have a lead workflow, but it is crucial to measure its ongoing success rate as you keep using the workflow. Let’s talk about this in more detail. 
 Things to Remember Bucket-Based Followup So now we have categorized Leads into buckets, based on strategies we discussed in the previous post. It might be useful to come up with a different workflow for different buckets. Someone might have a 90% chance to convert to a customer, whereas someone else may have only a 20% chance. You may want to treat these leads differently when following them up, so that you allocate your salesperson to do more followups with those leads who have higher probability of conversion.  
 Modes of ...