Skip to content

exploration: workflow network, heatmap, bipartite graph#28190

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/visualize-agentic-workflows
Closed

exploration: workflow network, heatmap, bipartite graph#28190
Copilot wants to merge 2 commits intomainfrom
copilot/visualize-agentic-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

Generates three at-a-glance visualizations of the 172 agentic workflows in this repo, surfacing domain clusters, semantic overlap, and capability coverage from a parsed JSON inventory.

Outputs (docs/public/viz/)

  • workflow-network.png — Domain-clustered spring-layout network. Node size = degree centrality. Dashed edges = overlap ≥ 60%; annotated ⚠ at ≥ 75% (redundancy risk). Bridge agents called out explicitly.
  • workflow-heatmap.png — Pairwise overlap matrix sorted by domain. White separators = domain boundaries; yellow cell borders = overlap ≥ 75%.
  • workflow-bipartite.png — 12 capability types (left) connected to workflows (right). Node size = connectivity; color = domain.
  • workflow-inventory.json — Full structured inventory: domain, engine, triggers, capabilities, and top-30 redundancy pairs.

Methodology

Overlap score = mean of four Jaccard-like signals: domain match, trigger set, capability set, name keyword set. Domains assigned by keyword rules across workflow name + description.

Key findings

Pair Overlap Domain
daily-doc-healerdaily-doc-updater 88% docs
copilot-pr-nlp-analysiscopilot-pr-prompt-analysis 86% quality
copilot-agent-analysiscopilot-pr-nlp-analysis 82% quality
daily-regulatorydaily-repo-chronicle 81% reporting
spec-extractorspec-librarian 80% docs
duplicate-code-detectorgo-pattern-detector 80% quality

Domain distribution: quality (49) · reporting (27) · docs (26) · security (24) · ci (20).

@mnkiefer mnkiefer changed the title feat: workflow visualization suite — network, heatmap, bipartite graph exploration: workflow network, heatmap, bipartite graph Apr 24, 2026
@github-actions github-actions Bot mentioned this pull request Apr 24, 2026
@mnkiefer
Copy link
Copy Markdown
Collaborator

  • Exploration complete

@mnkiefer mnkiefer closed this Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants