Skip to main content

Coaching the Agile Architect – Creating Value, Ensuring Quality, and Empowering Change

Reading: Coaching the Agile Architect – Creating Value, Ensuring Quality, and Empowering Change

man looking at business concept

Coaching the Agile Architect

As an Agile Coach, I typically find two shifts in perspective helpful for new agile architects: first, the possibility of delivering slices of functionality (typically prioritized by risk or value) and second, the possibility of delivering slices of architecture required to support incremental delivery. I experienced this perspective change personally in what now feels like a previous life as an architect who was expected to construct solutions in addition to architecting them. As a result, I thought it might be most appropriate to discuss how an agile coach might approach the second shift in the spirit of the art of the possible while at the same time trying to keep it simple. My goal is to incrementally and iteratively formulate a framework to help coach a new agile architect through the required transition of thought in designing architectures that enable incremental delivery of value. While it does not require BUFD, it does require thoughtful consideration of architectural requirements such as quality attributes, NFRs, and expected points of volatility and extensibility. As will eventually become evident, the details contain gotchas that are easily avoided with due consideration.

Two Potential Perspectives

The way my mind works, there are two obvious representations of the context. In the first, I view an architecture using the following entities:

  • Things – which commonly talk to other things using…
  • Messages – which contain or, in some way, transmit…
  • Information – for context, configuration or other processing

A second, and maybe more useful, perspective is to view the architecture in more traditional layers:

  • DomainCapabilityInteractionDomain – the public face, internal or external, of architectural value delivery, typically in the form of services
  • Capability – the functional or component building blocks
  • Interaction – the integration of the capabilities that reside both in and on the architecture

While both perspectives resonate with me, for this discussion I will use the latter. In future posts I will delve in more depth, which will more naturally align with the former.

What are the challenges?

So what are the challenges I commonly face in this particular area as an agile coach? The following are common questions that arise:

  1. How to support domain service stability during incremental refinement?
  2. How to incrementally increase the complexity of integration points while maintaining robustness and managing volatility?
  3. How to support component stability while incrementally increasing capabilities?

In addition, each case typically comes with requirements to ensure extensibility and backward-compatibility, as well as the realization of quality attributes such as scalability and performance.

Recognize & Address Each Type of Challenge

As a result, any systematic approach that a new agile architect will find useful must address at least each of these types of challenges. 3Challenges   So I’d like to propose one way to look at this challenge and help your customers complete this mental transition. A particular benefit of this approach is that all the referenced content already exists, is in use, and has extensive information available in both books and the public domain. See the References and Further Reading section at the end. So let’s dig into each challenge with a bit more detail.

How to support domain service stability?

I suggest approaching this challenge with a discussion of Service Oriented Architecture patterns. The primary benefit of these patterns is to manage the dynamic and volatile service contexts and contracts encountered as the architecture is extended in increments. More detailed information for each of these can be found at soapatterns.org (see references at the end). Some useful patterns to leverage in this way include:

  • Service Façade supports dynamic service contracts by decoupling the core domain capability from the public contract.  This will allow either the core domain capability or the public contract to evolve independently.
  • Agnostic Capability helps derive new service contexts by making available well-defined yet common domain capabilities as granular services.
  • Protocol Bridging supports protocol volatility by ensuring differences in communication protocols – either type of variant – are handled adequately based on expected protocol volatility, planned or emergent.
  • Compatible Change / Concurrent Contracts generally support ongoing modifications by introducing new capabilities without impacting existing ones, and by creating multiple contracts of the same domain capability for specific consumer types.

How to support incrementally built integration?

For integration that will be changing through incremental architecture development, introduce the Enterprise Integration Patterns body of work (Hohpe). The primary benefit of these patterns is to stabilize points of integration from Day 1 as they increase in capability and complexity. Some common refinement patterns to identify and plan for include the following, which I have personally experienced on several large-scale projects:

  • Basic Integration Refinement occurs as a simple integration becomes more complex and capable. An example evolution of integration may include transitions from hard-coding, to file sharing to shared memory to RPC, and finally to messaging. Using other protective patterns, this refinement can evolve with minimal impact to the solution and customers.
  • Message Channel Refinement involves the paths of integration becoming more powerful and robust.  For example, message channels may transform from Point-to-Point to Message Bus to the use of Message Bridging. This would use the EIPs called Point-to-Point Channel, Message Bus, and Messaging Bridge. (Hohpe).
  • Message Routing Refinement occurs as the routing mechanisms used to put messages on channels move from relatively dumb to elegant and smart. Some examples I have used to incrementally build out a robust routing infrastructure include content-based routing, message filtering, Recipients List, Splitter & Aggregator, Composed Message Processor and Message Broker. While the core integration may have also required change, it was minimal compared to the message routing capabilities protected by architectural design patterns.

How to design capabilities robust enough for incremental development?

This is probably where most technicians are the most familiar, yet it is worth discussing within your coaching conversation as this not only ties the other pieces together but also provides more tools which can be applied at all levels. Here we consider GoF Patterns at the capability level. Some common design patterns that bring great value to incremental delivery include the following from Design Patterns:

  • Factory Method to abstract and extend creation functions. Through a creation interface and inheritance, the implementation determines which class to instantiate.  In addition, more simple factory patterns that do not rely on inheritance may also be applicable here.
  • Adapter, Bridge, Decorator, Façade, and Proxy to protect and stabilize structure. Each of these leverages abstraction to stabilize areas where the structure is or may end up being volatile. In most cases, if the extent of true volatility is less than expected, the cost expended for protection will have been minimal.
  • Strategy, Command, Mediator, and Template Method for incremental extension of behaviors. Again, through the power of abstraction, component capabilities and behaviors can be extended as needed with minimal impact to the core solution.

Summary

My goal is to create a systematic approach to engage and coach new agile architects in the art of the possible when it comes to architectural slicing. Using generally available and proven patterns at each critical layer of an architecture: the domain, the capability, and the integration, architectures can be designed, communicated, and built in vertical slices which meet quality attributes and stability using an incremental delivery approach. As a coach, communicating this possibility and providing the tools to new agile architects is critical to empower early and often creation and delivery of value.

What do you think?

  • What other patterns have you found useful for slicing architecture?
  • How have you communicated this technical challenge to new agile architects?
  • Would such a system be of use to agile coaches in the technical realm?

The posts that will follow this will go into greater detail to describe my coaching perspectives on the:

  • benefits of specific patterns to slicing,
  • gotchas to consider,
  • concrete examples from enterprise projects and
  • steps for using these tools which form their own pattern of analysis

…. all in the hopes to spark some thoughtful discourse and provide coaches with additional tools in the technical realm.

References and Additional Reading

Next Agile Transformation & Executive Engagement

Comments (3)

  1. Dona
    Reply

    One big challenge is to slice the architecture in agile while mainting high quality. The biggest is having that agile architect & letting that person integrate that in the team/product. Unfortunately, this doesn’t happen, therefore, I think it is better to have these sliced parts done outside of the team delivering feature for the customer. So the other agile team will build piece by piece, steps by steps, the APIs to build most of the company’s product.

    Reply
  2. Michael Robillard
    Reply

    Good point about quality Dona as I referenced it only glancingly with regards to quality attributes and requirements.

    I’m currently working at a client with both models you describe: an integrated architect, and a services team delivering capabilities to the feature teams. While I have a technical background I realize not all agile coaches do and this conversation started with one such coach asking me how I work with architects who cannot see slicing as viable at the architectural level. The specific scenario I’m trying to address is when features teams desire quick delivery of slices of value while the architect, whether integrated or on an external service team, becomes the bottleneck because “it must all be built out.” I can easily have this type of conversation while others are less confident. I also hope that by articulating my thought process, it may be honed and useful to others.

    I appreciate your feedback, all the best, Michael

    Reply
  3. chris
    Reply

    I am myself an architect and I think that coaching must be contextual.
    For example, my app does not have factories but I extensively use dependency injection and TDD so what you say do not apply.

    The more important if you want genric coaching is to teach principles : (de)coupling, tests, SOLID, REST (if you do web), MVVM / MVP / MVC, exception handling, … : evolving architecture is really a big topic where martin fowler, robert martin, ron jeffries, rod johnson (spring in java) et al have much to say !

    Reply

Leave a comment

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