home / skills / coowoolf / insighthunt-skills / four-bbs-roadmap
This skill helps teams allocate roadmap work across four buckets to balance maintenance, growth, and innovation during planning.
npx playbooks add skill coowoolf/insighthunt-skills --skill four-bbs-roadmapReview the files below or copy the command above to add this skill to your agents.
---
name: four-bbs-roadmap
description: Use during quarterly or annual roadmap planning, when Engineering wants tech debt work while PMs want features and Leadership wants moonshots, to force explicit resource allocation
---
# The Four BBs Strategy Framework
## Overview
A strategic allocation framework to categorize product work into **four distinct buckets**, ensuring balanced roadmap between maintenance, growth, and innovation.
**Core principle:** If I gave you 100 focus points, how much goes in each bucket?
## The Four Buckets
```
┌─────────────────────────────────────────────────────────────────┐
│ RISK │
│ Low ◄─────────────────────────────► High │
│ ┌───────────────────────┬───────────────────────┐ │
│ │ BRILLIANT BASICS │ BIG BETS │ Differen- │
│ │ │ │ tiator │
│ │ Non-negotiable │ Large, risky │ │
│ │ tech debt, hygiene │ initiatives for │ │
│ │ "Brilliant" not │ significant growth │ │
│ │ just "debt" │ │ │
│ ├───────────────────────┼───────────────────────┤ │
│ │ BREAD AND BUTTER │ BREAKING BAD │ Transform- │
│ │ │ │ ational │
│ │ Core features, │ Existential pivots, │ │
│ │ incremental │ moonshots, │ │
│ │ optimizations │ redefine identity │ │
│ └───────────────────────┴───────────────────────┘ │
│ Incremental Foundational │
└─────────────────────────────────────────────────────────────────┘
```
## Example Allocation
| Role | Brilliant Basics | Bread & Butter | Big Bets | Breaking Bad |
|------|-----------------|----------------|----------|--------------|
| Mature Product | 20% | 50% | 25% | 5% |
| Growth Stage | 15% | 40% | 35% | 10% |
| Pivot Mode | 10% | 20% | 30% | 40% |
## Common Mistakes
- Calling foundational work "tech debt" (demotivating)
- Getting stuck in Bread & Butter without investing in Big Bets
- No explicit allocation conversation with stakeholders
---
*Source: Anuj Rathi (Jupiter Money, Swiggy, Flipkart) via Lenny's Podcast*
This skill helps teams run a balanced roadmap planning session using the Four BBs strategy: Brilliant Basics, Bread & Butter, Big Bets, and Breaking Bad. It forces explicit percentage-based allocations so Engineering, Product, and Leadership commit to visible trade-offs. Use it to turn vague priority debates into a clear distribution of focus and resources.
The skill guides you to categorize planned work into the four buckets and to assign a percentage of total effort (out of 100) to each bucket for the planning period. It provides example allocation profiles for product maturity and prompts stakeholders to negotiate and lock in allocations. It also highlights common traps and reframes foundational work as 'Brilliant Basics' rather than demotivating labels like 'tech debt.'
What if stakeholders disagree on percentages?
Use provided role-based profiles as starting points, run a short negotiation round, then vote or escalate to a decider. Make trade-offs explicit and document rationale.
How often should allocations change?
Revisit allocations each planning cycle or when the company stage shifts; small tweaks are fine, large shifts should follow strategic milestones.