De-complect: Skill to remove braided complexity from projects Dan VerBragaza released an open-source Agent Skill called 'de-complect' that teaches AI coding agents to remove braided complexity from design documents and implementation branches, following the principles of Rich Hickey's 'Simple Made Easy' talk. The skill, available on GitHub under the MIT license, targets independent concerns twisted together such as defensive checks, sentinels, tri-state configs, and speculative abstraction, and produces behavior-preserving simplifications. An Agent Skill that helps AI coding agents remove braided complexity from design documents and implementation branches — the way Rich Hickey's Simple Made Easy means simple: one fold, un-braided, not "familiar" or "fewer files." This repository provides an Agent Skill for Claude Code and other compatible AI agents. It teaches the agent to find where independent concerns are twisted together — defensive checks, sentinels, tri-state configs, scattered validation, speculative abstraction, stored-but-derivable state — and cut those braids so each concern hangs straight down. It runs on two kinds of target: A design document plan, ADR, spec, handoff doc — the deliverable is a disentangled rewrite to a sibling