Tuesday 29 December 2009

Using MyCreativity to help elaborate models


Consider this simple model. A Kettle, useful, is used to produce Hot Water, also useful. One of the first things you do when you create a Southbeach Notation model is to try and describe the important elements of your situation, and then gradually elaborate the model to include additional details.

There could be many reasons you might use Southbeach in this way. It could be you are trying to improve a situation, or work out what could fail in a newly designed process, or perhaps you simply want to understand a situation better, and modelling how the various aspects of a situation are related to each other helps put things in perspective.

In this example, we explore how some simple MyCreativity rules can be developed to provide thought provoking questions about a situation to help provoke people into fleshing out the details that could help understanding.

Starting simple, adding the following rules to the modeller:

produces(*, useful) "What (additional) resources does the {source} need in order to produce the {destination}?"
produces(*,useful) "What qualities should the {source} exhibit in producing the {destination}?"

give the following output for this model:

1. What (additional) resources does the Kettle need in order to produce the Hot Water?
2. What qualities should the Kettle exhibit in producing the Hot Water?

Two important questions. No doubt you can think of more. Lets elaborate the model further and see how else we can extend these creativity rules.

In this elaborated model, we have added Electricity and Water as Agents of Type Resource that are being consumed by the Kettle. We have also noted that The kettle needs to be quite, efficient, and fast. These are represented as Agents of Type Quality that are specifying the Kettle. The use of this additional richness in semantic supported by Southbeach Notation allows for more specific Creativity rules to generate more specific, more helpful output:

These elaboration rules:

consumes(&a=*,&r=resource) produces(&a,&o=useful) "Where is the resource of {&r} used by the {&a} to produce the {&o} obtained from?"
specifies(quality,*) "What is the {source} quality related to?"
produces(,useful) "What is the {destination} used for?"
produces(&a=useful,&o=useful) produces(&o,&r=useful) "What other than the {&a} and {&o} is necessary to produce the {&r}?"

Produce this output:

1. Where is the resource of Electricity used by the Kettle to produce the Hot Water obtained from?
2. Where is the resource of Water used by the Kettle to produce the Hot Water obtained from?
3. What is the Hot Water used for?
4. What is the Fast quality related to?
5. What is the Efficient quality related to?
6. What is the Quiet quality related to?

Note that I have already drawn on that Efficiency is related to Electricity, and Fast is related to the production of Hot Water. This allows for further specific rules related to improving quality:

These two improvement rules:

#Improvement
specifies(quality,useful) "How can the {destination} be made more {source}?"
related(quality,useful) "How can the {destination} be more {source}?"

produce this output:

How can the Hot Water be more Fast?
How can the Electricity be more Efficient?

As described in a previous example, there is a relationship between the rules and the way the model is drawn (the 'meta model') - the way the notation of Southbeach is used to represent the real world situation the model is being used to represent. This can be weak or strong. What does this mean? If there are certain specific suggestions you want rules to be able to fire that you don't want to fire for any old agent in the model, then you need to decide how you want to model reality and how you want to pick this up in rules. For example, this model uses agents of Type Resource to generate some very specific questions like: Where is the resource of Electricity used by the Kettle to produce the Hot Water obtained from? Note that the rule knows the Kettle is using Electricity because Electricity is modelled as Type Resource, and there is a Consumes effect between Kettle and Electricity indicating that the Kettle is Consuming the Resource of Electricity.

Note how the rules have a heading of #Improvement. If you were to save these rules in a file along with your other MyCreativity rule sets, this heading allows you to select these rules from this file along with other rules on Improvement from other rule files you may have to all be run against the model at the same time.

(remember these are rules generated against a model you create - so the language is not going to be perfect!... you need to interpret the output, and think about how you phrase the text in the rules and the text in the agents in the model so that when they are combined, they read well)

Lets elaborate the model further according to the questions above - e.g. What's the Hot Water used for?


Finally, the rule set looks like this:

#Elaboration
produces(*, useful) "What (additional) resources does the {source} need in order to produce the {destination}?"
produces(*,useful) "What qualities should the {source} exhibit in producing the {destination}?"
consumes(&a=*,&r=resource) produces(&a,&o=useful) "Where is the resource of {&r} used by the {&a} to produce the {&o} obtained from?"
specifies(quality,*) "What is the {source} quality related to?"
produces(,useful) "What is the {destination} used for?"
produces(&a=useful,&o=useful) produces(&o,&r=useful) "What other than the {&a} and {&o} is necessary to produce the {&r}?"
#Improvement
specifies(quality,useful) "How can the {destination} be made more {source}?"
related(quality,useful) "How can the {destination} be more {source}?"


and the output looks like this:

1. Where is the resource of Electricity used by the Kettle to produce the Hot Water obtained from?
2. Where is the resource of Water used by the Kettle to produce the Hot Water obtained from?
3. What (additional) resources does the Kettle need in order to produce the Hot Water?
4. What qualities should the Kettle exhibit in producing the Hot Water?
5. What is the Hot Water used for?
6. What other than the Kettle and Hot Water is necessary to produce the Cup of Tea?
7. How can the Hot Water be more Fast?
8. What is the Fast quality related to?
9. How can the Kettle be made more Fast?
10. What (additional) resources does the Hot Water need in order to produce the Cup of Tea?
11. What qualities should the Hot Water exhibit in producing the Cup of Tea?
12. What is the Cup of Tea used for?
13. What (additional) resources does the Tea bag need in order to produce the Cup of Tea?
14. What qualities should the Tea bag exhibit in producing the Cup of Tea?
15. What (additional) resources does the Milk need in order to produce the Cup of Tea?
16. What qualities should the Milk exhibit in producing the Cup of Tea?
17. How can the Electricity be more Efficient?
18. What is the Efficient quality related to?
19. How can the Kettle be made more Efficient?
20. What is the Quiet quality related to?
21. How can the Kettle be made more Quiet?


Note how the rules we wrote earlier for the initial model also make sense for the parts of the model added later. MyCreativity can be configured to give you the full list of output like this, or just limit the output to what is relevant to the part of the model you click on.

For instance, setting the extent to extended and clicking on the Cup of Tea, gives just this output:

1. What (additional) resources does the Hot Water need in order to produce the Cup of Tea?
2. What qualities should the Hot Water exhibit in producing the Cup of Tea?
3. What is the Cup of Tea used for?
4. What other than the Kettle and Hot Water is necessary to produce the Cup of Tea?
5. What (additional) resources does the Tea bag need in order to produce the Cup of Tea?
6. What qualities should the Tea bag exhibit in producing the Cup of Tea?
7. What (additional) resources does the Milk need in order to produce the Cup of Tea?
8. What qualities should the Milk exhibit in producing the Cup of Tea?


Rule sets for MyCreativity can be developed like this as you are building a specific model, and then reused with any other model. This rule set is quite generic. Its not complete - there are lots more ways you could elaborate, or add detail to a model... but its a start... that can be built on.

Thursday 24 December 2009

House Move Creativity


This example is based on the template provided in the previous example. This is more or less the same model, but with the agents changed to reflect the factors prevalent in the situation of buying a house.

The situation is one many will relate to. Attention is drawn to the box highlighted in blue, the compelling event for this change; a new job in a different city. The current house/location is now harmful as it's too far to commute. The plan is therefore to sell the house, buy a new house, and move. However, the market is not moving - this could prevent sale of the current house. The situation is made more challenging by the need to have a big deposit to buy the new house. This is offset by the relocation package provided by the new job. The pay increase also enables purchase of a house in this area - perhaps a bigger one, that will lead to a short commute, and a better work/life balance. There is a risk, however, that in order to make the move a compromise of buying a smaller house with the idea of extending it later leads to ongoing disruption and cost which counteracts the sought-after improved work/life balance.

The same creativity rules are used as in the previous example.

Lets see what happens when we click around this model:

Clicking on Market not Moving yields the following creativity suggestions (numbered). The idea is these are used to drive brainstorming of specific solutions that you can use to overcome the challenges faced in this situation. Some example solutions have been filled in against each of the suggestions generated by the rules.

1. What's the root cause of Market not moving? How can we avoid that?
There is a lack of liquidity, but also some fear prices will come down and those with cash are waiting for good deals. So its a question of balancing how urgently we need to move house and setting a low price accordingly. We can offset this by making a low offer on the house we are buying.

2. Prevent the Market not moving from impacting the Move House.
Negotiate a deal with the new job to cover the cost of the second mortgage until the house can sell. Or buy a house with one of the agents that is accepting other houses as part of the collateral in the sale.

3. Isolate the part of the Market not moving that is impacting the Move House and remove it.
If the issue is sale price, then face reality and reduce the price early. Sustaining two mortgages or delaying the move for months on the dream of a high sale price could cost more in the long run than cutting the price now.

4. Convert the Market not moving into something useful before it has a chance to impact the Move House
Negotiate hard on the price for the new house. Whatever you can knock off the purchase of that you can afford to knock off the sale of your current house. Also, if the market is not moving, and estate agents are not selling the houses, then there is more competition between estate agents to be involved in the deals that are going down. Use this to negotiate a lower fee for brokering the sale.

5. Protect the Move House from the Market not moving.
Consider taking out a bridging loan to make sure once you find the house you want, you will not be stopped by failure to sell your house in time. Consider the difference in work/life balance this will make together with how much you can afford now you have that new pay rise.

11. How can you get the Move House to intensify the Living in New House without causing the Risk of negative equity if house prices fall further?
Drive a hard bargain on securing the new house to minimise the risk of negative equity. Remember the new salary and the reduced work commute may mean that some negative equity is acceptable.

12. How can you prevent the Market not moving from producing the Current house not selling.
Do the house up. Reduce the price. Place it with multiple agents.

13. Put measures in place to deal with the Current house not selling.
Rather than sell the house, look for options to rent it out to gain additional income and sell it later once the market has stabilised. The estate agent may do this, as may the local council.

14. Isolate the part of the Market not moving that is producing the Current house not selling and remove it.
This one is probably out of your control...

15. What's the root cause of Current house not selling? How can we avoid that?
Consider whether its really the market making the house not sell, or whether there is an issue with the house. Get another opinion. Fix the issues with the house - make sure price is the only issue left.

Lets look at another example - here are just a few questions generated from clicking on Improved work/life balance:


1. How can we realise the Improved work/life balance more quickly?
Move into a rented house. Get the new firm to pay for this until you find a new house. If you get an unfurnished house and move your stuff down, this could also make it clear to buyers of your old house its ready for them to move into with no forward chain.

3. How can you get more of Improved work/life balance from Living in New House?
Think about what you will do with the extra time now you have a short commute. Would this affect where you would want to locate the house?

4. How can you increase the ability of Living in New House to create Improved work/life balance?
If this is the real goal, then think about what qualities the house itself should have over and above being nearer the new office.

5. How can you intensify the Improved work/life balance without relying on the Living in New House?
Make sure you're not kidding yourself about the house being the magic bullet that will restore your work/life balance... what else do you need to do? Plans are all very well, but achieving them is useless if they are the wrong plans.

6. How can you ensure that the Improved work/life balance will be an outcome of the Living in New House?
Well? How can you?

8. What else is needed to achieve Living in New House? What are the pre-requisites or necessary pre-steps?
Finding appropriate schools in the area with easy commuting distance to the house. Reducing your commute is not going to help if you lose an hour a day dropping the kids off because you failed to think of school location or bus routes.

As with the previous model, its possible to generate creativity ideas by clicking on any or all of the agents or effects in this model. The total number of suggestions available from this rule set with this model is 156. You can extend the rule set, and you can extend the model. That's more creativity each time you do either of those things. The key is to use this as a way of opening up possibilities - to be as rigorous or as quick-fire inspirational as you want to be. The rules just encode general creativity ideas and how they apply to agents in a model. The model describes your situation. Together, they produce many new ways of looking at the situation - ways you may not have come up with yourself, even though you maybe created the model and the rules!

Sunday 20 December 2009

Situation Improvement

This example Southbeach Notation model shows how circumstances may help or hinder improvement activities designed to take you from a harmful current state to a useful target state.

This model already shows 8 factors to consider when planning the improvement activity as well as a further 5 factors that should be considered when creating and managing the newly achieved target state.

Whilst this model is general, it can be used as a template or a structured brainstorming aid to create a model that is more specific to your particular situation. Just replace agents like Risk with your actual risks, or add them as productions from the Risk agent.

The effects give some clues about how to improve the situation - whilst failures due to the current situation are obviously harmful, they are useful in creating the case for action. Whilst successes of the current situation are obviously useful, they have the harmful side effect that they counteract the desire to take action and start the improvement activity. Barriers and constraints obviously need to be removed, and risks avoided... we must try and ensure the benefits of the target state can actually be realised...

However, there are many many more creativity paths that can be generated from such a model. Southbeach MyCreativity provides the means to write rules that the modeller can then use to generate creativity output.

Here is some example creativity output generated against this model:

Setting the modeller extent to laser (to just run the rules on what you click on), and clicking on Target State could generate something like this:

1. What else is needed to achieve Target State? What are the pre-requisites or necessary pre-steps?
2. How can we realise the Target State more quickly?
3. How can you create the Benefits of change without the Improvement Activity?
4. How can you create the Sustainable improvement without the Improvement Activity?
5. How can you get the Target State to intensify the Benefits of change without causing the Unforeseen side effects?
6. How can you get the Target State to intensify the Sustainable improvement without causing the Unforeseen side effects?

Whereas an extent of narrow (runs rules on the agents and surrounding effects) when clicking on Constraints might produce something like this:

1. What's the root cause of Constraints? How can we avoid that?
2. Prevent the Constraints from impacting the Improvement Activity.
3. Isolate the part of the Constraints that is impacting the Improvement Activity and remove it.
4. Convert the Constraints into something useful before it has a chance to impact the Improvement Activity
5. Protect the Improvement Activity from the Constraints.
6. How can you prevent the Constraints from producing the Compromises.
7. Put measures in place to deal with the Compromises.
8. Isolate the part of the Constraints that is producing the Compromises and remove it.

Setting the extent to widest (run on everything)... could generate an enormous number of suggestions:
Note that each of these suggestions is different. Some are very different. Some are subtly different, for example protecting something useful from harm is different to reducing the amount of harm; Increasing the amount of something useful is different to improving the ability of something else to create that useful thing (because there could be alternative ways)...


1. How can you get the Improvement Activity to intensify the Target State without causing the Risks?
2. How can you get more of Improvement Activity from Current State?
3. How can you increase the ability of Current State to create Improvement Activity?
4. How can you intensify the Improvement Activity without relying on the Current State?
5. Try and work out what part of the Current State is producing the Improvement Activity and minimise the unnecessary parts that are producing the harm
6. How can you get the Current State to intensify the Successes without causing the Failures due to current situation?
7. How can you get more of Successes from Current State?
8. How can you increase the ability of Current State to create Successes?
9. How can you intensify the Successes without relying on the Current State?
10. Try and work out what part of the Current State is producing the Successes and minimise the unnecessary parts that are producing the harm
11. Prevent the Successes from impacting the Improvement Activity.
12. Find ways for Improvement Activity to make more use of Current State
13. What's the root cause of Current State? How can we avoid that?
14. Ensure the Target State also leads to Improvement Activity before the Current State is replaced
15. Ensure the Target State also leads to Successes before the Current State is replaced
16. How can you get the Current State to intensify the Improvement Activity without causing the Failures due to current situation?
17. Isolate the part of the Successes that is impacting the Improvement Activity and remove it.
18. Protect the Improvement Activity from the Successes.
19. How can you prevent the Current State from producing the Failures due to current situation.
20. Put measures in place to deal with the Failures due to current situation.
21. Isolate the part of the Current State that is producing the Failures due to current situation and remove it.
22. What's the root cause of Failures due to current situation? How can we avoid that?
23. How can you intensify the Improvement Activity without the Current State?
24. How can you get more of Improvement Activity from Failures due to current situation?
25. How can you increase the ability of Failures due to current situation to create Improvement Activity?
26. How can you intensify the Improvement Activity without relying on the Failures due to current situation?
27. Try and work out what part of the Failures due to current situation is producing the Improvement Activity and minimise the unnecessary parts that are producing the harm
28. What else is needed to achieve Target State? What are the pre-requisites or necessary pre-steps?
29. How can we realise the Target State more quickly?
30. How can you create the Benefits of change without the Improvement Activity?
31. How can you create the Sustainable improvement without the Improvement Activity?
32. How can you get the Target State to intensify the Benefits of change without causing the Unforeseen side effects?
33. How can you get the Target State to intensify the Sustainable improvement without causing the Unforeseen side effects?
34. Intensify or get more of the Improvement Activity so you can have more of the Target State.
35. How can you get more of Target State from Improvement Activity?
36. How can you increase the ability of Improvement Activity to create Target State?
37. How can you intensify the Target State without relying on the Improvement Activity?
38. How can you ensure that the Target State will be an outcome of the Improvement Activity?
39. Intensify or get more of the Target State so you can have more of the Benefits of change.
40. How can you get more of Benefits of change from Target State?
41. How can you increase the ability of Target State to create Benefits of change?
42. How can you intensify the Benefits of change without relying on the Target State?
43. How can you ensure that the Benefits of change will be an outcome of the Target State?
44. How can we realise the Benefits of change more quickly?
45. Prevent the Issues from impacting the Benefits of change.
46. Isolate the part of the Issues that is impacting the Benefits of change and remove it.
47. Convert the Issues into something useful before it has a chance to impact the Benefits of change
48. Protect the Benefits of change from the Issues.
49. How can the proportion of the Issues impacting the Benefits of change be reduced?
50. What's the root cause of Issues? How can we avoid that?
51. How can we avoid, prevent, or delay the Issues?
52. How can you prevent the Risks from producing the Issues.
53. Put measures in place to deal with the Issues.
54. Isolate the part of the Risks that is producing the Issues and remove it.
55. What's the root cause of Risks? How can we avoid that?
56. How can we avoid, prevent, or delay the Risks?
57. How can you prevent the Improvement Activity from producing the Risks.
58. Put measures in place to deal with the Risks.
59. Isolate the part of the Improvement Activity that is producing the Risks and remove it.
60. How else could the Improvement Activity be accomplished that would not result in the Risks?
61. What else could give the benefits of the Improvement Activity that would not result in the Risks?
62. Prevent the Issues from impacting the Sustainable improvement.
63. Isolate the part of the Issues that is impacting the Sustainable improvement and remove it.
64. Convert the Issues into something useful before it has a chance to impact the Sustainable improvement
65. Protect the Sustainable improvement from the Issues.
66. How can we realise the Sustainable improvement more quickly?
67. Intensify or get more of the Target State so you can have more of the Sustainable improvement.
68. How can you get more of Sustainable improvement from Target State?
69. How can you increase the ability of Target State to create Sustainable improvement?
70. How can you intensify the Sustainable improvement without relying on the Target State?
71. How can you ensure that the Sustainable improvement will be an outcome of the Target State?
72. Prevent the Compromises from impacting the Sustainable improvement.
73. Isolate the part of the Compromises that is impacting the Sustainable improvement and remove it.
74. Convert the Compromises into something useful before it has a chance to impact the Sustainable improvement
75. Protect the Sustainable improvement from the Compromises.
76. What's the root cause of Compromises? How can we avoid that?
77. How can we avoid, prevent, or delay the Compromises?
78. How can you prevent the Constraints from producing the Compromises.
79. Put measures in place to deal with the Compromises.
80. Isolate the part of the Constraints that is producing the Compromises and remove it.
81. What's the root cause of Constraints? How can we avoid that?
82. Prevent the Constraints from impacting the Improvement Activity.
83. Isolate the part of the Constraints that is impacting the Improvement Activity and remove it.
84. Convert the Constraints into something useful before it has a chance to impact the Improvement Activity
85. Protect the Improvement Activity from the Constraints.
86. How can you prevent the Compromises from producing the Unforeseen side effects.
87. Put measures in place to deal with the Unforeseen side effects.
88. Isolate the part of the Compromises that is producing the Unforeseen side effects and remove it.
89. What's the root cause of Unforeseen side effects? How can we avoid that?
90. How can we avoid, prevent, or delay the Unforeseen side effects?
91. How can you prevent the Target State from producing the Unforeseen side effects.
92. Isolate the part of the Target State that is producing the Unforeseen side effects and remove it.
93. How else could the Target State be accomplished that would not result in the Unforeseen side effects?
94. What else could give the benefits of the Target State that would not result in the Unforeseen side effects?
95. Prevent the Barriers from impacting the Improvement Activity.
96. Isolate the part of the Barriers that is impacting the Improvement Activity and remove it.
97. Convert the Barriers into something useful before it has a chance to impact the Improvement Activity
98. Protect the Improvement Activity from the Barriers.
99. What's the root cause of Barriers? How can we avoid that?
100. Intensify or get more of the Enablers so you can have more of the Improvement Activity.
101. How can you get more of Improvement Activity from Enablers?
102. How can you increase the ability of Enablers to create Improvement Activity?
103. How can you intensify the Improvement Activity without relying on the Enablers?
104. Intensify or get more of the Resources so you can have more of the Improvement Activity.
105. How can you get more of Improvement Activity from Resources?
106. How can you increase the ability of Resources to create Improvement Activity?
107. How can you intensify the Improvement Activity without relying on the Resources?
108. Intensify or get more of the Compelling Events so you can have more of the Improvement Activity.
109. How can you get more of Improvement Activity from Compelling Events?
110. How can you increase the ability of Compelling Events to create Improvement Activity?
111. How can you intensify the Improvement Activity without relying on the Compelling Events?
112. How can you create the Target State without the Current State?
113. How can you create the Target State without the Enablers?
114. How can you create the Target State without the Resources?
115. How can you create the Target State without the Compelling Events?
116. How can you create the Target State without the Failures due to current situation?
117. Find ways for Improvement Activity to make more use of Resources
118. Find ways for Successes to make more use of Current State
119. Find ways for Improvement Activity to make more use of Enablers
120. Find ways for Improvement Activity to make more use of Compelling Events
121. Find ways for Improvement Activity to make more use of Improvement Activity
122. Find ways for Target State to make more use of Improvement Activity
123. How can the proportion of the Compromises impacting the Sustainable improvement be reduced?
124. Find ways for Benefits of change to make more use of Target State
125. Find ways for Target State to make more use of Target State
126. Find ways for Improvement Activity to make more use of Constraints
127. Find ways for Sustainable improvement to make more use of Target State


Here are the MyCreativity rules that generated this output:

#Improve.IncreaseUseful
increases(useful,useful) "Intensify or get more of the {source} so you can have more of the {destination}."
increases(*,useful) "How can you get more of {destination} from {source}?"
increases(*,useful) "How can you increase the ability of {source} to create {destination}?"
increases(*,useful) "How can you intensify the {destination} without relying on the {source}?"
increases(harmful,useful) "Try and work out what part of the {source} is producing the {destination} and minimise the unnecessary parts that are producing the harm"
decreases(*,useful) "Prevent the {source} from impacting the {destination}."
decreases(*,useful) "Isolate the part of the {source} that is impacting the {destination} and remove it."
decreases(harmful,useful) "Convert the {source} into something useful before it has a chance to impact the {destination}"
decreases(*,useful) "Protect the {destination} from the {source}."
increases(useful,useful+potential) "How can you ensure that the {destination} will be an outcome of the {source}?"
increases(&a=*,&c=useful+potential) increases(&b=*,&a) "How can you create the {&c} without the {&b}?"
increases(&a=*,&c=useful+!potential) increases(&b=*,&a) "How can you intensify the {&c} without the {&b}?"
useful+goal "What else is needed to achieve {this}? What are the pre-requisites or necessary pre-steps?"
harmful "What's the root cause of {this}? How can we avoid that?"
useful+potential "How can we realise the {this} more quickly?"
harmful+potential "How can we avoid, prevent, or delay the {this}?"
replaces(&a=*,&b=*) increases(&b,&c=useful) "Ensure the {&a} also leads to {&c} before the {&b} is replaced"
increases(&a=*,&b=useful) "Find ways for {&b} to make more use of {&a}"
#Improve.ReduceHarmful
increases(*,harmful) "How can you prevent the {source} from producing the {destination}."
increases(*,harmful) "Put measures in place to deal with the {destination}."
increases(*,harmful) "Isolate the part of the {source} that is producing the {destination} and remove it."
increases(useful,harmful) "How else could the {source} be accomplished that would not result in the {destination}?"
increases(useful,harmful) "What else could give the benefits of the {source} that would not result in the {destination}?"
decreases+potential(&a=*,&b=useful) "How can the proportion of the {&a} impacting the {&b} be reduced?"
#Improve.Simplify
increases(&a=*,&b=useful) increases(&a,&c=harmful) "How can you get the {&a} to intensify the {&b} without causing the {&c}?"

Sunday 13 December 2009

Creating TOGAF Checklists with Southbeach MyCreativity

This Southbeach Notation model shows the phases of the The Open Group Architecture Foundation (TOGAF) Architecture Development Method (ADM). Reference: www.togaf.org


The method defines the inputs, steps, and outputs of each phase of the cycle:

A. Architecture Vision
B. Business Architecture
C. Information Systems Architectures
D. Technology Architecture
E. Opportunities and Solutions
F. Migration Planning
G. Implementation Governance
H. Architecture Change Management
Requirements Management

Some of these have been shown on the extended model below, with inputs shown as blue boxes, or activities that contribute to the phase, steps of the phase itself are shown as productions (arrows) out of the phase and outputs, or artifacts created by the phase, are shown using the created effect (star). Here we show the steps of phase A above that phase, with the inputs to the left, broken down hierarchically as defined in TOGAF, and the outputs to the right. We also show the inputs to phase B, business architecture similarly broken down.

Using the MyCreativity add on to the Southbeach Modeller, it is now possible to write rules that refer to the model and generate output. You will see how the rules below for the different effect types correspond to the appropriate output; anything that contributesto the phase you click on is listed as an input, anything that phase produces is listed as a step, and anything that is created by that phase, is listed as an output. Note also how in the case of contributesto, we have an additional rule called a 'triple' that matches secondary level contributions. (See the MyCreativity manual for more details.)

This is just one way you could model the parts of TOGAF and write rules in Southbeach to create checklists. This mapping of effects to meaning used to interpret the model in a specific way, this creativity meta-model, is important. Think about this - about how you want your rules and your model to interact - so you have a consistent way to generate creativity output from the model.

For example, the following script:
#Process
//Use extent extended
* "{selected}"
#Process.Inputs
contributesto(action, goal) " Inputs:"
contributesto(action, goal) " {source}"
contributesto(&a=action, &b=action) contributesto(&b,&c=goal) " |--{&a}"
#Process.Steps
produces(goal, action) " Steps:"
produces(goal, action) " {destination}"
#Process.Outputs
creates(goal,action) " Outputs:"
creates(goal, action) " {destination}"

Generates the following output when clicking on Phase A. Architecture Vision:
(This output appears in the MyCreativity window beneath the model when you have the plug-in - just right click in there and set extent to extended to make sure it generates all the secondary inputs).

A. Architecture Vision
Inputs:
Organizational Model for Enterprise Architecture
|--* Governance and support strategy
|--* Requests for change
|--* Budget requirements
|--* Re-use requirements
|--* Constraints on architecture work
|--* Roles and responsibilities for architecture team(s)
|--* Maturity assessment, gaps, and resolution approach
|--* Scope of organizations impacted
Tailored Architecture Framework
|--* Tailored architecture method
|--* Tailored architecture content (deliverables and artifacts)
|--* Architecture Principles, including business principles, when pre-existing
|--* Configured and deployed tools
Populated Architecture Repository
Steps:
* Define Scope
* Develop Enterprise Architecture Plans and Statement of Architecture Work; Secure Approval
* Identify the Business Transformation Risks and Mitigation Activities
* Define the Target Architecture Value Propositions and KPIs
* Develop Architecture Vision
* Confirm and Elaborate Architecture Principles, including Business Principles
* Assess Readiness for Business Transformation
* Evaluate Business Capabilities
* Confirm and Elaborate Business Goals, Business Drivers, and Constraints
* Identify Stakeholders, Concerns, and Business Requirements
* Establish the Architecture Project
Outputs:
# Additional content populating the Architecture Repository
# Communications Plan
Architecture Vision
# Tailored Architecture Framework (for the engagement)
# Capability Assessment
# Architecture Principles
# Refined statements of Business Principles, Business Goals, and Business Drivers
Approved Statement of Architecture Work

and the following output when clicking on B. Business Architecture:

B. Business Architecture
Inputs:
# Approved Statement of Architecture Work
# Architecture Principles, including business principles, when pre-existing
# Enterprise Continuum
# Architecture Repository
|--* Re-usable building blocks
|--* Publicly available reference models
|--* Organization-specific reference models
|--* Organization standards
|--* Refined key high-level stakeholder requirements
|--* Baseline Business Architecture, Version 0.1
|--* Baseline Technology Architecture, Version 0.1
|--* Baseline Data Architecture, Version 0.1
|--* Baseline Application Architecture, Version 0.1
|--* Target Business Architecture, Version 0.1
|--* Target Technology Architecture, Version 0.1
|--* Target Data Architecture, Version 0.1
|--* Target Application Architecture, Version 0.1


You can create as many different rule sets as you like, use them interactively like this to help you think through your approach, or facilitate a project kick-off or review session, or audit an already running project. Southbeach modeller now has the ability to hide certain kinds of elements like actions (the blue boxes here), so you could build a very extensive model of a process that includes inputs, activities and outputs as here, whilst only showing the simple process steps on the screen and still having the creativity rules accessing the full richness of the model - but only showing it when you want to, when you click on the agents you are interested in.

Here is a screenshot of the application. The top left panel shows the models available in the explorer, below that is a list of creativity rule sets available for use with this model. The model is in the centre - with the action agents (blue boxes) hidden to keep the interface simple. On the right is the agent tab showing the description of the selected TOGAF phase, describing its objectives and approach. Beneath the model is the output of the creativity rules showing the inputs to that phase.



See southbeach-creativity.blogspot.com for more examples of how to use MyCreativity and some explanations of the different kinds of rules you can use to add creativity to Modeller. You can get the MyCreativity plug-in to Southbeach Modeller here.

Friday 4 December 2009

Southbeach templates for your methodology


This model illustrates the questions to be asked, and the model templates to be developed, if one was starting out to develop a Southbeach 'kit' (set of abstract and 'starter' models) to support an existing methodology. The output of the exercise would be a set of Southbeach template models of two types:

1. Models to illustrate the approach, phases, steps and activities of the methodology itself. This would help communicate the methodology to the client and delivery team. They could be adapted for different engagements. Improvements gathered from each engagement would be integrated back into the master set.

2. Abstract models, to support the development of 'work products'.

An abstract models is effectively a 'visual check list' - which can be brought into a workshop, and, through model elaboration and changing the text of agents, converted to a specific model.