PROJECT MANAGEMENT

Flag Linear tickets added after sprint lock and alert the team in Slack

Watches a locked Linear sprint cycle and, whenever a new issue is added to it after the lock timestamp, posts a scope-creep alert to Slack naming the ticket, its owner…

CategoryProject Management
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerLinear issue created or cycle-assignedLinearLinear
  • LogicAdded to a locked cycle after lock time?
  • ActionFetch issue detail + cycle committed pointsLinearLinear
  • LogicCompute post-lock point delta vs committed plan
  • OutputPost scope-creep alert to SlackSlack

What it does

This workflow treats your sprint lock as a contract. Once a Linear cycle is locked, any issue created in or moved into that cycle is detected as scope creep and surfaced to the team in real time, so additions are a deliberate decision rather than a silent drift.

When to use it

Run this when your team commits to a fixed sprint scope at planning and you want a tripwire for mid-sprint additions. Ideal for teams that practice sprint locking but still find velocity blown by untracked late entries.

How it works

  1. 1A Linear webhook fires when an issue is created or updated with a cycle assignment.
  2. 2A filter checks whether the issue's cycle is currently locked and whether the issue's added-to-cycle time is after the lock timestamp.
  3. 3If it passes, the workflow fetches the issue detail (title, assignee, estimate) and the cycle's committed point total from Linear.
  4. 4It computes the running point delta of post-lock additions versus the committed plan.
  5. 5A formatted alert is posted to the team's Slack channel naming the ticket, owner, estimate, and the new over-commit total.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect LinearIssues, projects, cycles, triage.
  2. 2
    Connect SlackChannels, DMs, threads, mentions.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    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.