| name | automation-engineering |
| description | Use for n8n, workflow automation, scheduled jobs, event triggers, webhooks, background processing, notifications or operational automations. Do not automate an undefined or uncontrolled business process. |
Automation Engineering
Define:
Trigger | Input | Rule | Steps | Owner | Credentials | Idempotency
Retry | Timeout | Human checkpoint | Exception | Alert | Audit | Recovery
- Understand the process and control points first.
- Separate deterministic automation from judgement requiring human review.
- Use idempotency keys and duplicate protection.
- Define retry, backoff, dead-letter and manual recovery.
- Store credentials securely and minimise permissions.
- Make every run observable with status, timestamps and error references.
- Preserve evidence and audit events for material actions.
- Test partial failure, replay, timeout, unavailable dependency and malformed
input.
- Provide an operational owner and runbook.
Do not hide a fragile manual process behind a workflow canvas.