diff --git a/features/automations.mdx b/features/automations.mdx index 67b0341..c29872c 100644 --- a/features/automations.mdx +++ b/features/automations.mdx @@ -239,25 +239,11 @@ Changes to automations take effect on the next run. Running automations complete ## Best Practices -### Start Simple - -Begin with one automation that solves a clear problem. Validate it works well before adding more complexity or creating additional automations. - -### Use Templates - -Templates are battle-tested starting points. Customize them to fit your workflow rather than building from scratch. - -### Be Specific - -Vague instructions lead to unpredictable results. Tell the automation exactly what to do, where to post, and how to format output. - -### Test First - -Use a test repository or Slack channel when setting up new automations. Once validated, switch to production targets. - -### Monitor Results - -Check run history regularly. If an automation isn't producing useful results, adjust the instructions. +- **Start simple** — Begin with one automation that solves a clear problem before adding complexity +- **Use templates** — Customize battle-tested starting points rather than building from scratch +- **Be specific** — Tell the automation exactly what to do, where to post, and how to format output +- **Test first** — Use a test repository or Slack channel before switching to production targets +- **Monitor results** — Check run history regularly and adjust instructions as needed ---