agentic/code/frameworks/research-complete/skills/profile-temporal/SKILL.md
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`.
npx skillsauth add jmagly/aiwg profile-temporalInstall 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.
Publication-trajectory analysis for one profile (the §7 table + hot-streak).
aiwg corpus profile-temporal --entity PROF-P-vaswani-ashish
aiwg corpus profile-temporal --entity PROF-P-vaswani-ashish --out indices/vaswani-trajectory.md
Reports per-year paper counts, top topics, topic drift (cosine distance between consecutive-year topic vectors; >0.3 flagged as a pivot), hot-streak (≥3 consecutive years each with ≥1 A-grade paper, Fortunato 2018), career phase (early ≤5y / mid ≤15y / senior), and trajectory trend.
/profile-temporaldata-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`.
testing
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`.
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`.