<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>berabera</title>
  <subtitle>べらべら blahblah</subtitle>
  <link rel="alternate" type="text/html" href="http://www.berabera.info/en/node/169"/>
  <link rel="self" type="application/atom+xml" href="http://www.berabera.info/en/node/169/atom/feed"/>
  <id>http://www.berabera.info/en/node/169/atom/feed</id>
  <updated>2009-11-25T20:20:42+09:00</updated>
  <entry>
    <title>Weekly compass implementation using OmniOutliner</title>
    <link rel="alternate" type="text/html" href="http://www.berabera.info/en/node/169" />
    <id>http://www.berabera.info/en/node/169</id>
    <published>2009-07-15T20:12:46+09:00</published>
    <updated>2009-11-25T20:20:42+09:00</updated>
    <author>
      <name>Romain Lenglet</name>
    </author>
    <category term="AppleScript" />
    <category term="Franklin-Covey" />
    <category term="GTD" />
    <category term="Self-management" />
    <summary type="html"><![CDATA[<p>I have extended my self-management (aka "time management") system today, on my Mac at work. I now combine OmniFocus for day-to-day management, OmniOutliner for higher-level management, and a small homemade AppleScript script implementing a <em>weekly compass</em> ala Franklin-Covey. I am sharing that weekly compass implementation below, as I have not yet found any software implementing that, except for the software edited by Franklin-Covey, although I am convinced that it is an important self-management concept.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I have extended my self-management (aka "time management") system today, on my Mac at work. I now combine OmniFocus for day-to-day management, OmniOutliner for higher-level management, and a small homemade AppleScript script implementing a <em>weekly compass</em> ala Franklin-Covey. I am sharing that weekly compass implementation below, as I have not yet found any software implementing that, except for the software edited by Franklin-Covey, although I am convinced that it is an important self-management concept.</p>
<h2>Background and problem</h2>
<p>I have been a long time user of the <a title="Franklin Covey (FC)" href="http://www.franklincovey.com/">Franklin-Covey (FC)</a> method and tools for self-management, and particularly their <a title="PlanPlus" href="http://search.franklinplanner.com/?q=planplus">Plan Plus</a> software for Palm and Windows. Last year, I switched to <a title="David Allen" href="http://www.davidco.com/">David Allen</a>'s <a title="Getting Things Done (GTD)" href="http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280">Getting Things Done (GTD)</a> method, and to the <a title="OmniFocus" href="http://www.omnigroup.com/applications/omnifocus/">OmniFocus</a> software for iPod Touch and Mac.</p>
<p>I find GTD much more efficient for day-to-day management than FC's daily to-do lists. However, I miss some of FC's tools for long-term, high-level planning (Allen's "20,000-to-50,000-feet" perspectives), which essentially happens during <em>weekly reviews</em> in both methods. OmniFocus supports weekly reviews of low-level actions very well, and Allen has recently focused more on those higher-level aspects in GTD in his book <em>"Making it all work,"</em> but FC is still more practical for long-term thinking. What I miss from FC is the integration of the reviews of missions, values, roles (areas of focus)  into weekly reviews, and most importantly the <em>weekly compass</em>.</p>
<p>The weekly compass is a list of <em>"big rocks"</em>, i.e. important (but not urgent) actions, listed for each role / area of focus. A compass is defined for each week, during the weekly review. Covey calls those actions "big rocks," as one cannot put them into his plan if it is already filled with non-important actions ("small rocks"). My personal roles include: Engineer, Friend, Scientist, etc. Stephen Covey recommends also always including a "Sharpening the saw" area, to include basic actions such as working out, etc. The weekly compass helps asking oneself, for each area, "What is the most important thing I can do in this area this week?"</p>
<h2>My weekly compass implementation</h2>
<p>So I have just bought a license of <a title="OmniOutliner" href="http://www.omnigroup.com/applications/omnioutliner/">OmniOutliner</a>, a very versatile <a title="outliner" href="http://en.wikipedia.org/wiki/Outliner">outliner</a>, to manage my high-level items (missions, values, etc.). It complements OmniFocus very well, but it alone doesn't implement the weekly compass. Therefore, I have extended it to implement a compass that offers those features:</p>
<ol>
<li>focusing on this week's compass (i.e. display only this week's compass in a standalone window);</li>
<li>creating a skeleton of a compass each week automatically from a list of roles / areas;</li>
<li>keeping an history of previous weeks' compasses, to consult during weekly reviews.</li>
</ol>
<p>My weekly compass outline document has the following structure:</p>
<pre style="background-color: #efefef;">+ Latest compass<br />    + Role 1<br />        + Big rock<br />        + Big rock<br />    + Role 2<br />        + Big rock<br />+ Previous compass<br />    + Role 1<br />        + Big rock<br />    + Role 2<br />        + Big rock<br />        + Big rock<br />...<br />+ Roles<br />    + Role 1<br />    + Role 2</pre><p>Each week's compass is a top-level section. Each section contains a subsection for each role, named after that role. Within each role section, each big rock is a leaf item. The compass sections are ordered in reverse chronological order (most recent first). The last section, named <em>Roles</em>, contains the list of roles, and is used as a template to create each new weekly compass. An initial document should contain only the <em>Roles</em> section, with one item for each role.</p>
<p>To create automatically the compass entry for the current week, I have written a small <a title="AppleScript" href="http://apple.com/applescript/">AppleScript</a> script, using OmniOutliner's scripting capabilities:</p>
<pre style="background-color: #efefef;">-- Copyright (c) 2009 Romain Lenglet<br />--<br />-- Permission is hereby granted, free of charge, to any person<br />-- obtaining a copy of this software and associated documentation<br />-- files (the "Software"), to deal in the Software without<br />-- restriction, including without limitation the rights to use,<br />-- copy, modify, merge, publish, distribute, sublicense, and/or sell<br />-- copies of the Software, and to permit persons to whom the<br />-- Software is furnished to do so, subject to the following<br />-- conditions:<br />--<br />-- The above copyright notice and this permission notice shall be<br />-- included in all copies or substantial portions of the Software.<br />--<br />-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,<br />-- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES<br />-- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND<br />-- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT<br />-- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,<br />-- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING<br />-- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR<br />-- OTHER DEALINGS IN THE SOFTWARE.<br />--<br />tell front document of application "OmniOutliner Professional"<br />    <em>-- Calculate the dates for the current week,</em><br />    <em>-- i.e. last Monday and next Sunday:</em><br />    set startDate to current date<br />    repeat while weekday of startDate is not Monday<br />        set startDate to startDate - 1 * days<br />    end repeat<br />    set endDate to startDate + 6 * days<br />    <em>-- Create a weekly compass section named after those dates,<br />    -- and insert it at the top of the document:</em><br />    set weekTitle to (month of startDate as text) &amp; " " &amp; day of startDate<br />        &amp; ", " &amp; year of startDate &amp; "  -  " &amp; (month of endDate as text) &amp; " "<br />        &amp; day of endDate &amp; ", " &amp; year of endDate<br />    set weekSection to make new row at beginning with properties<br />        {topic:weekTitle}<br /> <em>   -- Copy the list of roles from section Roles into the new compass:</em><br />    set rolesSection to item 1 of (sections whose topic is "Roles")<br />    set roles to topic of children of rolesSection<br />        repeat with role in roles<br />        set roleSection to make new row at end of children of weekSection with<br />            properties {topic:role}<br />        <em>-- Create an empty big rock item into each role's subsection:</em><br />        set bigRockSection to make new row at end of children of roleSection<br />        set note expanded of bigRockSection to true<br />    end repeat<br />    <em>-- Display only the new compass section in the window:</em><br />    hoist weekSection<br />    <em>-- Collapse all except the new compass section:</em><br />    collapseAll<br />    set expanded of rolesSection to true<br />    set expanded of weekSection to true<br />    set expanded of children of weekSection to true<br />    set selected of child 1 of child 1 of weekSection to true<br />end tell<br /></pre><p>This is the first AppleScript I have ever written, and I have been very impressed by the ease of use of AppleScript.</p>
<h1>Installation and usage</h1>
<p>To install this script, create a new script using MacOS X' Script Editor, and paste the source code above into it. Save the script into the <em>~/Library/Scripts/Applications/OmniOutliner Pro</em> folder. If you use the standard (not "Pro") version of OmniOutliner, you must modify <em>"OmniOutliner Professional"</em> into <em>"OmniOutliner"</em> in the script, and save it into the <em>~/Library/Scripts/Applications/OmniOutliner</em> folder instead. The script should have a meaningful name, such as <em>Create weekly compass</em>, as this name is displayed in OmniOutliner. Modify the document's toolbar, by using the <em>View / Customize Toolbar</em> menu and dragging the icon for the <em>Create weekly compass</em> script into the toolbar.</p>
<p>Starting with this outline document:</p>
<pre style="background-color: #efefef;">+ Roles<br />    + Engineer<br />    + Friend<br />    + Sharpen the saw</pre><p>clicking on the <em>Create weekly compass</em> button, in the toolbar, modifies the document into:</p>
<pre style="background-color: #efefef;">+ July 13, 2009  -  July 19, 2009<br />    + Engineer<br />        +<br />    + Friend<br />        +<br />    + Sharpen the saw<br />        +<br />+ Roles<br />    + Engineer<br />    + Friend<br />    + Sharpen the saw</pre><p>and the document is focused on the new section, with the first big rock selected. It is ready for the weekly review!</p>
<p>I will need to write another script to delete the sections for old weekly compasses., but I am not in a hurry since this is only the first week I use this system.</p>
    ]]></content>
  </entry>
</feed>
