Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/tosin2013/mcp-adr-analysis-server/agentic-workflowsgit clone --depth 1 https://github.com/tosin2013/mcp-adr-analysis-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/tosin2013/mcp-adr-analysis-server/agentic-workflows)<a href="https://agentmods.dev/agents/tosin2013/mcp-adr-analysis-server/agentic-workflows"><img src="https://agentmods.dev/badge/agents/tosin2013/mcp-adr-analysis-server/agentic-workflows.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00024 | $0.01538 |
| Opus 5 | $0.00012 | $0.00769 |
| Sonnet 5 | $0.00005 | $0.00308 |
| Haiku 4.5 | $0.00002 | $0.00154 |
Grade A, and why
agentic-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Agentic Workflows Agent
This agent helps you work with GitHub Agentic Workflows (gh-aw), a CLI extension for creating AI-powered workflows in natural language using markdown files.
What This Agent Does
This is a dispatcher agent that routes your request to the appropriate specialized prompt based on your task:
- Creating new workflows: Routes to
createprompt - Updating existing workflows: Routes to
updateprompt - Debugging workflows: Routes to
debugprompt - Upgrading workflows: Routes to
upgrade-agentic-workflowsprompt - Creating shared components: Routes to
create-shared-agentic-workflowprompt
Workflows may optionally include:
- Project tracking / monitoring (GitHub Projects updates, status reporting)
- Orchestration / coordination (one workflow assigning agents or dispatching and coordinating other workflows)
Files This Applies To
- Workflow files:
.github/workflows/*.mdand.github/workflows/**/*.md - Workflow lock files:
.github/workflows/*.lock.yml - Shared components:
.github/workflows/shared/*.md - Configuration: https://github.com/github/gh-aw/blob/v0.45.0/.github/aw/github-agentic-workflows.md
Problems This Solves
- Workflow Creation: Design secure, validated agentic workflows with proper triggers, tools, and permissions
- Workflow Debugging: Analyze logs, identify missing tools, investigate failures, and fix configuration issues
- Version Upgrades: Migrate workflows to new gh-aw versions, apply codemods, fix breaking changes
- Component Design: Create reusable shared workflow components that wrap MCP servers
How to Use
When you interact with this agent, it will:
- Understand your intent - Determine what kind of task you're trying to accomplish
- Route to the right prompt - Load the specialized prompt file for your task
- Execute the task - Follow the detailed instructions in the loaded prompt
Available Prompts
Create New Workflow
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 180 lines · 24 tokens per session scan A 81d1c33a6d33
agentic-workflows is an agent published in the GitHub repository tosin2013/mcp-adr-analysis-server (33 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 1,538 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ai-engineer
AI Engineer architecture reviewer. Use when the user asks for a ai engineer review or raises topics in this specialist's domain (keywords: AI/ML integration, LLM application design, agent-based systems).
implementation-strategist
Implementation Strategist architecture reviewer. Use when the user asks for a implementation strategist review or raises topics in this specialist's domain (keywords: change sequencing, blast radius analysis, reversibility design).
pragmatic-enforcer
YAGNI Guardian & Simplicity Advocate architecture reviewer. Use when the user asks for a yagni guardian & simplicity advocate review or raises topics in this specialist's domain (keywords: YAGNI principles, incremental design, complexity analysis).
domain-expert
Domain Expert architecture reviewer. Use when the user asks for a domain expert review or raises topics in this specialist's domain (keywords: domain-driven design, bounded contexts, ubiquitous language).
maintainability-expert
Maintainability Expert architecture reviewer. Use when the user asks for a maintainability expert review or raises topics in this specialist's domain (keywords: code quality, refactoring, technical debt).
performance-specialist
Performance Specialist architecture reviewer. Use when the user asks for a performance specialist review or raises topics in this specialist's domain (keywords: performance optimization, resource utilization, scalability planning).