agency-automation-governance-architect

Assess automation proposals for business value, risk, and maintainability.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-automation-governance-architect-augustoheiss
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-automation-governance-architect
Source: https://github.com/augustoheiss/LogicDefense/tree/main/.gemini/skills/agency-automation-governance-architect
Command: npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-automation-governance-architect-augustoheiss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents low-value, fragile, or unsafe automations from reaching production by providing a governance-first audit that assesses business value, operational risk, and maintainability before implementation. It helps teams decide what to automate, what to pilot, and what must remain human-controlled while ensuring consistent standards for reliability, observability, and handover.

Core Features & Use Cases

  • Decision Framework: Structured evaluation of time savings, data criticality, external dependency risk, and scalability to produce a clear verdict.
  • Verdicts & Controls: Exact outcomes (APPROVE, APPROVE AS PILOT, PARTIAL AUTOMATION ONLY, DEFER, REJECT) with required rationale and guardrails.
  • n8n Workflow Standard: Prescriptive workflow stages (trigger, validation, normalization, business logic, external actions, validation, logging, error branch, fallback, completion) and naming/versioning conventions.
  • Reliability, Logging & Testing Baselines: Mandates for idempotency, retries, timeouts, audit logs, and a defined test matrix before production.
  • Integration Governance & Re-audit: Per-system source-of-truth, auth, mappings, rate limits, owners, and triggers for re-audit on schema or volume changes.
  • Use Cases: Auditing CRM lead intake, automated billing updates, document processing pipelines, or any integration-heavy orchestration targeted for n8n or similar platforms.

Quick Start

Evaluate the Customer onboarding lead routing process for automation, scoring time savings, data criticality, dependency risk, and scalability, and return the verdict, rationale, recommended architecture, tests, and rollout preconditions.

Frequently Asked Questions about agency-automation-governance-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit n8n automation workflows for operational risk before production?▼

Audit n8n automation workflows by evaluating time savings, data criticality, dependency risk, and scalability to enforce governance. This assessment produces a clear verdict with required guardrails, ensuring only safe, value-driven integrations reach production.

What criteria determine if a business automation should be approved, piloted, or rejected?▼

Business automation approvals require meeting time-savings thresholds, passing data criticality analysis, and resolving dependency risks. Verdicts range from APPROVE to REJECT based on these governance scores, ensuring value-driven and safe automation outcomes.

How do I structure an n8n workflow to meet governance and reliability baselines?▼

Structure n8n workflows using prescriptive stages including trigger, validation, normalization, business logic, external actions, logging, and error fallback. Governance baselines mandate idempotency, retries, timeouts, and audit logs to ensure reliable automation operations.

When should I use partial automation instead of fully automating a business process?▼

Use partial automation when governance audits reveal high data criticality or significant external dependency risks. The assessment may return a PARTIAL AUTOMATION ONLY verdict, ensuring sensitive workflow stages remain human-controlled for safe outcomes.

Does this automation governance framework work for lead intake and document processing pipelines?▼

Yes, this automation governance framework evaluates integration-heavy scenarios like CRM lead intake and document processing pipelines. It audits these n8n workflows for risk, maintainability, and business value before approving any production rollout.