agentic/code/frameworks/research-complete/skills/radar-init/SKILL.md
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
npx skillsauth add jmagly/aiwg radar-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scaffold a radar/freshness sidecar for a REF. The radar sidecar tracks GRADE
re-assessment, refresh cadence, and signal-gathering history for a paper —
the read side (by-grade, radar-stale-queue, by-trajectory views) is
rendered by aiwg index build (#1492); this skill creates the sidecars those
views consume.
aiwg corpus radar-init --ref REF-614 # dry-run (prints what it would write)
aiwg corpus radar-init --ref REF-614 --write # actually write the sidecar
aiwg corpus radar-init --ref REF-614 --cadence annual --cluster vla-robotics --write
aiwg corpus radar-init --all-missing --write # every REF with a citation sidecar but no radar
--write to create files. Existing radars are skipped.--cadence monthly|quarterly|biannual|annual|on-demand.documentation/references/REF-XXX-*.md):
the **Quality**: A- form the canonical/expanded reference templates use, or a
**GRADE:** A form. The +/- sign is preserved.--cluster.Cluster tagging is data-driven: create documentation/radar/clusters.yaml in the
corpus mapping cluster tags to REF-number singletons and inclusive ranges:
self-evolving-agents:
- "599"
- "615-619"
pid-control:
- "600-605"
vla-robotics:
- "629-635"
If the file is absent, scaffolded radars get no cluster (you can set --cluster
explicitly). The literal REF ranges live in the corpus, never in AIWG.
The corpus root resolves as AIWG_CORPUS_ROOT env > research.corpusRoot in
.aiwg/aiwg.config > the current directory (#1497) — same as aiwg index build.
/radar-initdata-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
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`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.
tools
Report research-corpus entity profiles (PROF-P/O/G/F) past their refresh cadence. Computes staleness via the shared cadence helper, sorted most-overdue-first. Runs via `aiwg corpus profile-status`.