PROJECT MANAGEMENT
Turn a Slack Standup Thread Into Tracked Linear Issues
Reads the daily standup thread in Slack, uses AI to extract concrete action items, and files each as an assigned Linear issue with a reply-back link.
How it runs
The automated pipeline, trigger to output.
- TriggerScheduled run shortly after standup
- ActionFetch standup thread + repliesSlack
- LogicExtract action items as structured JSONOpenAI
- ActionCreate one assigned issue per itemLinear
- OutputPost tracked-issue summary in threadSlack
What it does
This workflow watches a designated Slack channel for the daily standup thread and converts free-form updates into structured, tracked work. When the standup posts, it pulls every reply in the thread, sends the conversation to OpenAI to pull out only the real commitments ("I'll fix the billing webhook today", "blocked on the API key from Sam"), and creates one Linear issue per action item — mapping the Slack author to the right Linear assignee, tagging blockers, and setting a due date when one is implied. It then posts a single summary back in the thread so the team sees exactly what got tracked and where.
When to use it
Use this when standups happen in writing (async or hybrid teams) and action items keep evaporating into the scrollback. It is ideal for engineering, product, or ops squads that run a daily Slack standup but want commitments to live in Linear without anyone manually copy-pasting. Run it on a schedule a few minutes after your standup bot prompts, so it captures the full thread once people have replied.
How it works
The workflow triggers on a schedule (e.g. 10:15am after a 10:00 standup), fetches the standup thread and its replies from Slack, and passes the combined text to OpenAI with a structured extraction prompt that returns a JSON array of `{title, assignee, isBlocker, dueDate}` items. A loop step creates a Linear issue for each item — applying a "blocked" label when flagged and resolving the Slack display name to a Linear user. Finally it posts a threaded Slack reply listing the created issues with their links, so the standup itself becomes the audit trail.
Set it up
What you configure once, before turning it on.
- 1Connect SlackChannels, DMs, threads, mentions.
- 2Connect OpenAIModels, embeddings, files.
- 3Connect LinearIssues, projects, cycles, triage.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Project Management workflows
Zoom Sprint-Retro Audio to Themed Linear Action Board
Transcribes a recorded Zoom sprint retrospective, clusters the discussion into themes, and creates assigned Linear issues for each action item with the spoken owner attached.
Escalate Overdue Cross-Team Dependencies to Owners and Stakeholders
Each morning checks Linear for dependency-labeled issues past their due date and nudges the owner in Slack, escalating to the requesting team's lead if it stays unresolved.
Log every dependency slip to a Notion register and email the affected leads
On any Asana dependency slip, appends a structured row to a Notion blocker register and emails the leads of the downstream teams so there is both an auditable record and a direct…
Sprint-Retro Recap to Slack with Owner DMs
After a Zoom retro, posts a themed recap to the team Slack channel and direct-messages each owner the specific action items they committed to during the call.
Turn GitHub Blocking Comments into Tracked Cross-Team Promises
When a reviewer comments that a PR is blocked waiting on another team, the flow registers a tracked dependency in Linear and notifies the team that owes the unblock.
Scan Notion Meeting Notes for Action Items and Open ClickUp Dependency Tasks
On a schedule, parses recently edited Notion meeting-notes pages for action items that one team owes another and creates a ClickUp task for each, with due date and owner mapped.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
