In this section: Glossary
Extraction
You can't contract everything on day one. Extraction is the deliberate work of choosing which capability to pull out of undocumented code first, writing its contract, and making its behavior legible to the next reader, human or agent.
cdad roadmap is what turns extraction from a gut call into a ranked list. It reads the baseline fromcdad check, asks for each capability's criticality and how often it actually gets touched, and multiplies the three axes together to produce an order.
The output is cdad-roadmap.md, the list you hand tocdad init one capability at a time. Seeagent readinessfor the score extraction is meant to move.