workflow-automation
Installation
SKILL.md
Workflow Automation
Size-Tier Scope
This variant scales the operating pattern for organizations under 100 people. Keep the controls lightweight, favor owner-led approvals, and introduce automation only where it removes recurring manual work without adding governance overhead.
Purpose
Workflow automation encodes business processes into repeatable, enforceable, auditable sequences of steps. Without it, enterprise operations depend on tribal knowledge, email chains, and manual handoffs that break under scale.
Builders need this skill when:
- A business process involves multiple people, roles, or departments (approvals, reviews, handoffs)
- Records move through a defined lifecycle with rules governing transitions (Draft -> Submitted -> Approved -> Closed)
- Actions must happen automatically when conditions are met (send a notification, update a field, create a child record)
- The organization must enforce compliance timelines (SLAs, escalation deadlines)
- Business rules are complex enough that hard-coding them in application logic creates maintenance nightmares
The goal is to move process logic out of people's heads and email threads into a declarative, version-controlled, auditable automation layer.