Product-org-os qbr-deck

'Create Quarterly Business Review presentation summarizing performance, learnings, and next-quarter plans. Activate when: "QBR deck", "quarterly review", "business review", quarterly performance

install
source · Clone the upstream repo
git clone https://github.com/yohayetsion/product-org-os
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yohayetsion/product-org-os "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/qbr-deck" ~/.claude/skills/yohayetsion-product-org-os-qbr-deck && rm -rf "$T"
manifest: skills/qbr-deck/SKILL.md
source content

Document Intelligence

This skill supports three modes: Create, Update, and Find.

Mode Detection

SignalModeConfidence
"update", "revise", "refresh" in inputUPDATE100%
File path providedUPDATE100%
"create", "new", "build" in inputCREATE100%
"find", "search", "list"FIND100%
"the QBR", "this quarter's QBR"UPDATE85%
Just quarter referenceCREATE60%

Threshold: ≥85% auto-proceed | 70-84% state assumption | <70% ask user

Mode Behaviors

CREATE: Generate complete new QBR using template below.

UPDATE:

  1. Check document registry first, then search user's structure
  2. Preserve historical data and metrics
  3. Update performance data, highlights, or priorities
  4. Show diff summary

FIND: Check registry, then search user's folders for QBR decks.


Create a Quarterly Business Review (QBR) for the specified quarter.

Vision to Value Phase

Phase 5/6: Outcomes & Learning - QBRs review business outcomes and feed back into strategy.

Prerequisites: Quarter complete, metrics available Outputs used by: Phase 1 (next cycle strategic foundation), leadership decisions

Output Structure

Generate a comprehensive QBR with the following sections:

1. Executive Summary

  • Quarter highlights
  • Key wins
  • Key challenges
  • Performance vs. targets
  • Critical decisions needed

2. Key Metrics Performance

MetricTargetActualVarianceTrend
Revenue$X$X+/-X%↑/↓/→
New CustomersXX+/-X%↑/↓/→
RetentionX%X%+/-X%↑/↓/→
NPSXX+/-X↑/↓/→

3. Product Delivery Highlights

Shipped This Quarter

Feature/ProductImpactAdoption
[Feature 1][Impact]X%

Delayed/Descoped

Feature/ProductOriginal DateNew DateReason
[Feature][Date][Date][Reason]

4. Customer Wins & Losses

Notable Wins

CustomerDeal SizeWhy We Won
[Customer]$X[Reasons]

Notable Losses

CustomerDeal SizeWhy We Lost
[Customer]$X[Reasons]

5. Market & Competitive Updates

  • Market changes observed
  • Competitive moves
  • Implications for strategy
  • Recommended responses

6. Financial Performance

MetricPlanActualVariance
Revenue$X$X+/-X%
Gross MarginX%X%+/-X%
CAC$X$X+/-X%
LTV$X$X+/-X%

7. Key Learnings & Pivots

  • What we learned this quarter
  • Assumptions validated/invalidated
  • Strategic pivots made
  • Process improvements

8. Next Quarter Priorities

PriorityOwnerSuccess CriteriaInvestment
[Priority 1][Owner][Criteria][Resources]
[Priority 2][Owner][Criteria][Resources]
[Priority 3][Owner][Criteria][Resources]

9. Resource Needs

NeedJustificationInvestmentTimeline
[Need][Why]$X or X headcount[When]

10. Risks & Blockers

Risk/BlockerImpactMitigationHelp Needed
[Risk]High/Med/Low[Plan][Ask]

11. Asks & Decisions Needed

AskContextDecision Needed ByRecommended Decision
[Ask][Context][Date][Recommendation]

12. Appendix

  • Detailed metrics
  • Supporting data
  • Team updates

Instructions

  1. Ask about specific metrics to highlight if not provided
  2. Reference any financial or performance documents provided via @file syntax
  3. Be honest about misses, not just wins
  4. Include clear asks and decisions needed
  5. Save as markdown file
  6. Create presentation version using /present (QBRs are typically presented)