docs: add QUICK_REF + workflow OS + 2026Q1 roadmap

This commit is contained in:
2026-01-29 02:27:48 +00:00
parent a26914bbe8
commit bb27f3fb00
9 changed files with 305 additions and 0 deletions

26
docs/WORKFLOWS/CREATE.md Normal file
View File

@@ -0,0 +1,26 @@
# Workflow: CREATE (Study Creation)
_Last updated: 2026-01-29 (Mario)_
## Goal
Create a new study via the **Create Wizard**:
Files → Introspection → Context → Draft → Interview → Validate → Publish
## Source of truth
- Draft spec (local): browser storage
- Published spec: `atomizer_spec.json`
## Outputs required (DoD)
- `atomizer_spec.json` (published)
- `README.md` (auto-generated)
- Study folder structure created
## Key rules
- Dont ask user for info we can introspect.
- Ask only gap questions.
- Canvas is validation (gimmick), not the authoring source.
## See also
- PKM: TECH-SPEC-Create-Wizard-Blueprint
- PKM: TECH-SPEC-Canvas-Study-Sync