817 B
817 B
id, aliases, tags, title, dg-publish
| id | aliases | tags | title | dg-publish | ||||
|---|---|---|---|---|---|---|---|---|
|
Refactor System Scripts | true |
Refactor System Scripts
Currently, each system script is structured as follows:
# System
## Info
## Sequence
### 1. Preparation
### 2. Takeoff
### 3. Review
This structure is flawed because it separates prep and review by system, which is at odds with optimal workflow.
The structure to implement is as follows:
# System
## Info
## Takeoff
with useful and unique content from ### 1. Preparation and ### 3. Review
consolidated in pre-takeoff-research and takeoff-review respectively.
It should be considered if ## Info can also be removed,
replaced with callouts and embeds in the script.