📚 ln-112-reference-docs-creator

Reference Documentation Creator - State Diagram

📋 Workflow Overview

Creation Action
Validation
Success State
graph TD Start([Start: Reference Docs Creation]) --> Phase1[Phase 1+2: Create Structure merged
Create dirs + README + ADR template] Phase1 --> CreateAll[Create subdirectories adrs/, guides/, manuals/
+ README.md + _template.md] CreateAll --> ReplaceVars[Replace placeholders:
DATE, registries] ReplaceVars --> Phase3[Phase 3: Structure Validation
Verify dirs, SCOPE tags, registries] Phase3 --> Phase4[Phase 4: Content Validation
Parametric validation with questions.md] Phase4 --> Notify[Notify: Reference structure
created + validated] Notify --> End([End: ✓ Reference structure ready]) %% Styling classDef action fill:#C8E6C9,stroke:#388E3C,stroke-width:2px classDef validation fill:#FFF9C4,stroke:#F57C00,stroke-width:2px classDef success fill:#B3E5FC,stroke:#0277BD,stroke-width:2px class Phase1,CreateAll,ReplaceVars action class Phase3,Phase4 validation class Notify action class End success

🔑 Key Features