Workspace Build Method
When creating a new workspace:
Step 1
Define final deliverable.
Question:
What is the finished artifact?
Step 2
Identify transformations.
Question:
What intermediate representations naturally exist?
Step 3
Create stages.
Question:
What single-purpose steps convert input into output?
Step 4
Define references.
Question:
What knowledge remains stable across runs?
Place in Layer 3.
Step 5
Define artifacts.
Question:
What changes every run?
Place in Layer 4.
Step 6
Write stage contracts.
For every stage define:
Step 7
Define review gates.
Question:
Where should human judgment occur?
---
Please help - would you add or change?