graph TD
A[Input: Minified Bundle] --> B[Task 1: Validate Code]
Z[Input: User Instructions] --> B
B -->|skill #223| C[Validation Report]
C --> D[Task 2: Generate Embed Docs]
Z --> D
D -->|skill #223| E[Embedding Guide]
C --> F[Task 3: Format Final Docs]
E --> F
F -->|skill #185| G[Final Instructions MD]
subgraph Validation Silo
B
C
end
subgraph Documentation Silo
D
E
F
G
end