VOOZH about

URL: https://thenewstack.io/heres-what-a-software-architect-does-in-an-agile-team/

⇱ Here's What a Software Architect Does in an Agile Team - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-11-11 08:00:15
Here's What a Software Architect Does in an Agile Team
Software Development

Here’s What a Software Architect Does in an Agile Team

Is a software architect a chicken or a pig? Either way, the architect often keeps dev and project teams delivering strongly over time.
Nov 11th, 2023 8:00am by David Eastman
👁 Featued image for: Here’s What a Software Architect Does in an Agile Team
Image via Unsplash 

So, you’re an architect. With AI twisting industry roles yet again, the question still gets asked: what do you do on an agile team? I don’t want to pretend this is a new debate; there was even a fairly recent article on The New Stack about the same issue.

The problem with the term architect is that it has a very specific meaning when building a house. This is where most people experience the idea first. It is a more splintered term in software production. In some cases it is just used as an honorific — not quite as vague as “thought leader”, but a way to give respect to a senior person without giving them any headcount. But let’s move past that and assume you are the real deal.

For one team running a simple web app, most people can see the technology without the architecture. The devs have their favourite frontend frameworks. AWS is always supplying different solutions, but they will show you how to host a web site, if that is all you need. No one needs to be persuaded to use git anymore. We all know what a web site can do, so communication between customer and site maker is likely to be smooth. Who needs an architect here? Of course, in this limited case the architecture has walked backwards into the hedge; web sites were standardised sometime ago, they work, and we don’t look at the cogs much anymore. But as soon as you need a bit more, it all comes back out. Is Tailwind still suitable, or do the components of Bootstrap provide a safer route? Do we need to run those extra methods in Lambda to keep costs down? Has the customer got an appetite for getting more business from their site? So we hit your first responsibility as an architect: managing complexity to reduce risk and costs.

When an organisation deals with multiple teams or multiple products, it is much easier for you to plough a steady furrow. Sometimes making sure a common API is in use across teams. Maintaining the pipeline, and defining the different stages. Some existing cloud solutions imply a design, so that needs to be a constraint. Either way, the architects ward off chaos by providing structure, alignment and certainty.

Agile is About the Now

It may have started as a dirty little secret, but it has become an accepted truth. An architect is probably not a valid role on an agile team. I admit I have at times been overzealous with non-coding members of a dev team. The less militant version of this is to be aware of ‘pigs’ and ‘chickens’ in the agile sense. When making breakfast, chickens lay eggs but pigs literally have skin in the game. So only pigs should attend daily agile stand ups.

There are three problems with the role of architect in classic agile. Think of these as Lutheran protestant theses nailed to the door — or more likely to the planning wall.

  • There are no upfront design phases in agile.
  • “The best architectures, requirements, and designs emerge from self-organizing teams”.
  • An architect cannot be an approver and cause of delay.

This leads to the idea that architectural know-how should be spread out amongst the other team members. This is often the case — however it elides the fact that architectural responsibility doesn’t fall to anyone, even if people feel they may be accountable. Remember your RACI matrix.

Should all agile developers be architects in a project? This makes little sense, since architecture describes a singular plan. It is not an ongoing argument, in the way that software implementation can be.

The biggest reason for architectural competence is when one internal system has to work with another one. But it is unreasonable to assume that the whole team has purview over both systems.

Smuggling in a Design

I don’t quite believe in emergent design; in fact I’ve often seen a design smuggled into day 0 sprint planning, even if it is just a ‘straw man’. Or a suggested architecture receives no push back, because a senior member suggested it.

This leads to the idea that if the architect is also a hands-on dev, their intentional design can be smuggled in without any questions. While this is a practical solution, it does mean that the team’s operation becomes opaque.

Governance is also something that must be done, but often goes unmentioned. The agile rituals would appear to help with self governance; but when retrospectives don’t get done properly, one cost is the feedback needed for any “evolving” architecture.

Just Enough in Time Architecture

So with “big design upfront” out of the question, architecture has to try to be more about tramlines than a big roadmap. Setting boundaries, using technical constraints in existing systems to maintain a vision, and keeping alignment with other teams and projects.

I wouldn’t normally bring up SAFE, or the “scaled agile framework”, but it is fairly bullish in facing the contradiction with the idea of an Architectural Runway. This is literally the idea of “Wile E. Coyote” building a road under his feet, in that physics-defying manner normal only in Roadrunner cartoons.

But one understands what they mean. Produce plans that work from ‘here’ to a little bit more than ‘there’. This might be enough APIs, constraints on new tools use, or a reorganisation of the CI pipeline to suit an upcoming epic. It might also be mentoring developers to help them see the advantages of working with existing systems, not rolling their own.

Bringing Down the Agile System From Within

I think there is perfectly effective room for someone to work against strict agile methodology, while giving wholehearted support to a team or project. In fact, to recognise agile’s nearsightedness is partly to help fix it.

Developing an intentional design (although perhaps not revealing it all at once, but in chunks) and not running too far in front of customer requirements — these are the main skills of the agile architect.

Handling technical debt is another place where by inference we have already accepted that agile effectively leaks productivity. This is maybe the best place to guide the development towards a plan. This is perfectly reasonable in an agile context — let some code appear, then after it has proved out the system to the stakeholders, write it with more intention.

Keeping an eye on data formats and APIs that are being used by other groups in the same organisation, and adding stories to nudge these into alignment, can also work perfectly well in any agile framework. Instead of repeated squabbles over json vs yaml, use a Community of Practice to focus skills across the organisation on the best format.

So there should be no need to actually bring down the agile system, even if you work against the flow a little. While I would admit that this still makes the architect a chicken not a pig, it is the architect that may be keeping the farm from sinking into the mud — and keeping the teams and projects delivering strongly over time.

TRENDING STORIES
David has been a London-based professional software developer with Oracle Corp. and British Telecom, and a consultant helping teams work in a more agile fashion. He wrote a book on UI design and has been writing technical articles ever since....
Read more from David Eastman
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.