Imagine you're moving a heavy box across a cluttered room. Before you lift, you instinctively scan for a counter, a wall, a chair — something to brace against. You don't test every surface; you glance, rule out the wobbly stool, and pick between the counter (stable but far) and the wall (close but limits your reach). That's the core mechanism here: a robot doing the same triage, mathematically. The committed claim is that contact selection for loco-manipulation can be formulated as a multi-objective optimization over three capability measures — residual wrench (how much force margin you have), end-effector reach (how far the arm can move), and base mobility (how freely the robot can reposition) — balanced against the cost of acquiring that contact. CTCS doesn't just pick the best contact; it explicitly trades off what each contact gives you against what it takes away. A wall brace might boost stability but kill your reach envelope. The framework makes that tradeoff legible and solvable. The computational trick is the real engineering contribution. Evaluating every candidate contact requires a full whole-body optimization — expensive when you have many surfaces and many candidate contact points. CTCS screens for feasibility first (ruling out obviously bad candidates), clusters similar candidates on each surface, solves exact optimizations only at 'anchor' points within each cluster, then uses local sensitivity analysis to interpolate capabilities for nearby candidates. Selective exact evaluations verify these predictions. The result: roughly 3× speedup over exhaustive evaluation while closely matching the objective values. The experimental setup uses a Unitree Go2 quadruped with an AgileX NERO arm across 392 task conditions and nine available support surfaces. This is a meaningful test bed — not a single cherry-picked scenario, but a grid of conditions that stress-tests the method's generality. Results show CTCS consistently outperforms both ground-only support (no environmental contact) and fixed-contact baselines, selecting surfaces that provide favorable capability tradeoffs for the specific task at hand. The ladder context matters. Prior work on legged loco-manipulation typically assumes a fixed support strategy — either the robot uses no environmental contact, or the contact is preselected by a human. Making contact a decision variable that the robot optimizes jointly with its whole-body configuration is the genuine contribution. This isn't the first paper on contact-rich planning (the TO-through-contact literature is deep), but applying multi-objective capability screening to environmental support selection for quadruped manipulation is a real step forward in the contact planning space. Integrity is solid but bounded. Validation is both simulation and hardware, which is better than simulation-only. The 392-condition sweep is a genuine stress test, not a single demo. However, there's no independent replication, no pre-registration, and the nine surfaces are author-chosen. The 3× speedup and objective-matching claims are self-reported. The hardware experiments on the Go2 are real-world, which lends credibility, but the environments are structured lab setups. The obvious next experiment is outdoor or unstructured environments with uncertain surface properties — a wall that might give way, a table with unknown friction. The authors almost certainly didn't run this because it requires online surface property estimation, which is a separate (hard) problem. They're solving the planning layer assuming known geometry and contact properties, which is the right scope for a first paper but leaves the deployment gap explicit.