Tuesday, July 30, 2013

Using the work planing process in your own life

STP and MTP

Acronyms such as STP (Short Term Plan) and MTP (Medium Term Plan) exist within nearly every Financial Services company I have worked within.
STP is the short term outlook, usually 12 to 18 months at most. It is this plan than is usually the most relevant measure of 'success' in terms of your personal performance. For example:
  • Are you achieving the impairment targets by month for the FY13 (Full year 2013)
  • Are you achieving your utilisation etc
For years I diligently tracked my Work performance against these measures weekly, monthly and quarterly. Making sure I was on track, forecasting where I would land and making course corrections along the way as necessary. But not once did I ever do the obvious... Why not follow the same cycle for my *personal* objectives.
The relentless STP and MTP cycle within my work life is a mirror to the same process I should be going through in me personal life.
  1. Setting my strategic direction and choosing what makes sense to target in the short term and medium term
  2. Setting specific, measurable targets that can be tracked and forecasted
  3. Stress testing the plan (What happens if the scenarios change for the worse)
  4. Having a time once a year to go through this entire process bottom up
  5. Having time regularly to track performance and communicate to stakeholders about the risks and opportunities
  6. Having time once a year to formally look back and RATE the actual performance. What went well, what are the strengths or weaknesses. What areas need to be invested in to stay on track with the longer term objectives?
So now I do the obvious thing. As I go through this cycle in work - I go through it in parallel in my personal life



The Personal STP 


Setting my strategic direction and choosing what makes sense to target in the short term and medium term
In GTD terms this is a the yearly 40k feet view. What do I want to achieve (what is my personal strategic direction?) Basically - what will make me happy?
This list (Or 'Strategic Direction') is written down and analysed. 
(I would show you but it's deeply personal! :p)


Setting specific, measurable targets that can be tracked and forecasted

How can I ensure that on those cold, dark mornings when it's raining that I'm getting out of bed and making some progress towards those lofty 40k feet dreams? Is this gym session 42 of 60? Is this the day when I'm going to achieve a personal best for "Fran"? Is this the day when a significant other and I are going to move in together? Basically when I go to sleep at night how can I say to myself "yes, today I did indeed inch closer to objective X?"

Ironically I think this sort of measurement is SO much easier in work related situations. Did we achieve impairment target of YM? Yes - in fact we outperformed by 20%. Fantastic!! Big warm feeling. The trick is coming up with something similar in a personal context.

The real trick is this measurement, tracking and forecast is the PUSH and PULL to get me to stumble, at least mostly, in the 'right' direction - especially when I don't want to.


Stress testing the plan (What happens if the scenarios change for the worse

On those really, really dark days. Sometimes a win is a small as "Did I NOT get into a fight" or "Did I at least make it to the gym even if it was a rubbish session". Small steps count some days.

Planning in advance for 'Stress' is productive. This is along the lines of "What if this happens... What would I do?"

This helps with both the 'control' aspect and the 'is that really important to me if I'm totally honest aspect'.

I have some idea what I would do if I lost my job, if I needed to drop everything to look after that friend or if the zombie apocalypse happens.

But I can also honestly say - when it comes down to it, in the total extreme... Who or what is important to me.

If my life was burning to the ground, what would I go back into the flames to save? To me, those things and ONLY those things go into my MTP.

Having a time once a year to go through this entire process bottom up

Once a year. I delete my Omnifocus personal projects and start this process again. Its cathartic. If it's important my STP / MTP will end up in a similar state. If it's not important then then it's gone.

You don't care if a business strategy is dropped? Why should you care if a rubbish personal strategy is dropped? This is the time to really embrace that mindset.


Having time regularly to track performance and communicate to stakeholders about the risks and opportunities

In work we ALWAYS have to tell somebody on a VERY REGULAR basis how we're performing. When it;s going badly it sucks (I would imagine ;p)

The same discipline should carry into personal STP / MTP. You REPORT your progress. Good or bad. Probably to yourself but ideally to your significant other (I would imagine ;p). If you deserve a kicking, take the kicking and get better. If you're being a hero, bask in the glory.

If you don't measure and report your progress. You drift off course.

Having time once a year to formally look back and RATE the actual performance. What went well, what are the strengths or weaknesses. What areas need to be invested in to stay on track with the longer term objectives?

To me this one is mostly negatives. I rate my end of year performance. What did I do well - great, why didn't you do more. What did you do badly, no excuses but why is that acceptable? What is holding you back (or who?) - why didn't you drop them.

It's not a pleasant process. But I think it's necessary... This is why I sync it to business review periods. It works well for me in terms of reminding me I need to do it AND it usually gives me a kick up the backside to draw a line in the sand, to stop procrastinating and to make the hard decisions.




And then the cycle repeats again and again... Grinding out results



Thursday, July 25, 2013

File Naming

A quick post on File Naming

Based in part upon a much better post by macsparky this is a quick post about filenaming and version control if you work in a professional environment with other people.

Use YYYY-MM-DD at the start

I recommend using a combination of YYYY-MM-DD something else.extension or YYYY-MM something.extension. The date always goes first. Always
E.g.

The date in the document should be meaningful to you. In many cases this is simply the creation date (don't assume the creation date will always be preserved, especially when working on documents in a work capacity)

Why?
* The four digit year and month eliminators make it easy to sort the files
* When searching for files you probably have some idea of the year and month you created the file

Use a version control at the end. But don't use V.X

I'm a big fan of a suffexing files with [A-Z]###. What does that mean?

  • 2017-04 Monthly report A001.xls (April 2017 terrible exciting and important monthly report. The first one I create)
  • 2017-04 Monthly report A002.xls (A change I made to this report to make it even more insightful. I shipped this copy to my boss)
  • 2017-04 Monthly report B001.xls (The copy of the report after making the changes my boss asked for p.s. It's less exciting now)
  • 2017-04 Monthly report C001.xls (A copy of the report that shipped that Finance asked to be simplified)
  • 2017-04 Monthly report C002.xls (After feedback from Finance they asked for my proposed report to be made even simpler. Accountants eh)

The principle is that you start your versions at A001.

Then. Every small iteration thereafter increases the version by one. Therefore A002 is more up to date than A001. If there is only A's in your directory the highest A version is the current version.
You change letters every time something 'interesting' happens. In my example above B001 was interesting because this was after changes my boss and I agreed to version A002. Why didn't I call this A003? Because in my head A002 was 'Gold'. But because some fundamental changes were required before I could ship it I upped the version to B001. In the FUTURE if I come back I can see very quickly by comparing them that A002 and B001 are 'significantly' different (whilst A002 and A001 were incrementally different)
Same story for C001. Although this began as the Monthly Report, what Finance wanted was so crazily different it got it's only version.

Why?

  • Easy to spot incremental and fundamental changes (Using v1.x to v2.x etc feels like 2.x is always better than 1.x In the system I propose A , B etc. are just key milestones. C is probably incremental to B but could also be a niche pet project)
  • Works nicely when you sort ascending by file name (using v1.x does sort.. Until you get to v10)
  • Disc space is practically infinite. Save increments often and it gives you a feel for the number of iterations (Which is useful in future planning)
  • If you get to A999... Something is wrong with you!!! STOP! Think about what you're doing