Menu

Ever watched a maestro conduct an orchestra? That moment when dozens of musicians with different instruments somehow create harmonious sound instead of cacophony? That's basically what good product management feels like on the best days. And on the worst days? Well, let's just say even Beethoven had some rough drafts.

As someone who's spent way too many hours staring at Kanban boards and debating story points, I've come to appreciate the beautiful blend of science and art that makes digital products come to life.

Kanban - (the organized chaos) - Board

If you've ever wondered what happens to your feature request after you hit that "submit feedback" button, it probably lands in a Kanban board—the digital equivalent of an organized chaos whiteboard.

A proper Kanban board is like a good reality TV show—everything has its place, and watching things move from left to right is oddly satisfying. Your typical board might include:

  • Backlog (PM, PO, SM domain): The "someday maybe" collection that product managers love to hoard like "Digital Squirrels"
  • Ready (PM, PO, SM territory): Where tickets have grown up enough to have proper descriptions and acceptance criteria
  • In Progress (DEV zone): An engineer is actively typing away, converting energy drinks into source code
  • Review (DEV stage): Unit tests passed, PR successful, and now awaiting a colleague's "looks good to me" blessing
  • Testing:
  • Doing (QA realm): QA is poking at it with virtual sticks
  • Done (QA victory): QA has given their stamp of approval
  • Blocked (PM, PO, DEV limbo): The ticket equivalent of being stuck in traffic
  • Deployment (DEV launching pad): Moving from development to staging
  • Complete (PO, PM final check): Hello Staging - I'm ready to meet the real world

What many stakeholders don't realize is that this visual workflow isn't just a fancy status tracker—it's actually a powerful way to identify bottlenecks. When tickets pile up in "Review" like cars in a traffic jam, you know exactly where your process needs tuning.

The "Definition of Ready"

Remember when your high school teacher would hand back your essay with "unclear thesis" scrawled in red? That's essentially what happens when a ticket fails the "Definition of Ready" test.

No matter how brilliant you are, tickets are a team sport. Different people might create them, others add details, and someone else might suggest changes. But as an expert in your field—whether you're a developer, architect, or QA specialist—it's up to you to plan your work.

And guess what?

You have the right (the responsibility) to reject tickets missing core information, like:

  • A clear description (user story/requirements)
  • Specific acceptance criteria
  • Accurate information (no misleading stuff)

I once watched a senior developer politely but firmly send back a ticket that simply said "Make it better." Make what better? How? By whose definition of "better"? This isn't a yoga class where "better" can be interpreted freely—this is product development where specificity reigns supreme.

The Bug Paradox

When Good Tickets Go Bad

Sometimes even perfectly crafted tickets lead to bugs. They might be triggered by wrong implementation, missing data, or that weird corner case nobody thought about (like what happens when a user tries to upload a 30MB profile picture named solely with emoji characters).

Normally, these insights come after release when actual humans start using your feature in unexpected ways. But sometimes, this realization hits during a sprint while the ticket is still in development or testing.

The temptation is to expand the original ticket like a balloon—adding more and more requirements until it's unrecognizable.

Resist this urge!

This leads to the dreaded scope creep and tickets bouncing between Progress and Testing like a digital ping pong ball.

Instead, finish the current ticket according to the original acceptance criteria, then create additional tickets with their own descriptions, acceptance criteria, and estimates. This keeps everyone sane and helps maintain accurate velocity measurements.

Of course, if you realize a ticket is fundamentally wrong, it's time for some retrospective soul-searching: why didn't we catch this during planning?

Estimations

The Art of Professional Guessing

Let's be honest — Planning is guessing the future.

I plan (guess) how the future will look, and I estimate (guess) it will take X effort to get there.

As humans, we're surprisingly terrible at predicting the future, even for simple tasks we do weekly, like grocery shopping. ("I'll just grab milk and bread" inevitably becomes a $75 expedition with random snacks you didn't know existed until today.)

This gets exponentially worse with complex architectures like software systems.

As the military wisdom goes: "No plan survives contact with the enemy" — and in our case, the enemy is unexpected dependencies, third-party API changes, and that one section of legacy code nobody wants to touch.

But here's the paradox: long-term plans are often useless, yet planning itself is essential. Your first plan might be 50% wrong, but the second iteration will be much better. The more you practice estimation, the less wrong you'll be over time.

The Estimation Playbook

Breaking down work into smaller parts makes estimation significantly easier. It's like planning a road trip—easier to estimate each leg of the journey rather than blindly guessing the entire adventure.

Effective estimation forces you to:

  1. Define a clear GOAL (including acceptance criteria)
  2. Plan the specific steps needed to achieve this goal
  3. Estimate each step individually, then sum up the total effort

This process offers bonus benefits:

  • It gives you time to ask for help BEFORE you start, not after things go sideways
  • It prevents last-minute panic by allowing for early contingency planning
  • It provides transparency to your team about what's happening and when

Story Points vs. Time

The Eternal Debate

Story points are supposedly abstract units of measure used to estimate effort. They're meant to account for complexity, uncertainty, and effort in a single magical number.

But after years in this industry, I personally still use time to estimate my work. Why? Because every task ultimately faces the same question: "When will it be ready?"

You can play planning poker with Fibonacci sequences all day, but ultimately, stakeholders want to know when they can expect delivery.

My personal formula has proven valuable over the years:

1 Story point = Half day of work (accounting for meetings and emails) One User Story = 1-5 Story points

Remember that a junior developer typically needs more time than a senior developer to achieve the same outcome. The estimate is in YOUR hands — own it!

Becoming an Estimation Wizard

Estimates will haunt you throughout your career. Everyone wants things done yesterday, or at minimum, they expect you to drop everything and solve their problem within five minutes.

The better you know your environment (code, project, requirements, business context) and the more frequently you estimate, the more accurate you'll become.

Some battle-tested tips:

  • Estimate multiple smaller tasks rather than one complex monster task
  • Track your progress and hold yourself accountable—learn from inaccurate estimates
  • Regularly compare estimates against actual achievements
  • Overcommunicate your work, especially during good or challenging periods
  • Tackle difficult tasks first instead of procrastinating

The magical result? Everyone will think you can ALWAYS deliver.

The Scotty Factor

Kirk: How long to get the warp drive back online?

Scotty: It'll take 24 hours

Kirk: You've got 6

Scotty: Aye aye Captain, I will get it done in 2

Communication

The Secret Ingredient holding everything together

In the world of product development, overcommunication isn't just helpful—it's the invisible thread that connects projects together. Where everyone knows what's happening, why it's happening, and what to expect next - the entire team operates with confidence and trust.

Consider these two scenarios:

Scenario 1: 🚢 Go down with the Ship (Titanic)

  • During sprint planning and three following stand-ups, you confidently say everything is on track
  • But You don't deliver and end up taking twice as long
  • Everyone is surprised and disappointed
  • Trust erodes, and future estimates are met with scepticism
  • The team develops a reputation for unreliability

Scenario 2: 🚀 Houston we have a problem (APOLLO 11)

  • Same sprint planning, but once you start working, you encounter problems
  • You immediately inform the team it will take longer and that you might need help
  • You share specific blocking issues and potential solutions during stand-ups
  • You get assistance from a senior developer and resolve the issue
  • You provide daily progress updates, even when there's little visible change
  • It still takes twice as long
  • But the team appreciates your transparency and proactive approach
  • And trusts you that you will be able to handle other challenges in the future

Both scenarios have identical timelines, but the second example is viewed positively because it demonstrates Seniority

Seniority = I know that I do not know everything

This is even more important, in remote work environments.

Without the benefit of a physical presence, overcommunication can steps in and replace assumptions. A simple message saying "Still working through that database issue, making progress but might need another day" can prevent hours of speculation from stakeholders.

The beauty of overcommunication is its simplicity—it doesn't require special tools or complex frameworks, just the willingness to share information generously. Whether through daily standup updates, timely Slack messages, or status changes in your project management tool, keeping everyone informed transforms potential surprises into expected outcomes.

Remember: Assumption is the root of all problems in product development. Overcommunication kills assumptions before they can take root.

The Grand Finale

Product management isn't just about tracking tickets—it's about orchestrating people, technology, and business goals into something valuable. The tools and techniques we've discussed aren't just process for process's sake; they're the scaffolding that helps talented teams build amazing products.

Next time you're staring at a blank Kanban board or debating story points, remember that you're participating in a time-honored tradition of trying to bring order to the inherent chaos of creation. And sometimes, that's exactly where the magic happens.