Validated Learning via Retrospective Wardley Value Chain Mapping

Search for a command to run...

No comments yet. Be the first to comment.
Why Least Privilege Security Engineering Is Frequently Skipped or Done Loosely In a previous life, I was on a team that reviewed the IAM policies specified by developers when they created new Cloud applications or required additional permissions for ...

Obscuring sensitive information like AWS account IDs in screenshots and videos is tedious and error-prone. Even with video editing tools that simplify the process, I still have to repeatedly add and remove blurring boxes as the view changes. You know...

AWS CloudShell joins the ranks of hostless shells for operating in your cloud environment. Cloud shells are a huge help to training and enablement scenarios because they remove the pain of fussy configuration of a user-owned endpoint - which can have...

This article is the third and final of a series. Part 1 justified that human-performed DevOps checklists are essentially source code, and according to GitOps principles, belong in Git just like any other code required for successfully managing a soft...

There are always those who feel checklists are an unnecessary waste of time because they think they can always remember the basics of the steps involved to complete a task. Many are also not aware of the huge, cross-discipline benefits that can come ...

When I changed roles to a DevOps tooling team lead, I inherited a bunch of tools that essentially amount to ready-to-use deployment automation artifacts. They were managed as shared source. Similar to open source, features and fixes to the tooling could be implemented by anyone in the group. As my team started working with the code, we kept finding woefully out-of-date code. We also discovered improvements and features in some tools that were not in others of the exact same kind. Most this tooling was built for both Linux and Windows. We were also finding significant differences in functionality between the Linux and Windows versions of the same tools.
Over the course of my career, I have realized that a key reason I love building tooling is that each and every tool is its own mini-product. Each tool has its own problem-solution fit and a value proposition to a specific user. In the above case we had a suite of very similar tools for which the problem-solution fit and value proposition were nearly identical, but the artifacts differed wildly in their functionality, quality and reliability. I felt strongly that we needed to start using a proactive product management approach rather than the passive and reactive approach that seemed to result from a shared source model. While I felt that product management would cure many of the challenges with the recently inherited tools, it was also clear to me that it would be challenging to communicate why the initial and ongoing investments of product management should be made for tooling that consisted of pre-built automation artifacts.
Recently, I made a visual work status dashboard to help communicate the status of my team’s many, varied tasks. Upon seeing it, my manager noted a similarity to Wardley Maps and recommended I check them out. Learning about Wardley Maps was one those “where have you been my whole life?” moments!
While it is common place to leverage visuals to communicate complex technical designs, until Wardley Maps, strategic product planning did not have a model on which to build visual maps. Indeed, Wardley claims that this is true of all strategic business planning, and I must admit, that I agree.
The fundamental perceptions that led Wardley to devising his product strategy mapping methodology are intriguing. They carry the hallmarks of deep insight: brutally honest observations followed by simple questions capped by experimentation with cross-pollinated concepts. Wardley analyzed the foundational elements of historical battle maps and created an analog for product strategy planning.
Trying new “future planning” methods carries leveraged risks and burdens compared to changing other bits of methodology. For instance, if you get your first attempt wrong, how will you know if the method is flawed, if your understanding of it is flawed, or if the method does not work for your scenario? Then there is the burden of proving to others that the new methodology is worthy at all. If you are an early adopter, that’s a heavy burden. Wardley Mapping lends itself to a simple learning experiment to address this challenge.
From my experience with instructional design, I know that associative learning (bridging from something you know to something you need to know) is a catalyst to effective learning. Human cognition is largely about pattern recognition and pattern building. Associative knowledge acquisition aligns with this fundamental characteristic of human cognition. Therefore, the associative learning remedy to reduce the risk of learning Wardley Maps is to retrospectively apply the method to something that has already had a successful outcome. While a retrospective Wardley Map does not predict that you would have made the same map before building, it is still valuable in that you will know if the method could have yielded a predictive map. If the mapping method is incapable of capturing the essence of something that is already successful, it would decrease my faith in the method and/or in whether it applies to this type of work.
I was delighted that my first attempt at mapping yielded something that clearly articulated a product value chain and led to further insights.
To get started, I mapped out what I believe the final product would look like. After generating the map, I took an additional step of using green arrows to show what nodes were moved along the maturity scale by the product build and refinement. By visually showing what has been commoditized in the product build out, the map gives a sense of the value of the product to the customer even though it is done retrospectively.
The product mapped here is a ready-to-use virtual machine template for use in Amazon’s cloud. Since virtual machine templates are a very common product of DevOps, I am hopeful that many will be able to resonate with this specific tooling.
Here is some information about how to read the map:
A direct user of the templates is the primary use case and is leveraged the most broadly.
One of DevOps Re-User types represents the use case of using automation that was embedded into the template for preparing a template of their own (template built from a base template). This is frequently done for speed of deployment by creating templates that contain the various server roles pre-built. The deployment of new capacity in response to autoscaling events is much quicker than if this automation is done as part of the scaling event.
While I hoped that my experiment in retrospective Wardley Mapping would answer whether I sufficiently understood the method, as well as whether it was suitable for my task, I did not expect that it would generate insights. I guess I had thought of it’s ability to generate insights as one-way, from the current to the future. This assumption was broken when I started to have new insights into the already built product.
One of these insights was the personal realization that Wardley Maps are largely implementation agnostic. You might be thinking, “well duh”, but I hadn’t picked up on this until I did this experiment. The automation that is currently implemented according to this map is AWS cloud specific. However, if my team was asked to build it in another cloud, the value chain map is 100% applicable. This Wardley Map is a logical mapping of the key functional design points that create customer value no matter where it is deployed.
After making several retrospective Wardley Maps, I noticed that multiple points of product use (user types) were a recurring theme. While I knew this aspect of my work brings me deep satisfaction, I didn’t realize the degree to which it has become a subconscious design habit.
I have always found it difficult to adequately articulate that a product has multiple uses by design and that this compounds its value. Yet the map seems to make it self-evident that multi-use was designed-in and is valuable to the customers.
The process of mapping also quickly highlighted implementation gaps - places where the functionality is not complete compared to the vision.
A final insight of this Wardley Map is that the existing value is insufficiently communicated. This includes highlighting of all features, how-to information for leveraging the value, and promotional content such as announcements and live events.
The below repository includes the map in this article and a template. The templates are done in draw.io - it is free and it’s text based source format is easily stored in git.
If you wish to contribute templates, please feel free to do a pull request.