PROJECT MANAGEMENT

Flag Linear issues added after sprint commit

Watches a Linear active cycle and flags any issue added or moved into the cycle after the sprint was committed, tagging it as scope creep and posting a running tally to Slack.

CategoryProject Management
Enginesim
Difficultyintermediate
Triggerwebhook
Steps4
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerLinear issue added to active cycleLinearLinear
  • LogicCompare assignment time to cycle commit timestamp
  • ActionLabel issue scope-creep and comment actor + timeLinearLinear
  • OutputPost late-add alert and creep tally to SlackSlack

What it does

Monitors the currently active Linear cycle and detects issues that appear in it after the sprint commit timestamp. Each late arrival gets a `scope-creep` label, a comment noting when and by whom it was added, and a running count is pushed to the team's Slack channel so the addition is visible the moment it happens.

When to use it

For teams that commit to a fixed cycle scope at sprint planning but routinely find work sneaking in mid-sprint. Use it when you want creep caught in real time rather than discovered during retro.

How it works

  1. 1A Linear webhook fires when an issue is created in or moved into the active cycle.
  2. 2The flow reads the cycle's committed-at timestamp and compares it to the issue's cycle-assignment time.
  3. 3If the issue landed after commit, it's flagged as creep; if it was part of the original commit, the flow exits.
  4. 4The flagged issue is labeled `scope-creep` and annotated with the actor and timestamp via the Linear API.
  5. 5A Slack message announces the new addition and the cycle's updated creep count.

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.