Skill Dependency Graph¶
Run the Skill Dependency Graph Fullscreen
About This MicroSim¶
A Mermaid flowchart LR diagram showing all fourteen agent skills as nodes, with edges where one skill's output is a required input of another. The learning-graph-generator sits as a central hub (warm orange) with outgoing edges to book-chapter-generator, glossary-generator, quiz-generator, faq-generator, and reference-generator. Skills are color-coded by category: foundation (blue), authoring (teal), derived (green), engagement (amber), and audit (orange). Edges are labeled with the carrying artifact type.
Diagram Details¶
flowchart LR
CDA[course-description analyzer] -->|course description| LGG[learning-graph generator]
LGG -->|concept list| BCG[book-chapter generator]
LGG -->|concept list| GLO[glossary generator]
LGG -->|concept list| QUI[quiz generator]
LGG -->|concept list| FAQ[faq generator]
LGG -->|concept list| REF[reference generator]
BCG -->|chapter outline| CCG[chapter-content generator]
BCG -->|chapter outline| REF
CCG -->|chapter prose| GLO
CCG -->|chapter prose| FAQ
CCG -->|chapter prose| QUI
CCG -->|sim briefs| MSG[microsim generator]
CCG -->|story briefs| STG[story generator]
CCG -->|quiz briefs| CCL[concept classifier]
GLO --> BMG[book-metrics generator]
QUI --> BMG
FAQ --> BMG
MSG --> BMG
STG --> BMG
CCL --> BMG
CCG --> BMG
GLO --> DRG[diagram-reports generator]
MSG --> DRG
BMG -->|metrics| LIN[linkedin-announcement generator]
DRG -->|report| LIN