Add product analytics as an evidence source and experiment-design mechanism#2
Open
bfish1996 wants to merge 1 commit into
Open
Add product analytics as an evidence source and experiment-design mechanism#2bfish1996 wants to merge 1 commit into
bfish1996 wants to merge 1 commit into
Conversation
…hanism Teams using validation-os often already have PostHog/Mixpanel/BigQuery telemetry, but their event schemas are workspace-defined and unknowable in advance, so this composes with each platform's own official agent skill (PostHog/ai-plugin, mixpanel/ai-plugins, or an equivalent from skills.sh) for schema discovery and querying rather than reimplementing it. - analytics-metric-resolution.md: shared glossary-check → introspect → gated-disambiguation procedure, reused by both directions - quant-analytics-rubric.md: the quantitative-data trust rubric (schema drift, denominators, segment size, confounds, no post-hoc cherry-picking) - find-evidence/references/product-analytics.md: pulls a measured metric in as revealed-tier evidence - experiment-design/references/analytics-instrumentation.md: pre-registers a live query/metric as the pass/kill bar, optionally wiring a platform's native A/B or feature-flag tools - config/setup/docs updated to declare the new `analytics` evidence source and two new worked examples (08, 09) on the existing Ledgerly thread
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Teams using validation-os often already have PostHog/Mixpanel/BigQuery
telemetry, but their event schemas are workspace-defined and unknowable in
advance, so this composes with each platform's own official agent skill
(PostHog/ai-plugin, mixpanel/ai-plugins, or an equivalent from skills.sh)
for schema discovery and querying rather than reimplementing it.
gated-disambiguation procedure, reused by both directions
drift, denominators, segment size, confounds, no post-hoc cherry-picking)
in as revealed-tier evidence
a live query/metric as the pass/kill bar, optionally wiring a platform's
native A/B or feature-flag tools
analyticsevidence sourceand two new worked examples (08, 09) on the existing Ledgerly thread