Condition Assessment Survey¶
Diagnostic survey — instantiates Reference-State Conservation Intervention
Systematically scores the condition of a whole population to diagnose how it is decaying and rank which objects get scarce treatment first.
Condition Assessment Survey walks an entire collection — not one object — and gives each item a scored condition, a named decay mechanism, and a place in a priority order. Its defining move is population-level triage: rather than asking "how do I fix this piece?" it asks "across everything I steward, what is failing, how, and what must I treat first with the budget I have?" The output is not a repair but a ranked diagnosis: a list that converts a vague sense that "the collection is aging" into a defensible allocation of scarce conservation effort.
Example¶
A mid-sized city's parks department is responsible for 140 outdoor bronze monuments, plaques, and memorial statues. Nobody can treat all of them, and complaints only ever arrive about the most visible three. A conservator runs a condition survey. Each object is identified and located (the survey is where the collection first becomes an enumerated set of objects rather than a vague inventory). Each is scored on a standard scale and its active decay named: chloride-driven "bronze disease," streaking from failed wax coatings, structural cracks at the ankles of standing figures, graffiti etching. Severity and rate are recorded together — a slow problem on a rare object can outrank a fast problem on a replaceable one.
The deliverable is a ranked worklist: eleven objects with active corrosion that will lose detail within two years go to the front; sixty stable pieces need only recoating on a rolling cycle; the rest are monitored. That triage[n1] — not any single treatment — is what lets a fixed budget protect the most irreplaceable material instead of the loudest complaint.
How it works¶
- Enumerate and identify. Fix the boundary of the population and give every object a stable identifier, so the survey covers a known set rather than whatever is in view.
- Score against a rubric. Apply one consistent condition scale so a "3" means the same thing on object one and object ninety.
- Name the mechanism, not just the symptom. Diagnose how each object is decaying, because treatment and urgency both follow the mechanism.
- Rank by a priority rule. Combine severity, rate, value, and rarity into an order of operations that survives a budget cut.
Tuning parameters¶
- Census versus sample — survey every object or a representative sample. A census is complete but expensive; sampling estimates the collection's state fast but can miss the rare disaster.
- Score granularity — a coarse three-band scale or a fine numeric index. Finer scales capture more but invite false precision and inter-surveyor disagreement.
- Priority formula weights — how heavily rarity, rate, value, and reversibility-of-delay count. Re-weighting can completely reorder the worklist, so the weights are a policy choice, not a technicality.
- Surveyor calibration — how tightly assessors are cross-checked. Looser is cheaper but lets scores drift between people and days.
When it helps, and when it misleads¶
Its strength is forcing the whole population into view at once, defeating the squeaky-wheel bias, and making budget allocation an argument about evidence rather than volume. It is the step that decides where the scarce hands go.
Its failure mode is that a survey is a snapshot taken by fallible, possibly-inconsistent assessors, and its ranking has real consequences: an item scored low and shelved can quietly cross a threshold and fail before the next pass. Scoring rubrics lend a spreadsheet's false precision to what were really judgment calls, and surveyor drift makes this year's "2" incomparable to last year's. The classic misuse is treating the priority list as permanent truth rather than a perishable estimate. The guarding discipline is to calibrate assessors against shared reference cases, re-survey on a cadence rather than once, and read scores as bands, not decimals.
How it implements the components¶
Condition Assessment Survey realizes the diagnose-and-prioritize front end of the archetype:
conservation_object— the survey is where a fuzzy holding becomes an enumerated set of identified objects with defined boundaries.decay_or_drift_diagnosis— each object's active decay mechanism is named and its severity and rate recorded.triage_priority_rule— severity, rate, value, and rarity are combined into the order in which scarce treatment is spent.
It ends at a ranked diagnosis: it does not implement the recurring condition_monitoring_signal that tracks an object after treatment (that is Monitoring and Retreatment Cadence) or any minimum_effective_treatment (the Restoration Protocol and Stabilization Intervention do the actual work). Where Before/After Condition Photography captures how one object looks, the survey scores and ranks how a whole population is failing.
Related¶
- Instantiates: Reference-State Conservation Intervention — supplies the diagnosis and priority order the rest of the event is built on.
- Sibling mechanisms: Before/After Condition Photography · Monitoring and Retreatment Cadence · Conservation Logbook · Conservation Treatment Plan · Digital Fixity Check and Repair · Environmental Control Protocol · Minimal Intervention Review Board · Restoration Protocol · Stabilization Intervention
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Systematically scores the condition of a whole population to diagnose how it is decaying and rank which objects get scarce treatment first, making its operative form a bounded evaluation of existing evidence or work that produces a finding or disposition.
Independent corroboration: The frozen evidence defines Condition Assessment Survey as 'Systematically scores the condition of a whole population to diagnose how it is decaying and rank which objects get scarce treatment first', so its operative form is Assessment, Review & Assurance.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Material Culture & Museum Studies
Origin pattern: Single lineage
Present-day reach: Specialized
Rationale: Conservation practice cohered collection-wide condition surveys that inventory objects, score deterioration, and prioritize scarce treatment.
Related originating lineages:
- Architecture & Urban Planning — Building and infrastructure condition surveys provide a parallel applied lineage for population-level renewal prioritization.
Review resolution: Collections conservation cohered population-wide condition surveys that record deterioration and prioritize scarce treatment. Building-condition surveys are a genuine parallel applied lineage; clinical triage is analogous decision logic rather than an origin of the survey method.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] Triage, from emergency and battlefield medicine, is the practice of sorting cases by urgency and expected benefit so that limited treatment capacity is spent where it matters most — deliberately treating some later, or not at all, so the whole is better served. ↩