exploration: workflow network, heatmap, bipartite graph#28190
Closed
exploration: workflow network, heatmap, bipartite graph#28190
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/5ff0c6ec-1653-4fb8-a904-c5376b9f279f Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/5ff0c6ec-1653-4fb8-a904-c5376b9f279f Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mnkiefer
April 24, 2026 03:28
View session
Collaborator
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
daily-doc-healer↔daily-doc-updatercopilot-pr-nlp-analysis↔copilot-pr-prompt-analysiscopilot-agent-analysis↔copilot-pr-nlp-analysisdaily-regulatory↔daily-repo-chroniclespec-extractor↔spec-librarianduplicate-code-detector↔go-pattern-detectorDomain distribution:
quality(49) ·reporting(27) ·docs(26) ·security(24) ·ci(20).