workflow-automator
Operational workflow automation skill with task sequencing, approval routing, and exception handling
npx skills add a5c-ai/babysitter --skill workflow-automator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Workflow Automator ## Overview The Workflow Automator skill provides comprehensive capabilities for automating operational workflows. It supports task sequencing, approval routing, notification automation, exception handling, and audit trail generation. ## Capabilities - Workflow design - Task sequencing - Approval routing configuration - Notification automation - Exception handling rules - Escalation pathways - Audit trail generation - Integration with operational systems ## Used By Processes - LEAN-005: Standard Work Documentation - QMS-001: ISO 9001 Implementation - CI-001: Operational Excellence Program Design ## Tools and Libraries - Workflow platforms - RPA tools - Business process management systems - Integration APIs ## Usage ```yaml skill: workflow-automator inputs: workflow_name: "Engineering Change Request" trigger: type: "form_submission" source: "ecr_form" steps: - name: "Initial Review" assignee_role: "Engineering Manager" action: "approve_reject" sla: 2 # business days - name: "Impact Assessment" assignee_role: "Cross-functional Team" action: "complete_assessment" sla: 5 - name: "Final Approval" assignee_role: "Director" action: "approve_reject" sla: 2 notification
- Overview
- Capabilities
- Used By Processes
- Tools and Libraries
- Usage
- Workflow Components
- Triggers
- Actions
- Routing Rules
- Exception Handling
- SLA Management
- Audit Trail Requirements
- Integration Points
What does the workflow-automator skill do?
Operational workflow automation skill with task sequencing, approval routing, and exception handling
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill workflow-automator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.