PERSONAL PRODUCTIVITY

Overcommitment guardrail before you accept a deadline

Before a new commitment gets scheduled, it tallies the focus hours already booked that week and warns you in Slack if accepting would blow past a healthy capacity.

CategoryPersonal Productivity
Enginesim
Difficultyadvanced
Triggerwebhook
Steps5
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerWebhook with a proposed commitmentHTTP webhook
  • ActionTotal existing focus hours for the weekGoogle CalendarGoogle Calendar
  • LogicCompare against weekly capacity threshold
  • ActionIdentify a lower-priority block to swapOpenAI
  • OutputSend overcommit warning with options to SlackSlack

What it does

Focus blocks only protect you if you don't pile on more than the week can hold. This workflow acts as a capacity check: whenever a new deliverable would need focus time, it sums your already-committed focus hours for that week and flags when you're about to overcommit, so you decide consciously instead of discovering it Friday at 6pm.

When to use it

For chronic over-committers and managers who want a sanity check before saying yes. Run it as the gatekeeper in front of any of the other focus-blocking workflows.

How it works

  1. 1A webhook fires with a proposed commitment (deliverable, effort hours, target week) from an upstream flow.
  2. 2The flow reads that week's calendar and totals existing focus-block hours.
  3. 3A logic step compares the projected total against your weekly capacity threshold.
  4. 4If there's room, it books the block and exits.
  5. 5If accepting would exceed capacity, an LLM step identifies the lowest-priority existing block as a swap candidate.
  6. 6A Slack message presents the overcommit warning with options to accept anyway, bump the candidate, or decline.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect Google CalendarEvents, attendees, availability.
  3. 3
    Connect OpenAIModels, embeddings, files.
  4. 4
    Connect SlackChannels, DMs, threads, mentions.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.