daax-dev / daax-dev/agentic-retrospective

Epic: Claude-native telemetry & analysis

Open
#44 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Goal

Add a Claude-native telemetry ingestion path so the retrospective can objectively measure how Claude is used (tokens, tools, subagents, skills, MCP, waste, delivery yield), feeding the existing 6 scoring dimensions. Every metric traces to a specific session record — "no AI slop."

Today src/analyzers/tools.ts reads only .logs/tools/*.jsonl from this plugin's own hooks and ignores the authoritative stream under ~/.claude/projects/.

Specification

  • Data inventory (primary-source schema): docs/research/claude-data-inventory.md
  • Consolidated spec + normalized data contract + roadmap: docs/specs/claude-native-telemetry.md
  • Feature PRDs: docs/prd/features/01-08

Capabilities

  • #36 — Session ingestion (foundation; normalized data contract)
  • #37 — Token & cost accounting
  • #38 — Source attribution (tool / subagent / skill / MCP)
  • #39 — Waste & efficiency detectors
  • #40 — Delivery correlation (shipped-vs-reverted yield, verify loops)
  • #41 — Configuration & asset utilization (ghost assets)
  • #42 — Durable telemetry ledger (trends past log rotation)
  • #43 — Transcript evidence & compact export

Build roadmap (one PR per tier)

  1. PR-1 (Tier 1): #36 — parser, normalized model, dedup, subagent/tool-result resolution. Read-only; no scoring change.
  2. PR-2 (Tier 2): #37, #38 — accounting + attribution + offline pricing + sprint-window aggregation.
  3. PR-3 (Tier 3): #39, #40, #41 — detectors and the delivery/asset signals feeding the dimensions.
  4. PR-4 (Tier 4): #42, #43 — durable snapshot store, optional hook ingestion, compact transcript export.

Dimension coverage

Strong: Collaboration Efficiency, Delivery Predictability, Test Loop Completeness, Quality & Maintainability. Decision Hygiene and Security Posture are NOT in ~/.claude/ data — they join the existing decision-log and security analyzers (do not synthesize from token data).

Related

Trend tracking (#18) is served by #42; multi-repo / same-basename project resolution (#19) affects #36.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with src/analyzers/tools.ts, then read docs/research/claude-data-inventory.md and docs/specs/claude-native-telemetry.md for the authoritative data and normalized contract. Use #36 as the foundation and review the linked feature PRDs and tier roadmap. Done requires the planned telemetry capabilities to be implemented across the stated tiers without synthesizing Decision Hygiene or Security Posture from Claude data.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
analytics, data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.