graph TD
A[Start StepSelector] --> B[Input: video-transcription]
B --> C[SILO 1: ANALYSIS]
C --> D[Task #223: Initial Analysis]
D --> E[Output: potential-steps-list]
E --> F[SILO 2: SELECTION]
F --> G[Task #223: Step Consolidation]
G --> H[Output: draft-six-steps]
H --> I[SILO 3: FORMATTING]
I --> J[Task #223: JSON Formation]
J --> K[Output: six-steps-selected]
K --> L[End StepSelector]
subgraph Analysis Process
C --> |LLM Prompt| D
end
subgraph Selection Process
F --> |Six Step Consolidation| G
end
subgraph Formatting Process
I --> |JSON Structure| J
end