by garyg
18. April 2011 11:33
It would be great if every self-organizing team just jumped right in and did just that, but some do need a little help. Most new groups will traverse through the standard storming – forming – norming stages, and its mainly during the first two you’ll need to help the most. The biggest challenge for any of us who have lead traditional teams face in facilitating a self-organizing team learning how to facilitate without dropping into traditional management behaviors.
My first realization to this came one morning at a Daily Scrum when listening to the team members report their status to one another. It was obvious to everyone in the room that there was an extreme imbalance in the workload and a few members User Stories were falling behind. They were struggling. At the end of the Scrum I expected one or more of them to offer assistance to the struggling members. I was wrong. I don’t know why, but I expected these formally very independent people to suddenly step up and help one another out simply because the rules and principles of Scrum had been laid out for them. The people hadn't changed because the process did.
Coming to the rapid conclusion that they just didn’t know how to start helping one another, and fighting the urge to drop into delegating PM mode, I stayed in the facilitating Scrum Master role, bringing up the Burn Down and Capacity charts instead and asked questions. Very pointed questions on what they thought the numbers meant
Leading the team to correct realization on their own rather than telling them what to do, helped them take the first leap. It seems like a simple step, but for this group it was the turning point for coming to grips with a key responsibility of a self-organizing team.
So what specifically can you do to help your Agile team to the “right” conclusions? Here are a few tips I’ve put together from my experiences:
- Highlight issues by bringing them up for discussion. Encourage team members to vocalize the solution on their own rather than you pointing it out.
- Get impediments out of the way. Make sure you aren't one of them. Facilitate communications but avoid being a go-between if at all possible.
- You are not the Admin, do not become one. Insist that all artifacts be created by the Team. It encourages ownership and responsibility.
- When everything is right, it will seem like you do nothing at all. Once the Team gets some experience and success behind them you should do very little other than truly facilitating .
by garyg
23. March 2011 10:40
Just completed the Professional Scrum Master training with Ken Schwaber at Scrum.org. I’d been practicing Scrum for some time so I wasn’t sure how much net gain I get, but definitely glad I made time for this. What a course! Great content and very engaging training from one of the industries legends. If you have the chance I would highly recommend it for any Scrum practicing PM, Development Manager or anyone looking to gain a deeper understanding of Scrum and how to apply it properly. Most valuable for me (since I’m serving as the Scrum Master on a few teams) was the real world tactical advice and “how to” practice points from Ken directly. The hands-on exercises were both entertaining and enlightening with the wide variety of companies represented.
by garyg
7. November 2010 23:36
So we are in the final go/no-go hour for a product release, and its not looking good. My team had been charged with testing the product for last 3 day. The development team was busy playing wack-a-mole with several P1 and P2 bugs that continued to regress. Our QA team had no involvement at the beginning of this cycle, nor visibility to any hard requirements (I know, not a good start). A particularly nasty P1 that appears to be in the framework of the product, is on its 4th try through the regression testing cycle. This is one that the developer was sure he had it “this” time. My confidence of course was not there, and I recommended this release be pulled.
The client of course was not happy and called an emergency meeting to get a handle on what was happening. We were now going over the exact contents of what was supposed to be in this latest release, feature by feature. Seeing the impending revelation creeping upon him the developer finally revealed there may be something “a little extra” in this code. Something completely off the requirements list, project plan, and of course did not go through the fairly rigorous code review this client normally does. We were unwitting victims of a classic Gold Plating gone wrong situation and nearly done in by the Midas Touch of unchecked development without matching requirements. No malice of intent but the results were the same.
How this situation was resolved isn’t important, but how we could have prevented it is. A simple, solid, Requirements Traceability Matrix combined with some training on early recognition of Gold Plating signs was on my list of recommendations. I’ve often seen the costs of Gold Plating represented by actual extra work and schedule overruns. This was the clearest case I’ve seen to date were it directly caused a quality issue of this magnitude. A good lesson for us all.
by GaryG
20. July 2010 05:33
I know I usually write about Project Management related topics so I ask my regular readers to please bear with me. This one was a real pain to solve so I wanted to share it since TFS 2010 is fairly new and and error its giving out doesn’t really help. Recently while working with an enterprise client in a TFS2008 to TFS2010 migration (a real pain in itself) we came across an error in setting up the Team Build Service. The topology here put the TFS application tier on one server and the Team Build Service on its own machine (a Windows 2008 Server), and both the Controller and Agents were on this machine.
The problem we saw was that the the controller and agents couldn't connect (and of course all the team builds failed). The error was:
"There was no endpoint listening at http://somemachine.company.com/Build/v3.0/Services/Contoller3 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."
The error was displayed in the properties dialog for both the Controller and Agent as in the below screenshot:

After a lot of head banging, setting up traces, and a reinstall I realized that for some reason the configuration wizard put the FDQN (Fully Qualified Domain Name) rather than the machine name. Having debugged an issue on another products Web Service I decided to change it to use just the Machine Name and it instantly connected both the Controller and Agents.
This fix is simple thankfully. Change the local build service endpoint to NOT use a FQDN but just the machine name, restart the Build Controller and Agents.
To do this just get into the TFS Administration Console on the Build Server and click the Build Configuration node. From here click the Properties on the Build Service and you will get the following window:

The “Local Build Service Endpoint (incoming)” will be grayed out until you click the “stop to make changes” link. Click the link to stop the service then click the Change button to change just the FQDN to the machine name. From here just click the Start button and your Controller and Agents should be talking fine. It may take a minute once you restart the Build Service for everything to reestablish communication. I hope this helps someone on another TFS 2010 deployment.
by garyg
11. June 2010 11:07
While I’m sure we’d all rather avoid defects in our software all together, in a sufficiently complex application bugs (or regressions as we also call them) are as inevitable as death and taxes. As an old mentor used to tell me, if you aren’t failing some of the time, you aren’t trying hard enough. The trick of course is catching them before the risk they present is fully realized, i.e. in front of the end user in a production environment. Finding and remediating bugs falls under Project Quality Management in PMBOK (Project Management Body of Knowledge, Chapter 8).
So as long as you have them, you might as well get your moneys worth out of them. Here’s how. A “bug” in your software system represents a defect that needs to be remediated in some way, as effectively as you can, and without breaking anything else in the system. So how do we achieve that ? Well we need to find them early first with good testing in a well managed development cycle, but that's the subject of another future post. Once we have located them we need to properly assess them. At a minimum you want to know:
- What the defect is and what it impacts in the system. This begins with a thorough description of the problem observed. We are looking for a well written observation here, more than just a “its broken” but shorter than your system specification. A paragraph should be about right.
- How do you reproduce it. If the developer cant reproduce it, likely it will get closed as a “non reproducible” bug and will be a complete waste of time for everyone involved. Be as exact as possible with clear steps and any particular data needed.
- Screen Shot or Video. Window 7 has the built in Snipping Tool, but there are a lot of them out there. The idea is a visible representation of what you just described. Full motion video is even better for complicated issues. Microsoft has Expression Encoder 4 available for free , but there are many out there.
- Priority and Impact. I’m a big fan of two level assessment of defects. The first level, Priority should indicate how bad the problem on a numerical scale. P1 meaning there is no way you can go forward without releasing it, down to P4, an inconvenience. Impact should indicate what the financial or effort based impact of this error is (I-1 to I-4). Will it take 5 weeks to fix or do we just need to comment out a line. Often the original tester will not be able to assess the Impact, but this should be done by the person triaging the defects. In a project management capacity this really represents Qualitative and Quantitative Risk Assessment. More on this two level system concept in a future post.
- How did we fix it. This is a critical step. After a resolution is developed and verified, you need to detail it right in the defect document. While we don’t need the source code here, you should link or reference the change set that fixed it. Also, always be on the lookout for a best practice or new design pattern that worked well in approaching this defect or one that didn’t. This is about building up your knowledgebase.
One last parting thought on defects. While there are hundreds of theories and best practices on Software Quality Assurance and reducing bugs (and certainly worthwhile). I like to remind people of a famous quote from Thomas Edison on the thousands of failed attempts to create the light bulb: “I have not failed. I've just found 10,000 ways that won't work.” As long as we keep that in mind and learn from the mistakes we make during the creation process, we can indeed extract value from them rather than just writing them off as just being a costly byproduct.
by garyg
26. May 2010 11:43
I’ve gotten a lot of questions from people lately on what a project charter is, and what elements they should include in one to create a good one. Created under the Initiating Process Group under PMBOK (Project Management Body of Knowledge), it is the one of the first steps performed once you have the initial concept for a project nailed down. I’m going to cover the basics here of what it is, key features, and just as important, what it is NOT.
The “official” definition is a document that formally authorizes a project or phase of a project (for larger ones) and captures the initial requirements that satisfies the stakeholder expectations. This can also be an iterative document that further defines or validates the decisions made in previous phases. Items that are used to build the charter include:
- Statement of work
- The Business Case
- Enterprise Environmental Factors (corporate culture, government regulations, infrastructure, stakeholder risk tolerances, etc.)
- Organizational Process Assets (standard processes, templates, historical info, financial data, etc.)
- The Contract (may not have one if you are an internal team)
The main thing you want to keep in mind while building the Project Charter is that it is not a replacement or extension of the contract. You need to things in plain business speak as much as possible. We will undoubtedly be pulling items from the contract, but it needs to readable and tell a fluent but brief story that clearly conveys the business value. You will also want to cover any significant risks, and the costs of course. The goal we are aiming for is authorization to proceed with project as described.
One question I from internal project teams working within a larger company is what to do about a contract. Most of the time it wont exist and getting one signed isn’t going to happen. The PMBOK doesn’t really cover that situation except for the obvious, if it isn’t there you can’t use it. I would suggest that you could refer to your groups charter (if you have a long standing and well written one) at this point and make specific references to it in your Project Charter.
Lastly you need to consider a signature section. For projects with an external group I consider it a must. For internal groups you need to let your company culture be your guide. If your company requires signatures on PO’s and other internal agreements they you’ll want to make sure that you are gathering them on the Project Charter as well. If not, a simple acknowledgement of receipt (i.e. email) by all authorizing parties may suffice.
by garyg
27. April 2010 11:29
I’m in Wal-Mart over the weekend shopping for a gas grill for my camp. Now I’m not really into this at all since I mainly burn things on the grill, but the last one up and died on us so I had no choice if I wanted anything grilled this summer. So here I am looking at the display of grills, about 10 if I remember. They are all presented in much the same way, listing number of burners, square inches of cooking space, and in one case a gas consumption rate. All except one, which happened to list burger capacity. That’s right, burger capacity. I laughed until I thought about it a little more. It was advertising a capacity of 22 burgers.
Now you are probably thinking no one in their right mind needs to make 22 burgers at a meal. I didn’t either, but I was definitely hungry (never buy anything food related when you are hungry), and I know one of my pet peeves is how long it takes to get all of them cooked when we do a cookout. Everyone is done eating by the time you get to enjoy one. With that kind of capacity I could eat with everyone else, and make up for my low yield count (sounds better than saying I can’t really cook). So what does this have to do with pitching a project to a sponsor or review board ? Stay with me on this.
Every one of those grills was giving me stats and data I couldn’t care less about. All except the one, which directly addressed the one core need I had. The point to this is that in this highly competitive environment, your project is likely competing for funding in a crowded portfolio. They are all completing ROI in one year and “green”. You need to find and address your project sponsors key needs beyond these. We can’t afford to simply present the requisite ROI data, you need to find a differentiator in either escalating business capacity, increased order rates per day, more visitors per hour, etc. Whatever your businesses core need is, find it and align your project to it. If you can’t, find a project that can because projects that can will get consistently funded.
by garyg
16. April 2010 03:01
Its a Team, Virtually
One area that I never seem to see covered enough in Project Management literature is Virtual Teams, or more specifically how to manage them without it consuming your entire life. Virtual teams are defined as teams whose members operate across space, time, and organizational boundaries and are linked through information technologies to achieve organizational tasks (or in your case, project tasks). Unlike conventional teams, virtual team members are not co-located, so they are more dependent on information technologies rather than face-to-face interaction.
So what does this mean for you, the beleaguered Project Manager who has just been told your new project team is scattered across the ends of the earth rather than down the hall? Well unless you manage communication carefully you can loose control of your project faster than you ever thought possible. As Project Managers we know that we manage more by influence than direct authority. This will never be more clear to you than when you can’t realistically gather your team in a room and look everyone in the eye. In some cases asynchronous communication (email, news group postings, voicemail, etc) may represent the majority of your communication. Just don’t let it be the sole method you use (see below).
It CAN be a Competitive Advantage
The bulk of the press of virtual teams goes to off-shoring but the tips here can also be successfully applied to teams on this side of the pond as well. Also depending on the nature of your project you may be able to benefit by extending the workday into different time zones (international teams may even be used for “follow the sun” style planning).
Some Tips
So your probably saying enough already, on with the tips. Here we go:
- Do not rely solely on email or other asynchronous communication methods. This may seem obvious but I’ve seen more than one junior PM and a few senior PM’s who should have known better fall into this trap. If you are forced to use it for the bulk of your communication due to time zone differences, ensure you are scheduling regular good old live synchronous communication (i.e. a conference call) at regular scheduled intervals.
- Accountability is key. Insist on frequent detailed status updates indicating progress on key milestones. It isn’t enough that your getting task updates out of MS Project, you are looking for complete, transparent, and ongoing understanding. I typically require stoplight style (look for a discussion on this in a future post) for any of my direct reports to make sure we both understand what’s expected and needed to keep things moving.
- Embrace Video Conferencing. This technology used to be outrageously expensive but now with a web cam and and headset anyone can look like a pro. There are some really high quality proprietary services out there but at very least Skype is free and easy to set up. Just test everything before the “big call”. Eye contact is invaluable and you’ll wonder how you ever got by without it.
- Multiple Mediums. Use every communication method available to you. I’m especially fond of Microsoft SharePoint team discussion sites where communication is threaded and can be easily referred back to by all stakeholder. Some people just seem to respond better to some mediums than others so this will keep misunderstandings to a minimum. This is especially important in multi-cultural teams.
- Get face to face. This also sounds obvious but sometimes you need to go to the mountain. Ideally having everyone in a big room for a “kick off” meeting would be ideal, but if you can’t do that make plans for occasional face time even if its one on one.
- Get to know your team. This is a tough one for some of us in the IT field. Get to know and be interested in your people. Spend time bonding (even if just over the phone) on non-work items. People are much less likely to let down someone they have a personal relationship with than that antiseptic PM who is only interested in the project status.
- Keep the option open to co-locate. If possible this can be a lifesaver. I always try and negotiate this in my contracts or charters. If things start to go wrong on a critical project you want the ability to relocate people to the same work area if it seems misunderstandings are mounting and getting in the way of progress. This can be enormously expensive so you need to account for this in your Risk Management Plan. I find just knowing I have this option can keep things moving along.
I hope at least one of these can help you out in a future or current project. In a follow on to this post I’ll discuss potential effects of Virtual Teams on your Communications Management Plan and my theory on how it effects the Communication Channel formula used in the PMBOK (Project Management Body of Knowledge).
by garyg
10. April 2010 10:05
This has to be one of the most heated debates I’ve ever seen play out in recent memory. Recently someone asked this question on a LinkedIn PMP only discussion (later deleted by LinkedIn) group. This is sort of one of those Red vs. Blue questions and your ability and experience tends to shape your opinion in this area.
In a perfectly executed large 250+ resource project following the PMBOK (Project Management Body of Knowledge) processes you should be able to rely solely on the science, process, and SME’s (Subject Matter Experts) while you concentrate on the business of Project Management. Actually you’d be foolish to think your individual technical contribution would even put a dent in the plan in a truly large scale multi-year project. Lately however, these ideal situations and projects are less the norm and more the exception as organizations are more likely to be concentrating on the smaller, rapid ROI projects in the portfolio.
More often than not some balance needs to be struck. Either you can’t completely rely on your SME’s, your teams knowledge ends up light in an area you are strong in, or the project is just too small and fast moving for you not to be a little more “hands-on”. In these cases as a PM your ability to jump in along side your team (as long as you aren’t losing sight of your primary role as PM) could only be an asset.
Also if you are Crashing or Fast Tracking (schedule compression techniques) a project, and requiring your team work into a holiday weekend, you’d better be prepared to put in some work product yourself or risk being compared to the Pointy Haired Boss ;-).
So do I think we’ve settled the debate here ? Not by a long shot. However if we can generate some lively and useful discussion (especially among our stakeholders) than it is worthy of engaging.
by garyg
10. April 2010 10:01
Figured I'd share something I found valuable. Did you ever make a call to a request level plug-in in a Visual Studio 2008 WebTest and get multiple calls to the same plug-in because of a 302 redirect? Well I did and took me a little bit to find out a way to prevent it.
When you are making the call in your code, decide if it should run based on IsRedirectFollow property (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.webtesting.webtestrequest.isredirectfollow(VS.80).aspx)
As an example:
1: namespace MyAppTests
2: {
3: public class GetSomethingPlease: WebTestRequestPlugin
4: {
5:
6: public override void PostRequest(object sender, PostRequestEventArgs e)
7: {
8: if (e.Request.IsRedirectFollow == false) //only want to run this on on a primary, not a redirect
9: {
10: //do something here
11: }
12: }
13: }
14: }
15:
Anyway, I hope this helps someone else a little further along. It works in VS2008 and VS2010 as well. I'm sure there could be a more efficient way, but this worked in a pinch ;-)