top of page
Search
All Posts
Quick and dirty dependency map automation
<p>After some of my recent articles on building a dependency map, a few people got in touch asking for tips on actually creating them. Here’s a quick way to get started. You might have noticed the following example in my previous posts. I created the graphic above with an amazing bit of kit called Neo4j. … <a href="https://seantrobinson.co.uk/quick-dependency-map-automation/" class="more-link">Continue reading<span class="screen-reader-text"> “Quick and dir
Sean Robinson
Apr 22, 20203 min read
9 Common Retrospective Pitfalls
<p>I’ve written a few heavy articles recently, so thought I’d take a step back with something a little lighter. I absolutely love retrospectives and am going to take this time to highlight some common retrospective pitfalls that I frequently see people falling into.</p>
Sean Robinson
Apr 10, 20204 min read
Facilitation for Introverts
<p>Why should we care about facilitation for introverts? What does it actually matter? Let’s run through it. “[…]someone who prefers calm, minimally stimulating environments.” noun I sat there in the audience, gazing up at the exuberant figure breathing life and energy into the room. New to facilitation, I felt anxious just watching him play the … <a href="https://seantrobinson.co.uk/facilitation-for-introverts/" class="more-link">Continue reading<span class="scr
Sean Robinson
Apr 10, 20206 min read
Dependency Map Analysis
<p>If you’re not up to speed on the concept of dependency mapping, then I’d suggest taking a look at my previous post where I talked through how to go about building a dependency map. So what happens now? You’ve gone through the workshop and now have a bunch of data that’s telling you what? Something … <a href="https://seantrobinson.co.uk/dependency-map-analysis/" class="more-link">Continue reading<span class="screen-reader-text"> “Depende
Sean Robinson
Apr 1, 20204 min read
Self care when working from home
<p>There’s been a deluge of advice on how to survive working from home recently. I almost didn’t bother, so as not to add to the noise. But I figured what the hell, even if one other person can be helped then maybe I should. I’m a consultant, so work from a variety of places. Home … <a href="https://seantrobinson.co.uk/self-care-when-working-from-home/" class="more-link">Continue reading<span class="screen-reader-text"> “Self care when working f
Sean Robinson
Mar 20, 20203 min read
Dependency Mapping
<p>Recently, I published an article where I discussed the concept of dependency as a proxy for complexity. I also tried to show that complexity is the biggest aspect to consider when attempting to improve the flow of value. This is all part of a concept I call Dependency Mapping. Following publication of the article, I … <a href="https://seantrobinson.co.uk/dependency-mapping/" class="more-link">Continue reading<span class="screen-reader-text"> “Dependency Mappin
Sean Robinson
Mar 11, 20206 min read
Why complexity is killing your business
<p>dependent adjective de· pen· dent | \ di-ˈpen-dənt \ determined or conditioned by another If you ask 10 people why Digital Transformations fail, you’ll get 10 different answers, often with phrases like “buy-in” and “culture” thrown around. Although there isn’t a simple answer to this question, I’d like to talk about one that often gets ignored. Dependencies. You have a dependency … <a href
Sean Robinson
Mar 11, 20205 min read
Penny Flow, an Agile Game
<p>Summary: This Agile game is based on The Penny Game. I’ve seen it in various incarnations, but this is based on the original concept. Instead of simply showing how batch size affects throughput, this game has been heavily modified to give several additional lessons. Attendees can expect to learn about Agile’s roots in Lean manufacturing, … <a href="https://seantrobinson.co.uk/penny-flow-agile-game/" class="more-link">Continue reading<span class="sc
Sean Robinson
Jul 27, 20156 min read
Agile Risk Management
<p>Please note that this no longer represents my view on this subject, but is maintained for posterity. Risk Management is a part of everyday life, crossing the street or even walking downstairs in the morning carries with it some risk factor. A project is no different. When projects were managed by default by using high … <a href="https://seantrobinson.co.uk/agile-risk-management/" class="more-link">Continue reading<span class="screen-reader-text"> “Agile Risk
Sean Robinson
Mar 16, 20156 min read
Tracking Agile Projects
<p>Tracking Agile Projects is about monitoring the project health, and checking adherence to the schedule is a relatively simple exercise. The amount of work actually completed in an iteration is compared with the amount of work expected to be completed. Differentials are feed back into the amount of work expected to be completed in the … <a href="https://seantrobinson.co.uk/tracking-agile-projects/" class="more-link">Continue reading<span class="screen-rea
Sean Robinson
Jul 9, 20144 min read
Agile Planning and Scheduling
<p>Note that this no longer represents my thinking, but is maintained for posterity and ridicule. Agile Planning and Estimating covers the activities involved in actually planning how the software being developed is going to be built, splitting up the development into manageable pieces and deciding a schedule for the release. This part of my Agile … <a href="https://seantrobinson.co.uk/agile-planning-scheduling-2/" class="more-link">Continue reading<span class="screen
Sean Robinson
Jun 27, 201411 min read
Agile Project Initiation
<p>All relevant stakeholders should be present at this meeting, including owner, Scrum master, clients and developers. For a Scrum overview, please see Agile Overview. This guide is heavily influenced by Mike Cohn’s Agile Planning and Estimation. Choosing Themes At project initiation, the team will meet in order to determine the themes and goals of the … <a href="https://seantrobinson.co.uk/agile-project-initiation/" class="more-link">Continue reading
Sean Robinson
Jun 18, 20145 min read
The Agile Approach
<p>Collaboration Contrary to traditional management methods, an Agile approach considers the team to be a single cooperative unit. Individuals are not scored on the amount of work completed, but the team is monitored as a whole. This serves to improve team cohesiveness and ensure that anyone working on a project is dedicated to the success … <a href="https://seantrobinson.co.uk/the-agile-approach/" class="more-link">Continue reading<span class="screen-reade
Sean Robinson
Jun 16, 20143 min read
Backing up Atlassian OnDemand
<p>Reason When somebody wants to backup either the JIRA or Confluence onDemand databases. Context Atlassian onDemand does not currently have any features for automating a backup of either JIRA or Confluence. To get around this we can trigger a backup from Atlassian and then automatically download the resulting file to a location of our choosing. … <a href="https://seantrobinson.co.uk/backing-up-atlassian-ondemand/" class="more-link">Continue reading<span cl
Sean Robinson
Jun 12, 20142 min read
Agile Estimation
<p>The following is an adaptation of content I wrote to help a new agile team. It was meant to be a brief skim over the surface of estimation, rather than an exhaustive document. It generally sticks to the classical agile approach, but has some additional techniques that I have found useful. The information on which this … <a href="https://seantrobinson.co.uk/agile-estimation/" class="more-link">Continue reading<span class="screen-reader-text"> &
Sean Robinson
Jun 2, 20147 min read
Sieve of Eratosthenes
<p>I was rummaging around in some old directories and found an implementation of the Sieve of Eratosthenes that I’d thought I’d share. I thought I’d share it because of the simplicity of the algorithm, it represented a very enjoyable programming exercise and one that I now use as a standard kata when learning a new … <a href="https://seantrobinson.co.uk/sieve-of-eratosthenes/" class="more-link">Continue reading<span class="screen-reader-text"> “
Sean Robinson
May 28, 20142 min read
bottom of page