Dogfooding
Scope
Covers
- Designing and running a dogfooding loop where the product team uses the product like a real user would
- Creating “creator commitments” when the product is for creators (e.g., publish a podcast, ship a workflow, run weekly reports)
- Capturing issues as reproducible artifacts (not vibes): logs, severity, decisions, owners, and follow-through
When to use
- “Set up a dogfooding program / dogfooding sprint for our product team.”
- “We’re shipping soon—make sure we’re using the product daily and fixing the biggest pain.”
- “We built this for creators; our team needs to be creators to understand the workflow.”
- “Create an internal beta plan and a weekly dogfooding report template.”
When NOT to use
- You need to validate market demand or solve who is the customer / what is the problem (do discovery first)
- The product team cannot realistically represent the workflow (e.g., regulated roles, hardware constraints) without proxies
- You’re looking for user research replacement (dogfooding complements—not replaces—external user feedback)
- The only goal is “QA everything” (use a QA/test plan; dogfooding is for experience + value + workflow realism)
Inputs
Minimum required
- Product summary + target user persona (who it’s for; what job it does)
- 1–3 core workflows to dogfood (end-to-end)
- Time box + cadence (e.g., 1 week sprint; 20 min/day; weekly triage)
- Participants (roles) + any “creator commitments” required
- Environment constraints (prod vs staging; data/privacy constraints; access constraints)
Missing-info strategy
- Ask up to 5 questions from references/INTAKE.md.
- If answers aren’t available, proceed with explicit assumptions and label unknowns. Offer 2 scope options (lean vs thorough).
Outputs (deliverables)
Produce a Dogfooding Pack in Markdown (in-chat; or as files if requested):
- Context snapshot (product, persona, workflows, constraints, time box)
- Dogfooding charter (goals, participants, rules, cadence, definitions)
- Scenario map + routines (daily/weekly tasks + “creator commitments”)
- Dogfooding log + triage board spec (fields, severity scale, decision rules)
- Weekly dogfooding report (insights, decisions, shipped fixes, next experiments)
- Risks / Open questions / Next steps (always included)
Templates: references/TEMPLATES.md
Workflow (7 steps)
1) Frame the dogfooding goal (experience, not just bugs)
- Inputs: Product summary; desired outcomes; references/INTAKE.md.
- Actions: Define what “success” means for this cycle (e.g., “team can complete workflow A in <10 min without workarounds”). Set constraints (environment, data, access).
- Outputs: Context snapshot + explicit success criteria.
- Checks: Success criteria are measurable and tied to a real workflow outcome (not “feel better”).
2) Define representative scenarios + “creator commitments”
- Inputs: Target persona + workflows.
- Actions: Create 3–8 scenarios that represent real user goals. If the product is for creators, define a publish cadence (e.g., “each PM publishes 1 artifact/week”).
- Outputs: Scenario map + routine plan.
- Checks: At least 1 scenario is “from scratch → shipped/published” end-to-end.
3) Set up the capture system (log, severity, triage)
- Inputs: Existing tools (Jira/Linear/Notion/Sheets) or “none”.
- Actions: Define the dogfooding log schema, severity scale, and triage rules. Decide labels/tags to link issues to scenarios and workflow steps.
- Outputs: Dogfooding log + triage board spec.
- Checks: Any issue can be reproduced with a clear “steps to reproduce + expected vs actual + evidence”.
4) Run daily dogfooding sessions (time-boxed)
- Inputs: Scenario map + routines.
- Actions: Each participant runs 1–2 scenarios/day, captures friction immediately, and attaches evidence (screens, logs, timestamps). Record “workarounds used”.
- Outputs: Daily log entries + a rolling “top pains” list.
- Checks: Entries are concrete (repro steps) and prioritized by impact on completing the workflow.
5) Triage weekly: decide, assign, and protect focus
- Inputs: Log + top pains.
- Actions: Run triage: cluster duplicates, classify (bug/UX debt/gap/docs), assign owners, and decide “fix now / schedule / won’t fix (with reason)”. Update scenario map if it was unrealistic.
- Outputs: Prioritized backlog + decision notes.
- Checks: Top 3–5 issues map directly to blocked/slow scenarios and have an owner + next action.
6) Ship loop: verify fixes by dogfooding again (no-ship gate)
- Inputs: “Fix now” items + release plan.
- Actions: For each fix, re-run the scenario end-to-end. Apply a simple gate: “We can complete the scenario with no hidden workarounds in the chosen environment.”
- Outputs: Verified fixes list + any regressions.
- Checks: The gate is based on completing scenarios, not just closing tickets.
7) Report + quality gate + next cycle plan
- Inputs: Final log + triage outcomes.
- Actions: Produce the weekly report. Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add Risks/Open questions/Next steps and propose the next dogfooding cycle focus.
- Outputs: Final Dogfooding Pack.
- Checks: Report contains decisions (what changed) and shows evidence-backed learning (not just a bug list).
Quality gate (required)
- Use references/CHECKLISTS.md and references/RUBRIC.md.
- Always include: Risks, Open questions, Next steps.
Examples
Example 1 (Creator product): “We’re building a podcast creation tool. Create a dogfooding program where the whole team publishes 1 short episode/week, and produce a weekly report template.”
Expected: scenarios from “idea → published episode”, creator commitments, log schema, triage cadence, and ship gate tied to publishing.
Example 2 (B2B workflow product): “Set up a 2-week dogfooding sprint for our AI meeting notes tool focused on ‘record → summary → share → action items’.”
Expected: scenario map, daily routine, severity scale, triage rules, weekly report, and a verified-fixes list.
Boundary example: “Dogfood this idea we haven’t built yet.”
Response: dogfooding requires a usable artifact; propose discovery + prototype/usability testing first, then a dogfooding sprint once there’s something to run end-to-end.
1---2name: dogfooding3description: Run an internal dogfooding program/sprint and produce a Dogfooding Pack (charter, scenario map, routines, dogfooding log + triage board spec, weekly report, ship/no-ship gate). Use for “dogfooding”, “eat our own dog food”, internal beta, and product teams using the product daily to find friction before shipping.4---5
6# Dogfooding
7
8## Scope
9
10**Covers**
11- Designing and running a **dogfooding loop** where the product team uses the product like a real user would
12- Creating “**creator commitments**” when the product is for creators (e.g., publish a podcast, ship a workflow, run weekly reports)
13- Capturing issues as **reproducible artifacts** (not vibes): logs, severity, decisions, owners, and follow-through
14
15**When to use**
16- “Set up a dogfooding program / dogfooding sprint for our product team.”
17- “We’re shipping soon—make sure we’re using the product daily and fixing the biggest pain.”
18- “We built this for creators; our team needs to *be creators* to understand the workflow.”
19- “Create an internal beta plan and a weekly dogfooding report template.”
20
21**When NOT to use**
22- You need to validate **market demand** or solve **who is the customer / what is the problem** (do discovery first)
23- The product team cannot realistically represent the workflow (e.g., regulated roles, hardware constraints) without proxies
24- You’re looking for user research replacement (dogfooding complements—not replaces—external user feedback)
25- The only goal is “QA everything” (use a QA/test plan; dogfooding is for **experience + value + workflow realism**)
26
27## Inputs
28
29**Minimum required**
30- Product summary + target user persona (who it’s for; what job it does)
31- 1–3 core workflows to dogfood (end-to-end)
32- Time box + cadence (e.g., 1 week sprint; 20 min/day; weekly triage)
33- Participants (roles) + any “creator commitments” required
34- Environment constraints (prod vs staging; data/privacy constraints; access constraints)
35
36**Missing-info strategy**
37- Ask up to 5 questions from [references/INTAKE.md](references/INTAKE.md).
38- If answers aren’t available, proceed with explicit assumptions and label unknowns. Offer 2 scope options (lean vs thorough).
39
40## Outputs (deliverables)
41
42Produce a **Dogfooding Pack** in Markdown (in-chat; or as files if requested):
43
441) **Context snapshot** (product, persona, workflows, constraints, time box)
452) **Dogfooding charter** (goals, participants, rules, cadence, definitions)
463) **Scenario map + routines** (daily/weekly tasks + “creator commitments”)
474) **Dogfooding log + triage board spec** (fields, severity scale, decision rules)
485) **Weekly dogfooding report** (insights, decisions, shipped fixes, next experiments)
496) **Risks / Open questions / Next steps** (always included)
50
51Templates: [references/TEMPLATES.md](references/TEMPLATES.md)
52
53## Workflow (7 steps)
54
55### 1) Frame the dogfooding goal (experience, not just bugs)
56- **Inputs:** Product summary; desired outcomes; [references/INTAKE.md](references/INTAKE.md).
57- **Actions:** Define what “success” means for this cycle (e.g., “team can complete workflow A in <10 min without workarounds”). Set constraints (environment, data, access).
58- **Outputs:** Context snapshot + explicit success criteria.
59- **Checks:** Success criteria are measurable and tied to a real workflow outcome (not “feel better”).
60
61### 2) Define representative scenarios + “creator commitments”
62- **Inputs:** Target persona + workflows.
63- **Actions:** Create 3–8 scenarios that represent real user goals. If the product is for creators, define a publish cadence (e.g., “each PM publishes 1 artifact/week”).
64- **Outputs:** Scenario map + routine plan.
65- **Checks:** At least 1 scenario is “from scratch → shipped/published” end-to-end.
66
67### 3) Set up the capture system (log, severity, triage)
68- **Inputs:** Existing tools (Jira/Linear/Notion/Sheets) or “none”.
69- **Actions:** Define the dogfooding log schema, severity scale, and triage rules. Decide labels/tags to link issues to scenarios and workflow steps.
70- **Outputs:** Dogfooding log + triage board spec.
71- **Checks:** Any issue can be reproduced with a clear “steps to reproduce + expected vs actual + evidence”.
72
73### 4) Run daily dogfooding sessions (time-boxed)
74- **Inputs:** Scenario map + routines.
75- **Actions:** Each participant runs 1–2 scenarios/day, captures friction immediately, and attaches evidence (screens, logs, timestamps). Record “workarounds used”.
76- **Outputs:** Daily log entries + a rolling “top pains” list.
77- **Checks:** Entries are concrete (repro steps) and prioritized by impact on completing the workflow.
78
79### 5) Triage weekly: decide, assign, and protect focus
80- **Inputs:** Log + top pains.
81- **Actions:** Run triage: cluster duplicates, classify (bug/UX debt/gap/docs), assign owners, and decide “fix now / schedule / won’t fix (with reason)”. Update scenario map if it was unrealistic.
82- **Outputs:** Prioritized backlog + decision notes.
83- **Checks:** Top 3–5 issues map directly to blocked/slow scenarios and have an owner + next action.
84
85### 6) Ship loop: verify fixes by dogfooding again (no-ship gate)
86- **Inputs:** “Fix now” items + release plan.
87- **Actions:** For each fix, re-run the scenario end-to-end. Apply a simple gate: “We can complete the scenario with no hidden workarounds in the chosen environment.”
88- **Outputs:** Verified fixes list + any regressions.
89- **Checks:** The gate is based on completing scenarios, not just closing tickets.
90
91### 7) Report + quality gate + next cycle plan
92- **Inputs:** Final log + triage outcomes.
93- **Actions:** Produce the weekly report. Run [references/CHECKLISTS.md](references/CHECKLISTS.md) and score with [references/RUBRIC.md](references/RUBRIC.md). Add Risks/Open questions/Next steps and propose the next dogfooding cycle focus.
94- **Outputs:** Final Dogfooding Pack.
95- **Checks:** Report contains decisions (what changed) and shows evidence-backed learning (not just a bug list).
96
97## Quality gate (required)
98- Use [references/CHECKLISTS.md](references/CHECKLISTS.md) and [references/RUBRIC.md](references/RUBRIC.md).
99- Always include: **Risks**, **Open questions**, **Next steps**.
100
101## Examples
102
103**Example 1 (Creator product):** “We’re building a podcast creation tool. Create a dogfooding program where the whole team publishes 1 short episode/week, and produce a weekly report template.”
104Expected: scenarios from “idea → published episode”, creator commitments, log schema, triage cadence, and ship gate tied to publishing.
105
106**Example 2 (B2B workflow product):** “Set up a 2-week dogfooding sprint for our AI meeting notes tool focused on ‘record → summary → share → action items’.”
107Expected: scenario map, daily routine, severity scale, triage rules, weekly report, and a verified-fixes list.
108
109**Boundary example:** “Dogfood this idea we haven’t built yet.”
110Response: dogfooding requires a usable artifact; propose discovery + prototype/usability testing first, then a dogfooding sprint once there’s something to run end-to-end.
111