Yashveer Singh
Connect
<- All posts
MVP Development and Startup Builds11 min read

Agile for Early Stage Startups: What Actually Matters

Agile for a five person startup is not the agile that lives in a manifesto. It is three habits. A weekly demo of working software. A short list of what you are working on next. A written reason for every cut you make to the plan. The rest is theater. The teams that hold the three habits ship. The teams that import the whole framework spend more time in ceremonies than in code.

Written by Yashveer Singh, founder of Yashveer Labs.

What you actually need to know

  • The valuable part of agile is not the ceremonies, it is the cadence. Weekly demos and a short next list cover most of the value.
  • A two person team does not need scrum. A six person team might. A twelve person team almost certainly does.
  • The estimation argument matters less than the discipline of breaking work into one week chunks.
  • The retro is the most important meeting on a tiny team, and the one most often skipped.
  • The founder is the product manager until the company hires a real one. Trying to pretend otherwise creates a fake role with no authority.
ApproachBest fitFailure mode
No processOne to three engineers, founder codingBreaks at scale, no decision log
Weekly demos and a next listThree to eight engineersWorks almost indefinitely if disciplined
Full scrumTwelve plus engineers, multiple teamsCeremony overhead, slow decision making

The core argument

Agile started as a reaction against bloated waterfall planning. It was supposed to make teams smaller, faster, and more responsive. Then it grew its own ceremony layer and became another thing to push back against. In an early stage startup, the question is not whether to be agile. It is which two or three habits from the agile family actually produce results for a team your size.

The answer that holds up across every client I have worked with is the same three habits I described in the definition. Weekly demos, a short next list, and a written log of decisions. The demos force integration. The list keeps work scoped. The log keeps the team from re litigating the same call every other week. Nothing else in the agile playbook is doing real work for a five person team.

The trap I see most often is founders who hire a process consultant in month three. The consultant arrives with the full framework. Story points, sprint planning, three different stand ups, a backlog grooming session, a retrospective format with five color sticky notes. The team starts spending two days a week in meetings about meetings. The ship rate drops. The founder cannot tell why. The reason is that the team is busier than ever and producing less code.

The fix is to throw out everything that is not directly producing value. Keep the Friday demo. Keep the Monday plan. Keep the Friday retro. Delete everything else. The team feels the difference within a week. The codebase feels the difference within a month.

The three habits in practice

Friday demo. Thirty to sixty minutes. Every engineer shows what they shipped that week. Working software, not slides. If something did not ship, the engineer explains why in one sentence. No defensiveness, no blame. The point is to surface reality, not to assign fault. After the demo, the founder picks what is launching and what is parking.

Monday plan. Thirty minutes. The team agrees on the three to five things that are landing this week. Each item has a single owner. Each item has a written acceptance criterion. The list is the contract for the week. Anything not on the list waits until the next Monday.

Friday retro. Twenty minutes after the demo. Three questions. What worked, what did not, what we will change next week. Written down somewhere everyone can read. Read at the next retro. The retro is where the process improvements happen, which is why skipping it kills the team's ability to learn.

That is the entire framework. No story points, no burn downs, no velocity charts. A team of five people working with this rhythm will out ship a team of ten people running full scrum, in my experience, for the first twelve to eighteen months of the company.

When to add more process

The right time to add process is when the team grows past the point where a single founder can hold everything in their head. That is usually around six to ten engineers, working on multiple parallel surfaces. At that point, you need a product manager, a written roadmap, and a slightly heavier meeting cadence to keep the teams in sync.

The wrong time is before that. Adding process to a five person team is like adding scaffolding to a tent. The scaffolding is for buildings. The tent does not need it. Treating the tent like a building is how you end up with a team that ships less than it did the week before you started fixing it.

What it actually costs

ApproachTime cost per engineer per weekOutput cost
Pure focus, no meetingsZeroDrift after week three
Three habit cadenceTwo hoursNone measurable
Light scrum (weekly sprint, standup, retro)Five hoursRoughly ten percent of output
Full scrum (two week sprints, planning poker, retros, grooming)Eight to twelve hoursTwenty to thirty percent of output

The numbers above are based on my own client work and what I see in published team productivity studies. The exact percentages will vary. The shape is consistent. More process costs more output. The question is when the team is large enough that the cost pays for itself in coordination savings.

Features to look for in your team's process

  • Every meeting has a written agenda the night before. No agenda, no meeting.
  • Every meeting has a clear output. A decision, a list, a follow up. No output, no meeting.
  • The default for every new ceremony proposal is no. Reverse the burden of proof on process additions.
  • Engineers can decline a meeting that does not need them, without consequence.
  • The founder is honest about which weeks went well and which did not. Pretending all weeks are equal kills the retro.
  • Every cut from the plan is logged. The log is reread once a month.

Expert opinion

The teams that ship are the ones that protect their build time like it is rare. The teams that talk about shipping all the time, and do not actually ship, are usually the ones who added a third standup to fix the second one.

>

Yashveer Singh, founder of Yashveer Labs

How this plays out in practice

The smoothest cadence I have run on a client project was on Velmora. One Friday demo, one Monday plan, one Friday retro, one decision log. No standup. No backlog grooming. We shipped on time, the founder always knew what was next, and the engineers never had a week where they were unsure what to do. The whole process fit on a single page.

The opposite story was a project where the founder had previously hired a heavy process consultant. The team I inherited had eleven recurring meetings on the weekly calendar. We cut nine of them in the first sprint. The output doubled in three weeks. None of the engineers complained. Two of them quietly thanked me. The process was eating them alive and they had been told it was the price of being professional.

For the deeper read on what makes a small team move fast, see why your MVP does not need a mobile app on day one and the founder developer communication loop. For the broader pattern, the modular MVP covers how to design work so the plan can change without losing the build.

Common mistakes startups make with agile

  1. Importing a framework without trimming it. Agile is not a thing you adopt whole. It is a menu.
  2. Daily standups for a team that sits in the same Slack channel. The meeting is solving a problem the team does not have.
  3. Story points that pretend to be objective. They are not. Use a wide hour range.
  4. Skipping the retro. The retro is where the team learns. Skipping it is how you stop improving.
  5. Hiring a process consultant before hiring a product manager. The wrong order.
  6. Treating the plan as a contract. It is a guess. A good guess updated weekly beats a perfect plan updated quarterly.
  7. Letting the founder change direction without writing down the reason. The team loses trust faster from undocumented pivots than from any other source.

Where to start, a 14 day plan

  1. Day one. Pick the Friday slot for the demo. Put it on the calendar. Recurring, sixty minutes, no exceptions.
  2. Day two. Pick the Monday slot for the plan. Recurring, thirty minutes.
  3. Day three. Set up a shared document for the next list and the decision log. Notion, Linear, plain markdown in the repo, anything. The format matters less than the consistency.
  4. Day five. First Friday demo. Imperfect. Run it anyway.
  5. Day eight. First Monday plan. Imperfect. Run it anyway.
  6. Day twelve. First Friday retro after the second demo. Twenty minutes. Three questions. Write it down.
  7. Day fourteen. Review. The team feels the rhythm. Anything that is not on the list is not happening. Anything that did not ship is named honestly.

For more on the founder side of these conversations, the founder led sales during the MVP phase post covers what changes about the build cadence when the founder is also selling.

FAQ

Frequently asked

Author

The reason my name is on this page

My name is on this page because I wrote what is on this page. Yashveer Singh. Full stack developer. Founder of Yashveer Labs. The portfolio is on the homepage. The projects are live. The code is real. The work is provable. If you have read this far, you already know whether the voice matches the standard you are looking for. The next move is yours.

Related reading