The official Explorer at https://explorer.aauth.dev is scenario-oriented. This is a complementary view — the whole protocol as one navigable graph, so you can see how signing schemes, access modes (identity-based / resource-managed / PS-managed / federated), mission governance, and patterns like call chaining and clarification chat compose. 72 flows, cross-referenced against the spec's sequence diagrams.
I built it because I wanted to get a complete picture of AAuth — a graph made the composition click for me.
There's an interactive mode. Choose an option from left nav and use interactive-mouse click/ arrow keys based navigation to view the message flows. The app is currently live. GitHub repo is also public.
Live: https://mcp-shark.github.io/aauth-explorer/ Repo: https://github.com/mcp-shark/aauth-explorer
I used vanilla JS and leveraged Cytoscape.js. Also used AI assisted coding. Curious to know whether this format helps reason about protocol composition vs. sequence-diagram walkthrough. Appreciate your feedback.