logo

Mind Maps for Theme Planning

When we have a new theme coming up, we usually start a few weeks or months in advance by having one or more brainstorming meetings with our Product Owner and possibly other stakeholders. The PO often draws examples on the whiteboard as we discuss: algorithms for calculations, or diagrams for workflow. We ask questions to understand the purpose of the theme, the business problems it will solve, who will use it and how. We talk through various technical implementation designs. These meetings are usually timeboxed to one hour. Having a few days between meetings gives us time to think about what we’ve learned so far and possibly do research.

Once we understand the theme, we work with the PO to break it up into user stories, prioritizing them according to dependencies and risk, and estimating them. Sometimes we just estimate the theme so the business can think more about whether they want to prioritize it. When we actually start work on the theme, we usually feel pretty well-prepared. Still, when we get into actual development, we sometimes find we missed some important aspect of the feature. Sometimes after the theme has been released to production we realized there was a ripple effect we hadn’t thought of.

Since participating in a workshop where Jeff Patton introduced his story mapping technique, I’ve been lobbying to try story mapping when we start work on a new theme. Our product owner, Steve, got his wires crossed and mixed up “story mapping” and “mind mapping”, and decided to mind map a new theme on our big rolling whiteboard. We’d had a couple of brainstorming meetings on this theme, and had written and estimated stories for it. He thought it would be a good idea to mind map everything we could think of about this theme, and take a fresh look at it.

Theme Mind Map

This mind map worked really well to help us review the theme. Steve’s color coding was helpful. Our current system has a one-to-one relationship between a “plan sponsor” and a 401(k) plan. In truth there could be multiple sponsors for each plan, so we have to break that one-to-one relationship, which is the green branch of the mind map. Those are the first stories we’ll do. Then we need to provide a way for one plan sponsor to have an ‘administrator’ role and be able to create accounts for other sponsors in the same plan. The management UI for this is the orange-colored branch. One sponsor will be the “Authorized Representative” (“AR”) and that is the name that will go on official documents. That’s reflected in the purple branch, along with reports, queries and email communication. The brown-colored branch is future functionality, which we want to keep in mind as we deliver the initial stories. In drawing the mind map together, we thought of areas we hadn’t considered in previous meetings, such as recording which users make which changes, and how this relates to other user types in the system such as TPAs (Third Party Administrators, who often do the sponsor’s work for them).

Right after the meeting, one of the programmers, Mike, had a flash of insight. We didn’t need to “break” the existing one-to-one plan – sponsor relationship. Instead, that one-to-one relationship would define the Authorized Representative, so we could leave the existing code and database tables as-is. To add the ability to have multiple sponsors, we can add a new table with the plan-sponsor relationship that will also have a flag to denote which sponsors are also “administrators” and can manage other sponsors’ accounts. You can see the database design in the top right of the whiteboard. This idea slashed a 13-point user story to three points – quite a savings! Would Mike have thought of this without the mind map? Who knows? Everyone agreed this was a helpful way to think of all aspects of the new functionality and come up with a good way to implement it.

Another plus of the mind map was that our remote team member could see it from his telepresence device’s webcam, which you can see at left in the following photo.

Remote Team Member on Telepresence Device at Left

Though I still hope we’ll try story mapping in the future, mind mapping turned out to be a productive technique!

4 comments on “Mind Maps for Theme Planning

  1. Great post, and usefull exemple about mind mapping!

    The last months I used the mind mapping to perform a photo of the some application features and for me is one of the most powerfull tools to do a brainstorming with all the development team and the steakholders to improve this funcionality.

    Now I use this technique for every product and idea, and sometimes also to blogging or write and article.

  2. Good example of using MindMapping in scrum sessions. What I’ve also found is that as a visual tool, it helps teams to keep the “Forest and Trees” perspective. My having the Center always visible, the decomposition of various aspects is assisted by seeing how one arm of the “octopus” is “naked” whereas another arm has more fingers, toes, tendrils than can be counted. In otherwords, team, we’ve got all the possible field values identified but let’s figure out what we even need to look at in this pull-down menu!

Leave a Reply

Your email address will not be published. Required fields are marked *

Search
Categories
Archives

Recent Posts: