agentic-workflows

agentic-workflows is an agent for coding agents from tosin2013/mcp-adr-analysis-server. It costs 24 tokens per session (1,538 once invoked), scanned A, original, MIT.

A coding agent for GitHub Agentic Workflows, a GitHub extension that runs AI-assisted workflows described in Markdown files. It routes requests for creating, updating, debugging, upgrading, or sharing workflow components.

In plain words
What is it for?
Use it to create or change .github workflow definitions, debug them, upgrade existing workflows, or build shared workflow components and optional project-tracking or coordination steps.
Why use it?
It gives different workflow tasks a defined path and points them to the files that control those workflows. This helps avoid editing the wrong Markdown or generated lock file.

Agent

Install

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.

agentmods
npx agentmods add agents/tosin2013/mcp-adr-analysis-server/agentic-workflows
Clone the repo
git clone --depth 1 https://github.com/tosin2013/mcp-adr-analysis-server

Wrote 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.

agentmods badge for agentic-workflows

README.md
[![agentmods](https://agentmods.dev/badge/agents/tosin2013/mcp-adr-analysis-server/agentic-workflows.svg)](https://agentmods.dev/agents/tosin2013/mcp-adr-analysis-server/agentic-workflows)
Your own site
<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>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 81d1c33a6d33, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.github/agents/agentic-workflows.agent.md · 180 lines

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 create prompt
  • Updating existing workflows: Routes to update prompt
  • Debugging workflows: Routes to debug prompt
  • Upgrading workflows: Routes to upgrade-agentic-workflows prompt
  • Creating shared components: Routes to create-shared-agentic-workflow prompt

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

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:

  1. Understand your intent - Determine what kind of task you're trying to accomplish
  2. Route to the right prompt - Load the specialized prompt file for your task
  3. Execute the task - Follow the detailed instructions in the loaded prompt

Available Prompts

Create New Workflow

Read the full file on GitHub · 180 lines

Changes

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.

  1. 4d ago First seen · 180 lines · 24 tokens per session scan A 81d1c33a6d33

Subscribe to this mod's changes

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.

Related

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).

codenamev/ai-software-architect · 44 tokens

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).

codenamev/ai-software-architect · 43 tokens

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).

codenamev/ai-software-architect · 54 tokens

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).

codenamev/ai-software-architect · 40 tokens

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).

codenamev/ai-software-architect · 43 tokens

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).

codenamev/ai-software-architect · 39 tokens