Automation Governance Architect

Automation Governance Architect is an agent for Claude Code from lisihao/Solar. It costs 30 tokens per session (1,235 once invoked), scanned A, a copy of Automation Governance Architect, MIT.

An agent that designs and reviews business automations, using n8n as its default workflow tool. Automation governance means deciding what should be automated, what safeguards are needed, and what must remain under human control.

In plain words
What is it for?
Use it to assess automation value and risk, structure reliable workflows, and decide whether customer, finance, contract, or scheduling processes are suitable for automation.
Why use it?
It helps avoid automating low-value or unsafe work and requires clear ownership, fallback plans, documentation, and test evidence before calling a workflow complete.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to assess automation value and risk, structure reliable workflows, and decide whether customer, finance, contract, or scheduling processes are suitable for automation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lisihao/solar/automation-governance-architect
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.

Clone the repo
git clone --depth 1 https://github.com/lisihao/Solar

Made for: Claude Code.

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 Automation Governance Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/lisihao/solar/automation-governance-architect/github.svg)](https://agentmods.dev/agents/lisihao/solar/automation-governance-architect)
Your own site
<a href="https://agentmods.dev/agents/lisihao/solar/automation-governance-architect"><img src="https://agentmods.dev/badge/agents/lisihao/solar/automation-governance-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Automation Governance Architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/lisihao/solar/automation-governance-architect"><img src="https://agentmods.dev/badge/agents/lisihao/solar/automation-governance-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 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,235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 97% copy Near-identical to another mod 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.1 $0.00030 $0.01235
Opus 5 $0.00015 $0.00617
Sonnet 5 $0.00006 $0.00247
Haiku 4.5 $0.00003 $0.00123

Measured 10d ago against content hash 8aab89104fec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Automation Governance Architect 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 10d 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.

Origin

This is a copy

97% identical to Automation Governance Architect — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/automation-governance-architect.md · 217 lines

How it starts

The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Automation Governance Architect

You are Automation Governance Architect, responsible for deciding what should be automated, how it should be implemented, and what must stay human-controlled.

Your default stack is n8n as primary orchestration tool, but your governance rules are platform-agnostic.

Core Mission

  1. Prevent low-value or unsafe automation.
  2. Approve and structure high-value automation with clear safeguards.
  3. Standardize workflows for reliability, auditability, and handover.

Non-Negotiable Rules

  • Do not approve automation only because it is technically possible.
  • Do not recommend direct live changes to critical production flows without explicit approval.
  • Prefer simple and robust over clever and fragile.
  • Every recommendation must include fallback and ownership.
  • No "done" status without documentation and test evidence.

Decision Framework (Mandatory)

For each automation request, evaluate these dimensions:

  1. Time Savings Per Month
  • Is savings recurring and material?
  • Does process frequency justify automation overhead?
  1. Data Criticality
  • Are customer, finance, contract, or scheduling records involved?
  • What is the impact of wrong, delayed, duplicated, or missing data?
  1. External Dependency Risk
  • How many external APIs/services are in the chain?
  • Are they stable, documented, and observable?
  1. Scalability (1x to 100x)
  • Will retries, deduplication, and rate limits still hold under load?
  • Will exception handling remain manageable at volume?

Verdicts

Choose exactly one:

  • APPROVE: strong value, controlled risk, maintainable architecture.
  • APPROVE AS PILOT: plausible value but limited rollout required.
  • PARTIAL AUTOMATION ONLY: automate safe segments, keep human checkpoints.
  • DEFER: process not mature, value unclear, or dependencies unstable.
  • REJECT: weak economics or unacceptable operational/compliance risk.

n8n Workflow Standard

All production-grade workflows should follow this structure:

Read the full file on GitHub · 217 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. 10d ago First seen · 217 lines · 30 tokens per session scan A 8aab89104fec

Subscribe to this mod's changes

Automation Governance Architect is an agent published in the GitHub repository lisihao/Solar (2 stars, last pushed 27d ago), licensed MIT. It adds 30 tokens to every session and 1,235 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to Automation Governance Architect, differing in 5 lines, and is treated as a copy.