graph TD
A[Start Subagent #5] --> B[Receive Input]
B --> C[Minified JS Bundle]
B --> D[User Instructions]
C --> E[Validation Silo]
E --> F[LLM Review Code]
F --> G[Generate Validation Report]
D --> H[Documentation Silo]
H --> I[Create HTML Snippet]
H --> J[Write Usage Guide]
H --> K[Add Design Notes]
G --> L[Combine Outputs]
I --> L
J --> L
K --> L
L --> M[Format Final Document]
M --> N[Generate Markdown/Text Output]
N --> O[End Subagent #5]