PROJECT MANAGEMENT

Standup Blockers to Linear Handoff Issues

Scans collected Discord standup replies for stated blockers and handoffs, then creates a Linear issue for each one with the blocked person and the owner they're waiting on.

CategoryProject Management
EngineSim + Paperclip
Difficultyintermediate
Triggerschedule
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerSchedule fires after standup cutoff
  • ActionPull the day's standup replies from DiscordDiscordDiscord
  • ActionExtract structured blockers and named ownersOpenAI
  • LogicKeep only replies that contain a real blocker
  • ActionCreate a Linear issue per blocker, assign ownerLinearLinear
  • OutputPost linked blocker summary back to DiscordDiscordDiscord

What it does

Turns the "I'm blocked on..." lines buried in async standups into tracked work. After the standup window closes, it parses each reply, extracts blockers and cross-person handoffs, and opens a Linear issue per blocker so nothing is lost between timezones.

When to use it

Use it when blockers raised in Discord standups quietly evaporate because the person who could unblock them is asleep. This guarantees every blocker becomes a tracked, assignable Linear issue with a clear waiting-on relationship.

How it works

  1. 1A schedule fires shortly after the standup collection cutoff.
  2. 2The workflow pulls the day's standup replies from the Discord channel.
  3. 3An LLM step extracts structured blockers: who is blocked, what they need, and who they named as the owner.
  4. 4A filter drops replies with no blocker so only real handoffs proceed.
  5. 5For each blocker it creates a Linear issue titled with the ask, assigned to the named owner, labeled "standup-blocker."
  6. 6It posts a summary back to Discord linking each new issue.

Set it up

What you configure once, before turning it on.

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