41 lines
926 B
Markdown
41 lines
926 B
Markdown
---
|
|
title: Takeoff Scripts
|
|
tags: []
|
|
up: "[[conest-processes]]"
|
|
---
|
|
# Takeoff Scripts
|
|
|
|
I often refer to "ConEst takeoff scripts"
|
|
as justification for certain of decisions,
|
|
but like the Project Management Body of Knowledge,
|
|
they do not really exist in writing.
|
|
|
|
Scripts should be directed,
|
|
limiting extraneous information.
|
|
|
|
## Citations
|
|
|
|
For the purpose of accountability,
|
|
it is crucial that all direction have a documented origin.
|
|
|
|
Use footnotes to reference timestamped notes.
|
|
|
|
Do this:
|
|
|
|
```markdown
|
|
Even when drawings show 2 separate duplex receptacles,
|
|
use `DW & DISPOSAL DUAL CIR - ...`,
|
|
which includes only one receptacle.[^1]
|
|
|
|
[^1]: [[2026-01-12_10-42-30#Unit Dishwasher/Disposal]]
|
|
```
|
|
|
|
not this:
|
|
|
|
```markdown
|
|
> [!quote] [[joel-jansen]] 2026-01-12 in reference to [[woodbrook]] (pp.)
|
|
> Even when drawings show 2 separate duplex receptacles,
|
|
> use `DW & DISPOSAL DUAL CIR - ...`,
|
|
> which includes only one receptacle.
|
|
```
|