DEV Community

Aviv Kotek
Aviv Kotek

Posted on

Pods: A Lightweight Delivery Approach

Not sure how to structure your team for delivery? This simple model can help most teams get started and deliver effectively.

Prerequisites: A cross-functional team (not "just backend") and visibility into quarterly objectives (quarter feature list).

Over the past six months, we've transitioned from Scrumban to a Pods model and saw great results. Here's how it works:

  1. Pods: Split team into 2–3 small, autonomous groups per quarter, each solving one business problem.

  2. Quarterly Focus: Think and plan by quarters. Cancel Sprints.

  3. Pod Lead: Breaks down work, assigns tasks to pod members, decides who does what and is accountable for delivery.

  4. Pod Weekly Sync: Maintain context and alignment in a 15-30m sync-meeting.

  5. Dedicated Channel: Each pod has its own Teams space where discussions occur.

  6. Micro Interactions: 3 people max (4 with TL) - for both pods and meetings. Keep interactions small.

  7. Get Things Done: No Sprints, planning or backlog management. Work without interrupts.

Teams space

Ideas for future:

  1. Pod to work against defined business goals (and not feature specs).

  2. Add an Analyst to each pod.

Big thanks to Jona Harris and Gilad Naor for your advice along the way :)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️

👋 Kindness is contagious

If you found this article helpful, please give a ❤️ or share a friendly comment!

Got it