Categories: Agile Methodology

What does Agile Team Composition Look Like?

[adsenseyu2]

If you are starting on new on agile methodology for application development, the question on what does agile team composition look like is a commonly asked one? The article presents the agile team composition for SCRUM development model.

Given the fact that there will be multiple agile teams which may work towards release one or more products in an organization, following questions get tricky:

  1. Do we need one business analyst for each SCRUM team?
  2. How to deal with performance engineers? Should there be one in each team, or should there be centralized team?
  3. How to seal with security specialists? Again, should there be one security specialists for each team, or should there be centralized security team?
  4. Do we need a product owner for each SCRUM teams?
  5. What is the ration of application developers to testers in each SCRUM team?

In my experience, I found following agile team composition working in an efficient and effective manner:

Agile Team

  1. Business Owner: Business owner works with one or more product owners in the respective line of business (LOB) to lay out product feature backlogs which is taken by different sprint teams.
  2. Product owner: There is a need of a product owner catering to one or more SCRUM team.
  3. Business analyst (BA): There is a need of one business analyst for each or at the maximum two teams. This is because BA need to work closely with the SCRUM team and having one BA work with more than one or two team may not be a good idea. The role of BA is to work with product owner on describe stories to the developers and testers.
  4. SCRUM Master: This is a person who makes sure that various different teams keep functioning without issues. He leads the SCRUM ceremonies such as planning & retrospective meetings.
  5. Developers & Testers: Yes, there will be developers and testers in each SCRUM team. Goes without saying. Isn’t it? 🙂
  6. Performance Engineers: There can be centralized agile team consisting  of a set of performance engineers catering to backlog of performance stories submitted by different SCRUM teams.
  7. Security Specialists: There can be centralized agile team consisting  of a set of security specialists catering to backlog of security stories, especially, vulnerability scan and penetration testing, submitted by different SCRUM team
  8. Infrastructure team: There can be a centralized agile team consisting of build engineers etc.

[adsenseyu1]

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Share
Published by
Ajitesh Kumar
Tags: agile team

Recent Posts

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

1 week ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

2 weeks ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago