Automation recipes

UI-only toggles for a richer demo — wire these to webhooks or your queue later.

When a card lands in Done

Post a summary line to the activity log and optionally notify assignees.

  • Trigger: column = Done
  • Cooldown: 5 min

High priority overdue

Flag cards that are high priority and past due with a red accent stripe.

  • Condition: priority = high AND due < today

Stale “In progress”

After 7 days without an update, add a “nudge” label on the card face.

  • Window: 7 days

Webhook — Slack

Coming soon: POST JSON payload on any column move.