Loaded Mermaid

Mermaid To GIF

real subagent output

Mermaid viewer modes
Same scenario handed to a subagent with the local mermaid-to-gif SKILL.md attached. Viewer syntax is normalized from the raw handoff.
Rendering diagram…
Mermaid Source27 lines
1flowchart TD2  A["PlanPack JSON canonical source"] --> B["Hash-pack viewer payload"]3  B --> H1{{Human opens web viewer and reviews plan}}4  H1 --> C["Section comments and quick actions"]5  C --> D["Copy or export feedback bundle"]6  D --> O["Orchestrator imports feedback and revises JSON plan"]7 8  O --> S1["Info collection: scope, constraints, blockers"]9  S1 --> P110 11  subgraph P1[Parallel before consolidation]12    I1["Divergent idea generation"]13    R1["Research repos, docs, patterns, tests"]14    I2["Research-informed idea generation"]15  end16 17  P1 --> K["Consolidation: features, milestones, contract"]18  K --> H2{{Human planning gate approves scope and validation}}19  H2 --> T["Test design agent converts validation contract to checks"]20  T --> H3{{Human pre-implementation gate}}21  H3 --> M["Implementation agent builds serial slices"]22  M --> V["Independent validation agent verifies from fresh context"]23  V --> CR["Final code review"]24  CR -->|pass| H4{{Human final handoff with PR preview instructions}}25  CR -->|block| O26  CR -->|mortem or process feedback| O27  H4 -->|new comments| C