Non-Traditional Project Planning

Raw Text

DZone

Culture and Methodologies

Agile

Many different ways of project planning exist. Many are discarded as unworkable, but there is no universal way to plan a project and ensure success.

Scott Sosna

CORE

Jun. 21, 23

Opinion

Like

(8)

Save

Tweet

Share

Views

Join the DZone community and get the full member experience.

Join For Free

Most methodology discussions today start and end with how Agile is superior to Waterfall in software engineering; in reality, many other methodologies exist , each with their own pros and cons. Leadership, enamored with being agile , insist on Agile β€” or at least the perception of β€” even when another methodology is more appropriate for the project, team, business domain, customer, whatever.

I view the bigger problem as methodology for methodology's sake: application without understanding, execution without adaptation. Thou shall do X as defined by said methodology, and so you shall regardless of lack of perceived benefits.

A previous employer created a template to calculate planned hours for the project stages β€” design, implementation, testing, integration, deployment, documentation, etc. β€” based on supporting values provided. My project was already implementing before planning was completed β€” yes, I know β€” but the project manager insisted on completing the template. Unfortunately, the planned hours generated were different with actuals for completed tasks, sometimes substantially. The project manager had no discretion to deviate and stipulated that planned hours were correct despite our protestations. Subsequently, the team ignored the plan and just completed the work.

This story and a recent visit to a museum (really!) had me considering other ways I've seen or heard of projects being managed.

Prime Numbers

Please bear with me β€” especially those who don't understand baseball β€” it'll tie together by the end!!

Love is perhaps too strong, but I strongly prefer prime numbers: not the million-digit primes generated by computers, but the more pedestrian, under-100 primes. Thank you, APBA Baseball .

Background

APBA Baseball is a baseball simulation game where each player has a card representing his season: mainly batting, but also pitching and fielding. The "manager" of the player "batting" rolls dice which is looked up on the player's card, mapping to a value between 1 and 42. That value is cross-referenced on a "game board" for the current situation β€” i.e., bases empty, runner on first, runners on first and third, etc. β€” to determine the final outcome of the "at bat," which may also take into account pitcher quality and team fielding.

( NOTE : This is the basic or original version; the Master Game applies even more variables to the outcome.)

My father passed his love of APBA to me, and I created season schedules to play out over weekends and school breaks. The games' scorecards β€” unreadable to anyone but me β€” were used to calculate season stats. Obsessive, yes, but digital gaming was in its infancy, and I couldn't play Dungeons and Dragons alone.

Some values appear often and are fairly well-known - 1=home run, 13=strike-out, 32=fly-out. Others are more rare and provided unusual outcomes, of which 23 (a prime!) provides the most fun:

Runner on First: Runner out stealing and ejected from game for disputing umpire's decision .

Runner on Third: SINGLE β€” pop fly falls, runner scores, 2nd baseman and right fielder collide and one is injured; right fielder is unable to play next three games .

Runners on Second and Third: Triple Play .

Games could even be "rained out!" And hence begat my preference for prime numbers.

Project Estimates Using Prime Numbers

In 2000, I joined a team implementing their company's first web application to replace the PowerBuilder version which was costly to deploy/maintain/support across their international offices.

After refining the architecture and implementing the supporting framework, the team needed to estimate the effort to deliver a first release. We identified all web pages to implement and each became a task β€” stories in Agile vernacular β€” to estimate and prioritize.

Initially, each task was categorized as low/medium/high effort but what does that mean? I proposed assigning number of days to complete ( story-pointing ) and β€” sticking with prime numbers β€” suggested 1 day=low, 3=medium, 7=high.

(Yes, 5 is a prime number, but the high-effort tasks seemed substantially more than medium, so we jumped to 7.)

The outcome: the most successful project planning I've ever been associated with . All but 1 task completed (reasonably) within the estimate assigned; the one outlier was immediately obvious and started early to minimize the impact.

I've also used (pushed) primes for other estimates: story points (where Fibonacci numbers weren't appropriate), sprint planning time reserved for unstructured work (support) as hours or percentage, etc.

Physical, Not Virtual

My wife and I recently saw an exhibit about the making of Guillermo del Toro 's movie Pinocchio at the Portland Art Museum (through September 17, 2023). The movie is stop-motion , each frame an individual shot (think camera) of one or more models, with manual position changes between each shot appears as fluid movement when shown in sequence. The completed animation appears computer-generated when in fact it isn't.

I was most fascinated by the videos of the animatorsΒ  working: position the model, take a picture, repeat ad nauseam. Some scenes took days to complete, indicated by animators' clothes changing day-by-day.

(My grandfather somehow did his own using a 16mm movie camera, crude but effective.)

Post-Its and Rubber Bands

Not quite a story board, not quite a Gantt Chart , not quite a scrum-of-scrums , but easy to understand and easy as new info affects current state.

Production on Guillermo del Toro's Pinocchio did not slow down during the pandemic. Crew members transformed their homes into workshops and continue look development and prop- and set-making on their own, communicating through virtual check-ins and digital schedules. Once the entire crew assembled in person, physical scheduling boards were created using a system that tracks each shot for every animation unit. Individual units are represented horizontally, weeks are pictured vertically, and rubber bands track animators' progress. This board, which is one of dozens, was more than just a schedule; it created a physical space where crew members could gather to communicate, make decisions, and look ahead.

I particularly love the rubber bands, which seem to indicate dependencies between teams (and probably conveys other information as well).

Get-Outta-My-Way

A.K.A. less planning, more doing.

Have you ever been on a project where the bureaucracy β€” project planning, task management, status updates, dependency tracking, required meetings, etc. β€” hinders rather than enables delivery, risking the agreed-upon release date? Where the methodology states it improves overall engineering but engineers see no tangible benefit?

I have, multiple shops, multiple projects, both pre-Agile and Agile.

These projects reach a breaking point where they have no choice but to move into (what I call) the Code MF phase: heads-down development, bureaucracy be damned. The lead and senior engineers have the overall vision, they ensure interlocking puzzle pieces, they course-correct when needed, they actively communicate with the team, the remove roadblocks. Everyone focuses on writing code and getting solution out-the-door. Isn't this why we became software engineers in the first place?

Does it work? Yes, more often than leadership will admit. Does it scale? Only if team sizes are reasonable, a la Amazon's Two-Pizza Teams . The team needs to be mature, with the right combination of skills/experience, technology background, etc. But does it really work? Yes.

Conclusion

As long as software engineering remains an art and not a science, the question How should I approach planning this project? remains somewhat unanswerable, as every shop, team, problem domain, tech stack, industry compliance, etc. are different. There is no singular answer, whether Agile , Waterfall , 42 , etc. Each can be both right and wrong ; it all depends on the specific situation.

My recommendation is to objectively evaluate what your organization does and identify where small, incremental changes can benefit the teams. It's unlikely your organization's core methodology can be changed without a lot of discussion, but in the meantime perhaps you can make life better for yourself and fellow engineers.

Image Credits

images #1 and #2: card and board Β© APBA

image #3: exhibit text Β© Portland Museum of Art

image #4: Β© Scott Sosna

Project manager

agile

scrum

Sprint (software development)

Opinions expressed by DZone contributors are their own.

Related

Sprint Goals: How to Write, Manage, and Achieve

Compatibility Testing: Checklists and Crucial Things You Need to Know About It

Conducting Sprint Retrospective Meetings

Advancing to Agile From the Traditional Product Management Approach

Comments

Single Line Text

DZone. Culture and Methodologies. Agile. Many different ways of project planning exist. Many are discarded as unworkable, but there is no universal way to plan a project and ensure success. Scott Sosna. CORE. Jun. 21, 23. Opinion. Like. (8) Save. Tweet. Share. Views. Join the DZone community and get the full member experience. Join For Free. Most methodology discussions today start and end with how Agile is superior to Waterfall in software engineering; in reality, many other methodologies exist , each with their own pros and cons. Leadership, enamored with being agile , insist on Agile β€” or at least the perception of β€” even when another methodology is more appropriate for the project, team, business domain, customer, whatever. I view the bigger problem as methodology for methodology's sake: application without understanding, execution without adaptation. Thou shall do X as defined by said methodology, and so you shall regardless of lack of perceived benefits. A previous employer created a template to calculate planned hours for the project stages β€” design, implementation, testing, integration, deployment, documentation, etc. β€” based on supporting values provided. My project was already implementing before planning was completed β€” yes, I know β€” but the project manager insisted on completing the template. Unfortunately, the planned hours generated were different with actuals for completed tasks, sometimes substantially. The project manager had no discretion to deviate and stipulated that planned hours were correct despite our protestations. Subsequently, the team ignored the plan and just completed the work. This story and a recent visit to a museum (really!) had me considering other ways I've seen or heard of projects being managed. Prime Numbers. Please bear with me β€” especially those who don't understand baseball β€” it'll tie together by the end!! Love is perhaps too strong, but I strongly prefer prime numbers: not the million-digit primes generated by computers, but the more pedestrian, under-100 primes. Thank you, APBA Baseball . Background. APBA Baseball is a baseball simulation game where each player has a card representing his season: mainly batting, but also pitching and fielding. The "manager" of the player "batting" rolls dice which is looked up on the player's card, mapping to a value between 1 and 42. That value is cross-referenced on a "game board" for the current situation β€” i.e., bases empty, runner on first, runners on first and third, etc. β€” to determine the final outcome of the "at bat," which may also take into account pitcher quality and team fielding. ( NOTE : This is the basic or original version; the Master Game applies even more variables to the outcome.) My father passed his love of APBA to me, and I created season schedules to play out over weekends and school breaks. The games' scorecards β€” unreadable to anyone but me β€” were used to calculate season stats. Obsessive, yes, but digital gaming was in its infancy, and I couldn't play Dungeons and Dragons alone. Some values appear often and are fairly well-known - 1=home run, 13=strike-out, 32=fly-out. Others are more rare and provided unusual outcomes, of which 23 (a prime!) provides the most fun: Runner on First: Runner out stealing and ejected from game for disputing umpire's decision . Runner on Third: SINGLE β€” pop fly falls, runner scores, 2nd baseman and right fielder collide and one is injured; right fielder is unable to play next three games . Runners on Second and Third: Triple Play . Games could even be "rained out!" And hence begat my preference for prime numbers. Project Estimates Using Prime Numbers. In 2000, I joined a team implementing their company's first web application to replace the PowerBuilder version which was costly to deploy/maintain/support across their international offices. After refining the architecture and implementing the supporting framework, the team needed to estimate the effort to deliver a first release. We identified all web pages to implement and each became a task β€” stories in Agile vernacular β€” to estimate and prioritize. Initially, each task was categorized as low/medium/high effort but what does that mean? I proposed assigning number of days to complete ( story-pointing ) and β€” sticking with prime numbers β€” suggested 1 day=low, 3=medium, 7=high. (Yes, 5 is a prime number, but the high-effort tasks seemed substantially more than medium, so we jumped to 7.) The outcome: the most successful project planning I've ever been associated with . All but 1 task completed (reasonably) within the estimate assigned; the one outlier was immediately obvious and started early to minimize the impact. I've also used (pushed) primes for other estimates: story points (where Fibonacci numbers weren't appropriate), sprint planning time reserved for unstructured work (support) as hours or percentage, etc. Physical, Not Virtual. My wife and I recently saw an exhibit about the making of Guillermo del Toro 's movie Pinocchio at the Portland Art Museum (through September 17, 2023). The movie is stop-motion , each frame an individual shot (think camera) of one or more models, with manual position changes between each shot appears as fluid movement when shown in sequence. The completed animation appears computer-generated when in fact it isn't. I was most fascinated by the videos of the animatorsΒ  working: position the model, take a picture, repeat ad nauseam. Some scenes took days to complete, indicated by animators' clothes changing day-by-day. (My grandfather somehow did his own using a 16mm movie camera, crude but effective.) Post-Its and Rubber Bands. Not quite a story board, not quite a Gantt Chart , not quite a scrum-of-scrums , but easy to understand and easy as new info affects current state. Production on Guillermo del Toro's Pinocchio did not slow down during the pandemic. Crew members transformed their homes into workshops and continue look development and prop- and set-making on their own, communicating through virtual check-ins and digital schedules. Once the entire crew assembled in person, physical scheduling boards were created using a system that tracks each shot for every animation unit. Individual units are represented horizontally, weeks are pictured vertically, and rubber bands track animators' progress. This board, which is one of dozens, was more than just a schedule; it created a physical space where crew members could gather to communicate, make decisions, and look ahead. I particularly love the rubber bands, which seem to indicate dependencies between teams (and probably conveys other information as well). Get-Outta-My-Way. A.K.A. less planning, more doing. Have you ever been on a project where the bureaucracy β€” project planning, task management, status updates, dependency tracking, required meetings, etc. β€” hinders rather than enables delivery, risking the agreed-upon release date? Where the methodology states it improves overall engineering but engineers see no tangible benefit? I have, multiple shops, multiple projects, both pre-Agile and Agile. These projects reach a breaking point where they have no choice but to move into (what I call) the Code MF phase: heads-down development, bureaucracy be damned. The lead and senior engineers have the overall vision, they ensure interlocking puzzle pieces, they course-correct when needed, they actively communicate with the team, the remove roadblocks. Everyone focuses on writing code and getting solution out-the-door. Isn't this why we became software engineers in the first place? Does it work? Yes, more often than leadership will admit. Does it scale? Only if team sizes are reasonable, a la Amazon's Two-Pizza Teams . The team needs to be mature, with the right combination of skills/experience, technology background, etc. But does it really work? Yes. Conclusion. As long as software engineering remains an art and not a science, the question How should I approach planning this project? remains somewhat unanswerable, as every shop, team, problem domain, tech stack, industry compliance, etc. are different. There is no singular answer, whether Agile , Waterfall , 42 , etc. Each can be both right and wrong ; it all depends on the specific situation. My recommendation is to objectively evaluate what your organization does and identify where small, incremental changes can benefit the teams. It's unlikely your organization's core methodology can be changed without a lot of discussion, but in the meantime perhaps you can make life better for yourself and fellow engineers. Image Credits. images #1 and #2: card and board Β© APBA. image #3: exhibit text Β© Portland Museum of Art. image #4: Β© Scott Sosna. Project manager. agile. scrum. Sprint (software development) Opinions expressed by DZone contributors are their own. Related. Sprint Goals: How to Write, Manage, and Achieve. Compatibility Testing: Checklists and Crucial Things You Need to Know About It. Conducting Sprint Retrospective Meetings. Advancing to Agile From the Traditional Product Management Approach. Comments.