Stratigraphic Time Ordering Inference¶
Reconstruct what happened when by treating preserved layers as ordered evidence, while checking for missing, mixed, inverted, or disturbed strata before making causal claims.
The Diagnostic Story¶
Symptom: Analysts need to establish what happened first, but the evidence is arranged in layers that may be incomplete, disturbed, or overwritten. A tempting causal story presents itself from the visible layer order, but nobody has checked whether intervals are missing, records were rebased, or earlier deposits were reworked by later events. Different investigators examining different partial sequences disagree about chronology in ways that cannot be resolved without an explicit method for aligning them.
Pivot: Treat the layered medium as an evidence-bearing sequence: identify the strata or layers, establish relative order through observable layer relations and markers, check explicitly how layers formed and whether they were disturbed, correlate markers across sequences to build a common chronology, and state the reconstructed history with explicit confidence levels and documented alternatives. Relative order is the foundation; causality and duration require additional evidence.
Resolution: A defensible relative chronology emerges with visible uncertainty rather than confident narrative built on unstated assumptions. Gaps, missing layers, disturbed records, and alternative sequences remain legible rather than papered over. The reconstruction can be audited and revised when new evidence appears because the inference chain is documented.
Reach for this when you hear…¶
[geology] “The story you tell from the outcrop is only as good as your check for unconformities — if there's a missing million years in there, the whole sequence means something different.”
[software incident review] “The git log tells me the order commits were merged, not the order the bugs were introduced — those are different questions and I need to know which one I'm actually answering.”
[forensic accounting] “The transaction record shows what happened last, not what happened first — we've had to unwind three levels of ledger entries just to find the original misclassification.”
Mechanisms / Implementations¶
- Core Sample Logging Protocol
- Layer Disturbance Audit Checklist
- Marker-Horizon Correlation
- Relative Chronology Matrix
- Stratigraphic Section Diagram
- Version-History Commit Graph
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (1)
- Layered Accumulation: Sequential time-ordered deposition in which each new layer rests atop the prior ones, so the position of a layer encodes when it formed and the stack becomes a readable record of history.
Also references 15 related abstractions
- Causality: Cause-effect relationships.
- Collective Memory: Shared narratives.
- Continuity: Smooth change without jumps.
- Continuity vs. Rupture: Gradual vs abrupt change.
- Data Integrity: Accuracy and consistency preserved.
- Deep Time: Extremely long timescales.
- Order: Defines ranking or sequencing relationships.
- Primary vs. Secondary Sources: Firsthand vs analysis.
- Representation: Model complex ideas.
- State and State Transition: Captures system condition and evolution.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Archaeological Stratigraphy Reading · domain variant · recognized
A domain variant that reconstructs human occupation, construction, burial, and disturbance sequence from cultural layers and features.
Geological Core Sequence Reconstruction · domain variant · recognized
A domain variant that reconstructs environmental, sedimentary, volcanic, or paleontological sequence from cores and exposed strata.
Digital Version-History Stratigraphy · implementation variant · recognized
A digital variant that reconstructs system or artifact history from commits, logs, migrations, deployments, and retained versions.
Forensic Layer Reconstruction · risk or failure variant · recognized
A forensic variant that reconstructs event sequence from layered physical traces, contamination profiles, files, or custody records.