PROJECT MANAGEMENT

Flag tickets added to a locked Linear sprint and estimate impact

Watches a locked Linear cycle for issues added after the lock timestamp, sums their point estimate against remaining capacity.

CategoryProject Management
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerLinear issue added or updated in active cycleLinearLinear
  • LogicKeep only issues added after cycle lock time
  • ActionFetch cycle committed, done, and remaining capacityLinearLinear
  • LogicCompute projected scope overage percentage
  • OutputPost PM sign-off request with Approve/RejectSlack

What it does

Detects scope creep on an in-flight Linear cycle. When a new issue is moved into a cycle that has already been locked, it calculates how many points were added versus the team's remaining capacity and asks the PM to approve or reject the addition before work proceeds.

When to use it

Run this when your team commits to a fixed cycle scope at sprint planning and you want a hard gate on mid-sprint additions — no silent slipping of new tickets into a sealed plan.

How it works

  1. 1A Linear webhook fires when an issue is assigned to or updated within the active cycle.
  2. 2A logic step compares the issue's `addedToCycleAt` against the cycle's stored lock time; non-post-lock changes are dropped.
  3. 3An action queries Linear for the cycle's committed points, completed points, and remaining days to derive current capacity.
  4. 4A logic step computes the projected overage percentage from the new issue's estimate.
  5. 5A Slack message goes to the PM with the ticket, the overage, and Approve / Reject buttons recorded back as a Linear label.

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.