Swizec Teller - a geek with a hatswizec.com

Senior Mindset Book

Get promoted, earn a bigger salary, work for top companies

Senior Engineer Mindset cover
Learn more

    Cursor background agents in Slack changed my workflow

    A couple weeks ago Cursor launched a Slack integration and ... wow. First time I can say AI changed my workflow.

    What's a slack cursor background agent anyway?

    Cursor agent in action

    You say @cursor do my work in Slack and

    1. some infrastructure spins up,
    2. clones your target repository
    3. runs a Cursor agent with your prompt
    4. opens a pull request
    5. messages you with the link

    Agent is the same as what you see running in Cursor. An LLM loop that "thinks", executes tasks, and edits code.

    You can ask for followup changes in the thread and keep tabs on what happened with the PR. The bot messages back when the PR is merged or approved.

    How the Slack integration changed my workflow

    As a lead/manager I have a lot on my mind and less and less time to code. Getting more than 20 minutes of focus time feels like a luxury. Entire days happen where I write zero code.

    Part of that is keeping threads running in my brain.

    If I see a ping, it opens a thread in my brain. Have to keep thinking about it until I do the thing โ€“ย write it down, hand it off, get it done. It's my job to make sure loose ends don't stay loose. Unless the problem has an owner, I'm the owner.

    The traditional approach to not-a-priority

    Many of those pings are urgent but not important, important but not urgent, or even not important and not urgent. Things that should get done but honestly meh.

    Eisenhower matrix

    We don't delete ideas โ€“ย that's what the asana/jira abyss is for! Deleting them makes people feel unheard. Saving them in a box you'll never look at lands better.

    You get these pings, all day every day from everyone. You collect things in your brain and feel frazzled. Eventually you find patterns and turn those ideas into projects. Small things get jotted down so you don't forget, but they'll never be a high enough priority to get worked on.

    Your task tracker becomes a wasteland.

    The new approach

    Just get it done ๐Ÿคฏ

    Don't even bother with a task tracker or delegation or opening an IDE. The same time it takes you to make a ticket and link the relevant context, you can @cursor and tell it what to do.

    Works best when you know how to do the thing or it's small enough to be obvious. I like to give fairly detailed instructions on how to do the task.

    Like I'll say "@cursor write a migration to update column in such and such table" or something like "@cursor add this feature, make it do the thing, follow pattern from this other feature in that file". A lot like how you'd work with a junior engineer who can code, knows how to find the right files and interpret fuzzy context, but can't do architecture.

    More things are worth doing

    The biggest improvement is that we don't have smol tasks lying around. Those kill focus by being a type of work in progress.

    Get it done and move on.

    This has made more things worth doing. Nice-to-have ideas that we'd never get around to building can now get done with a Slack message. Even whole features.

    Cursor builds a feature flag manager

    We would never have made time to build a feature flag management UI. Never. There are so many more important things we need to get done.

    But now we have it.

    Cheers,
    ~Swizec

    PS: the agent quickly falls apart when you need to iterate on its solution or it needs to work in a messy part of the code. Best for greenfield additions and small tweaks. I once wasted 2 hours untangling the mess it made after I asked for more than it could handle.

    Published on July 2nd, 2025 in Artificial Intelligence, Software Engineering, Mindset

    Did you enjoy this article?

    Continue reading about Cursor background agents in Slack changed my workflow

    Semantically similar articles hand-picked by GPT-4

    Senior Mindset Book

    Get promoted, earn a bigger salary, work for top companies

    Learn more

    Have a burning question that you think I can answer? Hit me up on twitter and I'll do my best.

    Who am I and who do I help? I'm Swizec Teller and I turn coders into engineers with "Raw and honest from the heart!" writing. No bullshit. Real insights into the career and skills of a modern software engineer.

    Want to become a true senior engineer? Take ownership, have autonomy, and be a force multiplier on your team. The Senior Engineer Mindset ebook can help ๐Ÿ‘‰ swizec.com/senior-mindset. These are the shifts in mindset that unlocked my career.

    Curious about Serverless and the modern backend? Check out Serverless Handbook, for frontend engineers ๐Ÿ‘‰ ServerlessHandbook.dev

    Want to Stop copy pasting D3 examples and create data visualizations of your own? Learn how to build scalable dataviz React components your whole team can understand with React for Data Visualization

    Want to get my best emails on JavaScript, React, Serverless, Fullstack Web, or Indie Hacking? Check out swizec.com/collections

    Did someone amazing share this letter with you? Wonderful! You can sign up for my weekly letters for software engineers on their path to greatness, here: swizec.com/blog

    Want to brush up on your modern JavaScript syntax? Check out my interactive cheatsheet: es6cheatsheet.com

    By the way, just in case no one has told you it yet today: I love and appreciate you for who you are โค๏ธ

    Created by Swizec with โค๏ธ