agentsclimarketplace

Data team operating model

Skill hollandkevint/data-product-operator/skills/data-team-operating-model

Claude Code skills for data product managers. Product thinking meets data engineering.

Install
npx -y skills add hollandkevint/data-product-operator --skill data-team-operating-model

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Team structure and operating rhythm for data product teams. Product squads, Shape Up 6-week cycles, handoff contracts, and role assignments by lifecycle stage. Use when organizing a data team, planning data product development cycles, defining roles and responsibilities, improving team handoffs, or when someone asks "how should we structure our data team?" or "why do we keep losing context between discovery and delivery?"

SKILL.md

4.2 KB, as published. Nobody here has run it

Product Squad Structure

Data products need four co-equal roles, not a hierarchy:

RoleOwnsVeto Authority
Product ManagerStrategy, prioritization, stakeholder alignmentBusiness viability
Tech LeadArchitecture, infrastructure, technical feasibilityTechnical direction
Design LeadUX, usability, information designUser experience
Data LeadData quality, ethics, data engineeringEthical concerns

CRITICAL: The Data Lead is co-equal to the PM, not subordinate. They have veto authority on ethical data concerns. This is what distinguishes data product teams from software product teams.

Shape Up for Data Teams

Six-week cycles replace two-week sprints. Data work has more unknowns than typical software — discovery doesn't stop when building starts.

Cycle structure:

  • 2 weeks shaping (before the cycle): PM and Data Lead define the problem, set the appetite
  • 6 weeks building (the cycle): squad executes with fixed time, variable scope
  • 2 weeks cooldown: bug fixes, tech debt, exploration, skill development

Shaping artifacts:

  • Problem statement with evidence
  • Appetite: how much time is this problem worth? (not an estimate, a budget)
  • Solution sketch: directional, not detailed
  • Rabbit holes: known risks that could blow up the timeline
  • No-gos: things explicitly excluded from this cycle

Hill Charts over burndown charts. Track progress as "figuring it out" (uphill) vs "getting it done" (downhill). Data products spend more time uphill than software products because data surprises are constant.

Scope hammering: When you discover the problem is bigger than the appetite, narrow the scope. Don't extend the timeline. Ask: "What is the smallest version that delivers value?"

Role x Lifecycle Matrix

Who leads, supports, and consults at each stage:

StagePMTech LeadDesign LeadData Lead
DiscoverLeadConsultSupportSupport
DecideLeadSupportSupportSupport
BuildSupportLeadSupportLead
TestConsultSupportSupportLead
ShipLeadLeadSupportSupport
EvaluateLeadConsultSupportLead

"Lead" means accountable for the output. "Support" means contributing work. "Consult" means providing input when asked.

Handoff Contracts

Every stage transition requires a handoff contract:

  • From: Which role is handing off
  • To: Which role is receiving
  • Required context: What information must be included
  • Quality gates: What conditions must be met before handoff
  • Trigger: What event initiates the next stage

Example: Discovery -> Decide handoff:

  • From: PM + Data Lead
  • To: Full squad
  • Required: Problem brief with evidence, data availability assessment, ethical screening
  • Quality gates: Problem validated with 3+ customer data points, no blocking constraints
  • Trigger: Shaping session scheduled

NEVER hand off without context documentation. "I'll explain it in the meeting" is how context dies.

Common Anti-Patterns

  • Engineering-first culture: Tools and pipelines get prioritized over product outcomes. Fix by requiring a problem brief before any technical work starts.
  • Everything is urgent: No prioritization framework means the loudest voice wins. Fix with a betting table and explicit appetite setting.
  • Tribal knowledge: 1-2 people hold all context. When they leave, months of onboarding follow. Fix with handoff contracts and ADRs.
  • 40 hours/week firefighting: Quality issues consume all engineering capacity. Fix with circuit breakers and quality-first pipeline design (see data-quality-assessment).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.