The energy which keeps everything running, required to make any mission a success.
Some rules
Source of information should only exist once (don't duplicate)
Information needs to be modular so it can be reused
Information needs to be version controlled & change should be visible
Information is without design !!! it's just text or structured data
E.g. don't lose lots of data reformatting, trying to get the fonts right, headers with right numbers, ...
Use a easy textual format which can express everything you need (e.g. markdown) and then conversion tools will create the required format: website, pdf, ...
Structured data can be expressed in human readable data formats and also stored in information management systems like git (examples of human readable data formats are yaml, toml, ...).
Lots of people believe that data only belongs in databases, which is absolutely not correct, any complex system can be recreated by means of some easy to read structured data formats, it would be not super user friendly at beginning but once understood its super powerful and much more transparent.
Don't hide, everything needs to be visible for the groups of people you work with
Work done needs to be traceable and open
Anyone should be able to see work done by who when and how much, this transparency allows to see what contributions of people are and that way have an automation information flow.
Immediately put information on the right location so other people can find it.