Add Archie Mermaid diagram generator workflow#237
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Add Archie Mermaid diagram generator workflow#237github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Adds the Archie workflow, which generates Mermaid diagrams for issues and pull requests on-demand via the /archie slash command. The workflow analyzes issue/PR content to visualize relationships, flows, and structures as clear GitHub-compatible Mermaid diagrams. - workflows/archie.md: Adapted from gh-aw archie.md, removing the Serena MCP dependency while retaining all core diagram generation logic - docs/archie.md: Documentation page following existing docs style - README.md: Entry added under Command-Triggered Agentic Workflows Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Phase 1: Consistency Check
No consistency issues found this run:
./workflows/files have matching./docs/pages ✅Phase 2: New Workflow Proposal
Archie — On-Demand Mermaid Diagram Generator
Source:
github/gh-aw/.github/workflows/archie.mdWhy it's valuable: Complex issues and pull requests often describe flows, architectures, and component relationships in dense prose. Archie makes these instantly visual by generating 1–3 GitHub-compatible Mermaid diagrams on demand. A developer working through a complicated feature spec or a reviewer trying to understand a multi-step PR can comment
/archieand get a clear diagram in seconds — without leaving the issue thread or opening a diagramming tool. The workflow is useful for any repository and any team size.Merge rate: Archie is a newer addition to gh-aw's collection and is referenced in the design patterns blog as a "deep research agent" in the interactive ChatOps category. Similar interactive slash command workflows in the factory have achieved strong merge rates: Q at 78%, Grumpy Reviewer and others performing well as on-demand tools.
Generalization plan:
shared/mcp/serena-go.mdimport (Serena was used for diagram generation consistency, but the AI model can generate valid Mermaid syntax directly)edit:andbash: truetools (only needed for Serena workspace setup)footer-workflow-recompileandfooter-workflow-recompile-commentmessages (gh-aw specific workflow sync notifications)add-commentsafe output, andreaction: eyestriggerProposed name:
archieFiles Changed
workflows/archie.md— New workflow filedocs/archie.md— New docs pageREADME.md— Added entry to Command-Triggered Agentic Workflows section