Skip to main content
AI/MLjmagly

radar-report

Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.

Stars
141
Source
jmagly/aiwg
Updated
2026-05-31
Slug
jmagly--aiwg--radar-report
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jmagly/aiwg/HEAD/agentic/code/frameworks/research-complete/skills/radar-report/SKILL.md -o .claude/skills/radar-report.md

Drops the SKILL.md into .claude/skills/radar-report.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Radar Report

The corpus/cluster freshness summary — a roll-up across all radar sidecars (or one cluster), suitable for a periodic review.

How to run

aiwg corpus radar-report                              # full-corpus report to stdout
aiwg corpus radar-report --cluster pid-control        # one cluster
aiwg corpus radar-report --out indices/radar-report.md   # write into the corpus

The report includes:

  • Totals + overdue count
  • Clusters table (count + stale per cluster)
  • GRADE distribution and GRADE-trajectory breakdowns
  • An Overdue Refreshes table (most-overdue-first)
  • A per-radar summary with the §1 GRADE-reassessment rationale snippet

Empty corpus → a friendly "no radar sidecars yet" note.

Triggers

  • "radar report"
  • "corpus freshness report"
  • "freshness summary for cluster X"
  • /radar-report

References

  • @$AIWG_ROOT/src/artifacts/corpus-tools/radar-report.ts — implementation
  • radar-init (scaffold) / radar-status (overdue list) skills