Simplicity Audit Strip a codebase down to what it actually does, then figure out the simplest way to do it. Most codebases accumulate complexity over time — abstractions added speculatively, patterns adopted because they're conventional rather than necessary, indirection that solved a problem that no longer exists. This skill cuts through that by starting from the ground truth of what the software actually accomplishes, then reasoning from first principles about how to achieve the same results with less. This is not a bug hunt or an architecture review. It's a harder question: is the overall…