AI wonât kill the Scrum Master role. But it will expose the ones who were just glorified Jira babysitters. You know the type: ⢠Runs the Daily. ⢠Shares the Burndown. ⢠Asks, âAny blockers?â like a broken record. AI can summarize standups, track metrics, and even write user stories The bar has moved. Permanently. What high-performing SMs are doing in 2025 to stay relevant? --------------------------------------------------------------------- ð¹ 1. Sprint Planning is a Strategy Room â not a calendar block â Use AI to surface delivery risks based on historical velocity â Guide trade-offs: âHereâs the scope we can commit to with 85% confidenceâ â Train teams on capacity forecasting using actual throughput ð¹ 2. Backlog Refinement = Opportunity to Level Up Your PO â Use ChatGPT to draft acceptance criteria, or flag logical gaps â Run backlog refinement like a product-thinking workshop â Push for clarity, not just ticket grooming ð¹ 3. Retrospectives Should Feel Like a Coaching Session, Not a Routine â Go beyond âwhat went wellâ â Use AI to analyze sprint data or retro notes for patterns â Start with: âWhatâs draining our energy right now?â ð¯ Agile isnât about ceremonies. Itâs about conversations that lead to outcomes. Your edge as a Scrum Master isnât your ability to remove blockers â Itâs your ability to elevate the thinking of the team. In a world where tools are getting smarter⦠Make sure your impact isnât just seen â but felt. ð Whatâs one AI-powered move youâre using today as an SM?
Agile Task Management
Explore top LinkedIn content from expert professionals.
-
-
Every so often Iâm asked âHow do I manage our huge backlog?â First of all, a huge backlog is a red flag. Often, it would take years to go through everything on it, and by then, most of those items wouldnât be worth doing. There are always new items, and those new items are always more important than whatâs on there, so existing items get pushed down, and are never built. So, the first thing you need to do is limit the backlog size to the things you will doâa monthâs work maximum, and even that is way too big for me. (I often work with no backlot at all.) As for the huge part, just throw everything out. Yes. Everything. The important stuff will come back very quickly. To keep things under control from that point forward, you need to put a hard limit on backlog size. (Think of the backlog as a Lean ready queue; this is a simple WIP limit.) Literally nothing goes on unless something comes off, thereby freeing a slot. Engineering will open slots as it pulls work, but Product can add things to a full backlog by removing something from it. That means that the Product people need to think about value. Which thing on the backlog is lesser value than your thing? What will the person who put that allegedly low-value story onto the backlog say when they discover that youâve replaced their item? Discussion will ensue, and thatâs a good thing.
-
Starting Your CI/CD Journey 1. ð¦ðð®ð¿ð ð¦ðºð®ð¹ð¹, ð§ðµð¶ð»ð¸ ðð¶ð´    - Don't try to overhaul your entire codebase at once    - Begin with a small project as your pilot    - Gradually expand your CI/CD pipeline as you gain experience and confidence 2. ðð²ð ð§ð²ð®ðº ððð-ðð»    - CI/CD is a significant shift in workflow - ensure your team is on board    - Educate your team on the benefits of CI/CD:    - Faster time to market    - Improved code quality    - Reduced manual errors    - Address concerns and foster a culture of continuous improvement 3. ððºð¯ð¿ð®ð°ð² ðððð¼ðºð®ðð¶ð¼ð»    - The heart of CI/CD is automation - the more, the better    - Look for opportunities to automate manual tasks in your development lifecycle Key Automation Milestones Strive to reach these crucial automation checkpoints in your CI/CD journey: 1. ð¨ð»ð¶ð ð§ð²ðð ðð ð²ð°ððð¶ð¼ð» ðððð¼ðºð®ðð¶ð¼ð»    - Ensure all unit tests run automatically with each code change 2. ððð¶ð¹ð± ðððð¼ðºð®ðð¶ð¼ð»    - Automate your build process to create consistent, reproducible builds 3. ðð¼ð±ð² ðð¼ðð²ð¿ð®ð´ð² ððµð²ð°ð¸ ðððð¼ðºð®ðð¶ð¼ð»    - Automatically measure and report on code coverage for each build 4. ðð¼ð±ð² ð¤ðð®ð¹ð¶ðð ððµð²ð°ð¸ ðððð¼ðºð®ðð¶ð¼ð»    - Implement automated code quality checks to maintain high standards 5. ð¦ð²ð°ðð¿ð¶ðð ð¦ð°ð®ð»ð»ð¶ð»ð´ ðððð¼ðºð®ðð¶ð¼ð»    - Integrate automated security scans to catch vulnerabilities early 6. ðððð¼ðºð®ðð²ð± ðð²ð½ð¹ð¼ððºð²ð»ðð ðð¶ððµ ðð®ðð¶ð»ð´    - Set up automated deployments with quality gates to ensure only validated code reaches production 7. ðð²ð²ð±ð¯ð®ð°ð¸ ðððð¼ðºð®ðð¶ð¼ð» ðð¼ ð£ð¿ð¼ð±ðð°ðð¶ð¼ð» ð§ð²ð®ðºð    - Establish automated feedback loops to keep production teams informed 8. ðð¶ð»ð®ð¿ð ð¦ðð¼ð¿ð®ð´ð² ðððð¼ðºð®ðð¶ð¼ð» ð¶ð»ðð¼ ð¥ð²ð½ð¼ ð ð®ð»ð®ð´ð²ð¿    - Automate the storage of build artifacts in a repository manager 9. ðð»ð³ð¿ð®ððð¿ðð°ððð¿ð² ð¦ð²ððð½ ðððð¼ðºð®ðð¶ð¼ð»    - Implement Infrastructure as Code (IaC) to automate environment setups Pro Tips for CI/CD Success - ðð¼ð»ðð¶ð»ðð¼ðð ðð²ð®ð¿ð»ð¶ð»ð´: Stay updated with the latest CI/CD tools and best practices - ð ð²ðð¿ð¶ð°ð ð ð®ððð²ð¿: Track key performance indicators (KPIs) to measure the impact of your CI/CD implementation - ððð²ð¿ð®ðð² ð®ð»ð± ððºð½ð¿ð¼ðð²: Regularly review and refine your CI/CD pipeline based on team feedback and changing project needs How has implementing CI/CD transformed your development process? What challenges did you face, and how did you overcome them?
-
The step between strategy and execution is alignmentâand itâs often the biggest barrier to progress! Most people assume misalignment in teams comes from: 1. Lack of Clear Strategy â Thinking the big-picture vision isnât clear enough. 2. Poor Leadership â Believing leaders arenât providing direction or making decisions fast enough. 3. Skill Gaps â Assuming the team just doesnât have the right expertise. 4. Resistance to Change â Thinking people just donât want to adapt or improve. 5. Silos & Office Politics â Blaming departments not working together or personal agendas getting in the way. BUT... Misalignment in organizations is really the accumulation of small, daily disconnects.... ...small, unnoticed misinterpretations, unclear priorities, and assumptions that compound over time. HOWEVER... a short daily huddle can close those disconnects before they turn into real problems." Yep- a SHORT daily meeting a day with your staff team can make a BIG difference to communication, collaboration and productivity. To me, it is the most important of all meetings. It's an opportunity for the team to follow-up on yesterdays progress, today's priorities and potential roadblocks. Most companies will have their daily huddle at the start of the day- this is a great idea because it helps individuals to start the day with clarity and focus. (But do what works for you) A huddle a day also keeps waste at bay. It provides team members with the opportunity to highlight anything they need from someone else on the team, in order to do their work. It also allows them to understand the needs and priorities of other people on the team. So...it cuts out wastes like wastes like ð emailing back and forth ð waiting for answers ð producing work before it's needed and ð rework. It also reduces frustrations and unhealthy conflict! It works best when there is a short standard agenda and everyone adheres to the rules...including starting and ending on time. Another useful practice is to go around the room and ensure everyone speaks up and talks about their 'intentions and issues' - everyone gets one minute to speak. Actions can be agreed to follow up on any sticky issues after the huddle. All of this increases accountability and gives the team the opportunity to ensure that they are working productively together- even when they are not physically in the same space. Finally, make your huddle a positive, upbeat space. Don't overdo the formalities but do find ways to incorporate your vision and values into your daily huddle. Remind people what you are all here for....bring it back to the impact you have on people's lives. And of course...show appreciation for each other's efforts. If you want to learn more, here's a short micro-learning video on how to implement a daily huddle: https://lnkd.in/etzj6kC8 For best results, watch with your team and agree follow-up actions! (Don't forget to subscribe ðð)
-
What Does âPMâ Actually Mean? The difference between product managers, product owners and program managers? â For a long time, I was utterly confused about the term âPMâ, and the roles and responsibilities that go along with it. I would jump from one company to another with wrong assumptions and expectations â until Iâve noticed that companies often define the role of a âPMâ very differently. So I would gently navigate around and try to subtly figure out their exact tasks. Until I stumbled upon what is probably the clearest definition Iâve seen so far in âBuildâ, a wonderful book by Tony Fadell: â PRODUCT Managers are the voice of the customer. Their focus and responsibility is to figure out where customers are unhappy, what product should do, create the description of how it will work, and the facts they want customers to understand. To achieve it, they work with every part of the business â from engineering to finance. â PROJECT Managers are the voice of the project. They coordinate tasks, meetings and assets to enable individual projects to get done in time. â PROGRAM Managers supervise groups of projects and project managers, facilitate process and make sure all projects across teams get done in time. â PRODUCT Owners work mostly with the development team to prioritize the product backlog and create user stories. In some way, they dictate what will and what will not make it into the product. (Which is something that actually should be done together *with* the team, rather than *for* them.) Most teams assume that PMs are product managers, and often POs and PMs are seen as the same role â and sometimes they are, but often they arenât. So when I hear the abbreviation appearing in a conversation, I instinctively ask specifically what we mean there. Program managers are not the managers of product managers. Project managers arenât managed by program managers, but they do report their progress, as program managers coordinate projects across teams. And most importantly: donât assume a specific set of skills and responsibilities from a PM role alone â they are often shaped and adjusted by a PM, their expertise, experience, skills and interests. So ask and double check to avoid misunderstanding down the line. #ux #design
-
Scrum Master Interview Question What is Capacity planning in Scrum and how to calculate? Capacity Planning in Agile is the process of determining the amount of work a team can handle during a sprint or iteration. In Agile methodologies, particularly Scrum, it helps teams plan and forecast their work while ensuring that they donât overcommit or under-deliver. Agile teams focus on being adaptable, so capacity planning isn't about rigid long-term projections but instead about aligning work with available resources, team skills, and any potential disruptions. Sprint duration: 15 days (3-week sprint). Available hours per day for each developer: 6.5 hours (80% of 8 hours/day). Total available hours for the sprint: 591.5 hours. Maximum available hours (if everyone was available the entire sprint): 682.5 hours. Average velocity over the last three sprints: 35 story points. Available hours for the upcoming sprint: 591.5 hours. Step 1: Understanding Team Capacity The maximum hours if resources are available for the entire 15 days is 682.5 hours. But the actual available hours in the upcoming sprint is 591.5 hours. Step 2: Adjusting Velocity Based on Available Hours The average velocity from the last three sprints was 35 story points when the team had 682.5 hours available. Now, we need to adjust this velocity based on the available hours for the upcoming sprint, which is 591.5 hours. We can use the following formula to calculate the proportional velocity for the upcoming sprint: Adjusted Velocity=(Available Hours for Upcoming Sprint / Maximum Available Hours)ÃAverage Velocity Plugging in the values: Adjusted Velocity=(591.5 / 682.5)Ã35 = 30 Step 3: Conclusion Based on the available 591.5 hours, the team can realistically plan for around 30 story points in the upcoming sprint, considering their historical velocity and current capacity.
-
Scrum Masters â if your metrics don't reflect customer reality, you're not measuring progress. You're optimizing the illusion of it. Scrum teams don't get paid to move tickets. They get paid to move the needle. Yet most Scrum Masters still obsess over: ð Stories Planned vs. Stories Delivered ð Velocity trends ð Burndown charts All of which tell us how busy we are. But not whether we made anything better. ð Velocity target: 100 â met. ð Dashboard: glowing green. ð Team: feeling accomplished. ð Users: Still stuck. So, your team didn't fail the sprint. But the sprint failed the customer. Here's how I think about it instead: â Output = Features shipped, code deployed, hours logged â Outcome = A real user can now do something they couldn't before â Impact = The organization gains when that outcome drives satisfaction, loyalty, or revenue Here's the difference: ð« "We completed 48 story points this sprint." (Output) â "80% of users now complete onboarding in under 2 minutes." (Outcome) ð "Conversion rates for new users increased by 12%." (Impact) ð« "We released 6 new dashboard widgets." (Output) â "Customers are now identifying spending anomalies 40% faster." (Outcome) ð "This reduced churn in premium accounts by 18%." (Impact) Scrum without outcome thinking is just sophisticated busyness. ð Shift your sprint goals from "story done" to "delivered value." ð Measure what users gain, not what you give. ð Track progress based on real change not performance theater. Busy teams burn out.â¨Value-focused teams win. #ReTHINKscrum #ScrumMastery Agilemania Agilemania Malaysia
-
This took me 6 years to learn, I'll teach it to you in 2 minutes:  How to turn redlining from a war zone into a 48-hour sprint.  Iâm not a lawyer.  But Iâve spent 25+ years coaching legal teams through one of their biggest sources of friction:  Redlining.  Itâs rarely about the contract itself. Itâs about the "mindset" around it.  Hereâs what Iâve seen:  â Legal vs Procurement = battle of egos â Comments get weaponized instead of clarified â âProtect the businessâ becomes âprotect my editsâ  This is what I call Redlining Paralysis.  The contract sits in limbo, not because of complexity, but because the negotiation was never aligned to begin with.  Hereâs what the fastest teams I coach do:  â Run a 15-minute alignment call before touching the doc  â Legal, procurement, and business define:  - Whatâs actually flexible - Whatâs a no-go - Who decides if thereâs conflict  â Use a simple 3-color tag system inside the contract  â Green = Good to go â Yellow = Can accept if needed â Red = Needs legal review or leadership input  Just add a comment:  âTagged RED â this exposes us to uncapped liability.â âTagged YELLOW â check with finance if we can absorb this.â  This tells everyone what matters. No guessing, no bottlenecks.  â Send the first round of edits with human explanations  â Instead of legalese, just say:  âFlagged this clause because weâve had issues in the past. Would you consider X instead?â  The goal? Donât just redline the words. Negotiate the meaning behind them.   Legal teams:  What section always slows you down? Indemnity? Jurisdiction?  Drop it below â Iâll share what Iâve seen work in fast-moving negotiations.  ---------------- Hi, Iâm Scott Harrison and I help executive and leaders master negotiation & communication in high-pressure, high-stakes situations. - ICF Coach and EQ-i Practitioner - 24 yrs | 44 countries | 150+ clients  - Negotiation | Conflict resolution | Closing deals ð© DM me or book a discovery call (link in the Featured section)
-
âYesterday I worked on X. Today Iâll work on Y. No blockers.â Translation: âWeâre filling airtime, not moving work forward.â If this sounds like your daily standup, you donât have a delivery team. You have a synchronized reporting ritual. ð Status updates belong in your tools. ð Standups are for removing friction â fast. Your job as a leader isnât to quiz people on what they did. Itâs to surface blockers, enable flow, and keep focus sharp. Hereâs what real standup follow-ups sound like: â...and we deployed, but no oneâs using it. Kill it?â â...ran into unexpected complexity. Iâm rewriting a smaller slice. Is that okay?â â...got stuck. Pairing helped, but now weâre both late. Abort or adapt?â Those are the conversations that change the work. Want better standups? ð¥ Ban status updates. ð¥ Focus on friction. ð¥ Lead for momentum. Whatâs one blocker you cleared in a standup that saved your week? P.S. In case you're wondering what to do when there's no blockers: You can skip the standup.
-
BEYOND MODERATION - THE HIDDEN POWER OF FACILITATION Facilitators matter more than most people realize. In every workshop, sprint, and strategic conversation, they quietly turn talk into tractionâdesigning flow, building psychological safety, and steering diverse voices toward a shared outcome. Because great facilitation feels effortless, its impact is often underrated. Yet when stakes are high and complexity rises, a skilled facilitator is the multiplier that transforms ideas into decisions and momentum into results. ð¯ DESIGNER - Great facilitation starts with intentional design. Map the flow of the workshop or discussion with crystal-clear outcomes. When you know where youâre headed, you can confidently animate the session, guide transitions, and keep everyone aligned. â¡ ENERGIZER - Read the room and manage energy in real time. Build trust and comfort with timely breaks, quick icebreakers, and inclusive prompts. When energy dips, reset; when momentum rises, harness it. Your presence sets the tone for participation. ð» CONDUCTOR - Facilitation is orchestration. Ensure everyone knows what to do, how to contribute, and where to focus. Guard against tangents, surface the core questions, and gently steer the group back to the intended outcome. â±ï¸ TIMEKEEPER - Time is the constraint that sharpens thinking. Listen actively, paraphrase to clarify, and interrupt with care. Adapt on the fly in agile environments so discussions stay effective, efficient, and outcome-driven. ⨠CATALYST - Your energy is contagious . Show up positive, grounded, and healthy. If you bring light, the room brightens; if you bring clouds, the mood follows. Protect your mindsetâitâs a strategic asset. ð¡TIPS to be a great facilitator: Be positive and confident; Prepare deeply, then stay flexible; Design clear outcomes and guardrails; Listen actively and paraphrase often; Invite quieter voices and balance dominant ones; Use pauses, breaks, and icebreakers wisely; Keep discussions outcome-focused; Manage time with compassion and firmness; Read the room and adapt; Practice, practice, then practice again. ðª #Facilitation #HR #Leadership #Workshops #EmployeeEngagement #Agile #Communication #SoftSkills #MeetingDesign #PeopleOps #Moderator #TeamDynamics #PsychologicalSafety #DecisionMaking