From 9b980d971d6e5246e762919835ee12ed931b5a04 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 19 Mar 2026 00:09:52 -0700 Subject: [PATCH] chore: move 'Skill usage telemetry' to Completed in TODOS.md Implemented in this branch: local JSONL logging, opt-in prompt, privacy tiers, Supabase backend, community dashboard, /retro integration. Co-Authored-By: Claude Opus 4.6 (1M context) --- TODOS.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TODOS.md b/TODOS.md index 4c8433ae..66707371 100644 --- a/TODOS.md +++ b/TODOS.md @@ -501,18 +501,6 @@ Shipped as `/design-consultation` on garrytan/design branch. Renamed from `/setu **Priority:** P3 **Depends on:** None -### Skill usage telemetry - -**What:** Track which skills get invoked, how often, from which repo. - -**Why:** Enables finding undertriggering skills and measuring adoption. Anthropic uses a PreToolUse hook for this; simpler approach is appending JSONL from the preamble. - -**Context:** Add to `generatePreamble()` in `scripts/gen-skill-docs.ts`. Append to `~/.gstack/analytics/skill-usage.jsonl` with skill name, timestamp, and repo name. `mkdir -p` ensures the directory exists. - -**Effort:** S (human) / S (CC) -**Priority:** P3 -**Depends on:** None - ## Completed ### Phase 1: Foundations (v0.2.0)