DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Integrating PostgreSQL Databases with ANF: Join this workshop to learn how to create a PostgreSQL server using Instaclustr’s managed service

Mobile Database Essentials: Assess data needs, storage requirements, and more when leveraging databases for cloud and edge applications.

Monitoring and Observability for LLMs: Datadog and Google Cloud discuss how to achieve optimal AI model performance.

Automated Testing: The latest on architecture, TDD, and the benefits of AI and low-code tools.

Related

  • DevOps Model: The Role of Quality Assurance Redefined
  • Adopting Agile Practices for Workforce Management: Benefits, Challenges, and Practices
  • Agile Frameworks in Action: Enhancing Flexibility in Service Delivery
  • At What Point Do Agile Teams Allocate Time for Innovation?

Trending

  • A Better Web3 Experience: Account Abstraction From Flow (Part 2)
  • Generative AI: A New Tool in the Developer Toolbox
  • API Design
  • Top 7 Best Practices DevSecOps Team Must Implement in the CI/CD Process
  1. DZone
  2. Culture and Methodologies
  3. Agile
  4. Pattern of the Month: Avatar

Pattern of the Month: Avatar

Avatars can be used on both Scrum and Kanban boards to show which team member is progressing each item.

$$anonymous$$ user avatar by
$$anonymous$$
·
Jan. 14, 16 · Tutorial
Like (2)
Save
Tweet
Share
3.97K Views

Join the DZone community and get the full member experience.

Join For Free

Image title

Most agile teams of any appreciable maturity understand that limiting Work In Progress - or WIP as it is often abbreviated - is a good thing. The problem they often encounter is that it isn't always apparent who is working on what.

In theory, this is a problem that shouldn't happen. An agile team should be highly collaborative and it ought to be quite clear, to all team members at all times, what each other are working on. They are expected to have a shared goal and a joint purpose that makes collaborative awareness and teamwork essential, and this should make explicit mechanisms for tracking each other's work redundant.

Moreover, WIP should ideally be limited to one item in progress at a time, a pattern known as Single Piece Flow. Having multiple pieces of inventory on-hand is a form of waste, since each incurs a handling cost, and any work done on one of them will depreciate while another is being worked on.

In theory at least, restricting WIP to one item at a time will reduce this waste and get value out of the door as quickly as possible. If a team can achieve this practice it should be quite clear to all who is working on what. Everyone is working on the same thing in order to expedite its completion.

This principle of Single Piece Flow (SPF) is central to Lean-Kanban ways of working, especially in a manufacturing context. In a software context the accepted WIP limits tend to be rather higher than one. It is often limited to one item per developer, such as by allowing each developer an "avatar" to place on an item. An avatar is a symbol which represents that person and shows what they are doing. Cartoon characters are popular.

It's important to recognize that when an avatar is placed on an item, it merely indicates who is actioning it at that moment in time. It does not represent ownership of that requirement or task, as items are owned by the entire team. Everyone on a team is responsible for each item's completion, regardless of who may be currently actioning it.

Remember that seeing multiple avatars on the same item can be a good thing, as it ought to evidence the limitation of work in progress. Conversely, witnessing someone place their avatar in such a way that multiple items are spanned is a matter of concern, as it implies that too much work is in progress. By the same logic each person on a team should only have one avatar, since an individual should not be working on more than one thing at a time.

Cherry Picking is an antipattern where a team member might place his or her avatar on an item in a backlog, effectively "booking" it for themselves to action later. This is inefficient because the item should be actioned by whichever team member is available at the necessary time. It also encourages the development of specialisms and skill-silos, and puts the cross-functional capability of a team at risk. There is never a good reason to place an avatar in a backlog, since this would imply that the item was being actively worked on by that person in some way.

Avatar is January's Pattern of the Month at agilepatterns.org

Avatar

Image title

Intent: Have a signal on an information radiator that indicates who is working on what

Proverbs:

  • In a transparent world it is best to be transparent

  • Honesty is the best policy

Also Known As:

  • Tag

  • Icon

Motivation: Misunderstandings can arise as to who is currently responsible for work that is in progress. A means is needed for showing that work is actively being done and by whom. Queries about that work can then be directed to the appropriate team member. Conversely, work that is no longer clearly represented can be actioned and completed before additional work is drawn from a backlog.

Structure: Enqueued items are taken off the backlog by developers, at which point they become work in progress. A developer will immediately attach his or her avatar to the item to indicate that they are progressing it. Once the item is complete, they will remove their avatar from it, and are free at that point to progress another item from the backlog assuming that the Work In Progress limit would not be exceeded. Note that each developer has only one avatar, and can therefore only take off one backlog item at a time before completing it. The Work In Progress limit cannot therefore exceed the number of developers. Developers are allowed to collaborate on the same item; it is therefore permissible for an item to have multiple avatars. No item that is in progress should ever be without an avatar.

Applicability: Avatars can be used on both Scrum and Kanban boards to show which team member is progressing each item. Single Piece Flow obviates the need for avatars since all developers will, by definition, be working on the same item.

Consequences: Avatars reduce the potential for confusion in the team regarding who is progressing work. They also encourage the limitation of WIP since each developer only has one avatar to attach to an item.

Implementation: Cartoon characters are a popular choice of avatar. They can be printed out, potentially laminated, and then attached to index cards on a physical Scrum or Kanban board. Fridge magnets can be used on magnetic boards. Electronic boards may not always support avatar images, but most will allow the name of an item’s assignee to be registered and displayed instead.

See Also:

  • Information Radiator

  • Cherry Picking

  • Board Avatars, by Corinna Baldauf

  • Lego scrum board avatars, by Helen Emerson

  • Sign Up for Tasks, Agile Alliance


scrum agile dev

Opinions expressed by DZone contributors are their own.

Related

  • DevOps Model: The Role of Quality Assurance Redefined
  • Adopting Agile Practices for Workforce Management: Benefits, Challenges, and Practices
  • Agile Frameworks in Action: Enhancing Flexibility in Service Delivery
  • At What Point Do Agile Teams Allocate Time for Innovation?

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: