What is the CIA triad, and why is it not a checklist?
Confidentiality, integrity and availability: information is seen only by those who should see it, is not altered without detection, and is accessible when it is needed. It is not a checklist because the three routinely conflict rather than stack — encrypting everything at rest strengthens confidentiality while adding latency that works against availability, and a system hardened against unauthorised change by locking everything down can become unusable by the people who legitimately need it. A security decision is almost always a trade among the three, not an attempt to maximise all of them, and naming which one you are prioritising and why is the actual skill.