💡 Treatment compliance, PHI alerts & efficacy scoring #85
Replies: 1 comment
Weekly UpdateWhat ChangedNew competitive intelligence reveals significant market movement in the varroa treatment tracking space:
Updated Assessment
RecommendationAdvance — VarroaVault's market traction validates demand for rigorous treatment tracking. Broodly should incorporate treatment compliance AND efficacy scoring (see #348) as a unified capability in the recommendation engine. The combination of compliance tracking (this idea) + efficacy measurement (#348) + confidence-scored recommendations is a stronger value proposition than VarroaVault's standalone calculator. Consider the jurisdiction-aware treatment registry (FR12a/FR12b) as the compliance foundation that this idea builds upon. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Add first-class treatment compliance tracking to inspection logs: capture EPA registration numbers for varroa treatments, compute Pre-Harvest Interval (PHI) end dates, calculate efficacy scores from before/after mite counts, and export inspector-ready treatment records (CSV/PDF). Pair this with the existing confidence-first recommendation engine so that "what to treat" and "compliant proof you treated correctly" live in the same workflow.
Market Signal
User Signal
prd.md) does not yet include EPA registration capture, PHI computation, or exportable compliance artifacts.Technical Opportunity
apps/api/internal/service/) already produces explainable action + rationale + confidence outputs. Extending the inspection log domain (apps/api/internal/domain/) withEpaRegistrationNumber,TreatmentStartDate,TreatmentEndDate,PhiEndDate, and pairing it with mite-count delta calculation is a pure additive change.treatmentComplianceReport(apiaryId, dateRange)query returning the structured payload, render to PDF in the mobile app or via a small Cloud Run function.packages/domain-types/) per registered product avoids any ML.Assessment
Adversarial Review
Strongest objection: "Compliance is a sideliner concern — Newbies don't care, and Sideliners are a small slice of the market. We'd be building for the smallest segment first."
Rebuttal: Compliance is the only feature that converts a sideliner from a free user to a paying user immediately, because it eliminates manual paperwork that currently costs them hours. And the PHI computation is genuinely useful to every segment — a Newbie who treats with formic acid and harvests honey two weeks later is committing a food-safety violation they don't know about. Framing this as a safety guardrail (not a compliance feature) makes it valuable across all three personas while still being the wedge for sideliner conversion.
Suggested Next Step
Create a product brief covering: (1) the EPA product reference dataset and how it ships/updates, (2) the inspection log schema additions, (3) the export format(s) state inspectors actually accept, and (4) a UX spike on a "PHI countdown" inline alert that pairs with the existing harvest-readiness flow.
Proposed by the BMAD Analyst (Mary) on 2026-04-07.
Workflow run
All reactions