Answer:
The decision to use pair programming by an Agile Team should be captured in their Inspect and Adapt meeting notes.
Explanation: The underlying principle for having an agile team that the team is committed to constant incremental and or progressive improvement.
Inspect and Adapt Meeting Notes are notes which hold the summary of past achievements which hold and records of things to do going forward in order to ensure that there is progress and improvement over the last set of objectives.
These notes are usually taken at the Inspect and Adapt meeting. This is simply a meeting held at the end of each project milestone. An agile team during this meeting will review its performance, agree and document how it can be more effective.
Pair programming is also an Agile practice in the parlance of software development. Instead of the regular method where an individual is tasked with the development of an application, in this case, two programmers are tasked with the development of one App.
Sometimes this method is used during Extreme Programming (XP)
Cheers!