# Automate Workflow Governance

> Identify automation opportunities in product workflows and establish governance standards. Use this skill when a team wants to reduce manual overhead in recurring product operations.

- Skill: `alexe-ev/automate-workflow-governance` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add alexe-ev/automate-workflow-governance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alexe-ev/automate-workflow-governance/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: alexe-ev (https://skillmd.com/u/alexe-ev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alexe-ev/automate-workflow-governance

---


# Automate Workflow & Governance

## Purpose
Help teams identify where product workflows can be automated and establish governance standards to maintain quality and accountability.

## Skill type
Conceptual skill

## Use this skill when
- Recurring product operations are consuming too much manual time
- Governance is unclear and product quality standards aren't enforced
- A team wants to scale operations without scaling headcount proportionally
- Tooling investments need to be justified and governed

## Do not use this skill when
- The goal is technical infrastructure automation (use technical-product skills)
- The goal is operating cadence design (use design-operating-cadence)

## Required inputs
- Current product workflows (even rough description)
- Areas of manual overhead or bottleneck

## Optional inputs
- Tools available for automation
- Team capacity and skills
- Governance requirements (compliance, security, etc.)

## Upstream context
Works best when:
- Core workflows are mapped
- Tooling stack is defined

## Downstream handoff
Output can feed:
- manage-tooling-documentation (automation tools need documentation)

## Instructions
1. Map recurring product workflows and estimate time investment per workflow.
2. Identify automation candidates: repetitive, rule-based, high-frequency tasks.
3. Assess automation feasibility and value for each candidate.
4. Design governance standards: quality criteria, approval gates, audit trails.
5. Prioritize automation investments by effort vs. value.
6. Define ownership and accountability for automated workflows.

## Output
Provide:
- Workflow inventory with time investment estimates
- Automation candidates with feasibility and value assessment
- Priority list of automation opportunities
- Governance standards for product operations
- Ownership and accountability map
- Risk assessment for workflow automation

## Risks / caveats
- Automating a broken process just creates faster broken outputs — fix process first
- Governance without enforcement is theater — design for accountability
- Over-automation of subjective judgment creates quality problems

