graph TD
A[Start: Input Topic - Smart Home Tech for Techs] --> B[SILO 1: RESEARCH]
subgraph RESEARCH_PROCESS
B --> C[Execute Skill #216]
C --> D[Conduct Online Research]
D --> E[Generate Research Summary]
E --> F[1000-3000 Char Summary Output]
end
F --> G[SILO 2: MODULE OUTLINE]
subgraph OUTLINE_PROCESS
G --> H[Execute Skill #223]
H --> I[Process Research Data]
I --> J[Generate Module Structure]
J --> K[Create Learning Objectives]
K --> L[Format 15 Module Outline]
end
L --> M[Combine Outputs]
M --> N[Format Final Document]
N --> O[End: research-and-module-outline]
style A fill:#f9f,stroke:#333
style O fill:#9ff,stroke:#333
style B fill:#fdb,stroke:#333
style G fill:#fdb,stroke:#333