Skip to content

How to document decisions

Posted on:February 12, 2024

All right, this is the final post in my series on decision documentation. In this one, I’ll discuss the “how,” offering specific tactics for approaching this task.

Use a Central Wiki

First off, you’ll want to place your decision records in a central wiki or another location accessible to everyone. You could use Notion, Coda, Google Docs, Confluence, Obsidian – whatever suits your company best. Just make sure everyone knows where to find it and that the tool is easy for your team to use. Ideally, it should have version control. If you’re a technical team and prefer keeping things simple with pure markdown files in a Git repository, that’s also a good option.

Use a Standard Format

For it to work well, you should keep a standardized format. I’ll go through my recommended sections, but like a lot of things, there is no real right way to do it. Do what works for your organization.

Title and Metadata

I like to start with some key information as metadata at the top. This metadata can include a title for the decision record and possibly a numbering mechanism (incrementing numbers or dates work fine). Consider implementing a loose taxonomy with tags indicating general departments or business areas it applies to. You can also include a status (e.g., draft, proposed, in review, accepted, deprecated), as well as information about who proposed the decision and which teams or individuals are involved. Dates are also good here.

Background/Context

Now let’s dive into the rest of the document. Start with background or context – this section should provide the history and context surrounding the decision and explain why it’s important. If previous decisions led up to this one, link to those documents.

Alternatives Considered

After setting the stage with background information, move on to describing the alternatives considered. Outline each option and its pros and cons, as well as any relevant data or research that informed your choice.

The Decision

Once you’ve detailed the alternatives, present your actual decision – what was chosen and why? Explain how it addresses the problem at hand and what factors contributed to making this choice. This might include a summary and perhaps a few different components of the decision. Though I suggest keeping these documents granular, it’s probably better to write three or four separate documents, each focusing on a specific aspect of the decision, rather than rolling them into one. However, that’s something you’ll need to feel out.

Impact

Then, discuss what you think the impact will be. The impact shouldn’t only be positive, as everything comes with trade-offs. Acknowledge those trade-offs, explain why you chose a particular option over others, and discuss both the benefits and drawbacks.

References

Lastly, consider adding a references section at the bottom to provide links to any relevant documents or resources you came across during your research.

Other Sections

Again, the above sections were just an example, and I’d consider whatever your template is to be the baseline. These are the minimal sections every decision document needs. But you might incorporate subsections or even add extra sections if needed. So, it’s essential to be adaptable, but also to maintain a certain level of strictness regarding the minimum set of expectations. This way, you strike a balance between structure and flexibility.

Alright, moving on from template…

Let the Document Reflect the State of the Decisions

As mentioned in my previous post, as you work towards a final draft, there are various ways to get there – asynchronously or in meetings, with one or multiple authors collaborating. Ultimately, this should be an easy-to-follow document that’s coherent and comes to a conclusion.

Maintain the Documents; Champion the Process

It’s essential to keep your decision documents current and refer to them often. If you make a choice and soon discover an oversight or change course, don’t hesitate to update the document or create a new one that supersedes the previous decision. It’s fine to revisit, as long as the documentation remains clear. A red flag to watch for is when decision documents start getting disorganized. If you notice documents perpetually stuck in draft mode, you might be dealing with an issue that needs attention.

Other Tips

So, there you have it. But let me share a few more tips that I believe can make a significant impact on adopting this approach.

Appoint a Steward

First, you’ll likely need some stewardship. Consider appointing an official decision documentation steward – someone who takes ownership of this part of the wiki, ensures documents are maintained, and coaches others on the process. If everyone owns it, responsibility may become too diffuse.

Use Generative AI

Next, embrace the power of generative AI. It excels at tasks like these. As I mentioned earlier, one reason people avoid decision documentation is the time and effort involved. Tools like ChatGPT can streamline this process by working with standard templates and turning your rough thoughts into polished documents.

Set the Tone from the Top

Moreover, remember that these practices should flow from the top down. If your executive team isn’t setting an example and demonstrating that documenting decisions matters, others are unlikely to follow suit. While it’s possible to succeed without a CEO fully on board (say, with a taskmaster COO), in general, the culture should emanate from the top.

Make It the Standard Across the Entire Org

Lastly, implement this approach across your entire organization. My deep dive into decision documentation began with architectural decision records in engineering and exposure to Amazon’s memo meeting culture. It struck me that the entire organization could benefit from such practices. Given today’s cross-functional work environments, limiting this approach to one department won’t yield the desired results. However, you can start small – at the team or individual level – and gradually make it a standard practice.


That’s about it! I’d love to hear your thoughts on my series about documenting decisions. It might be a dry topic, but it’s incredibly important.