# Profile Temporal

> 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`.

- Skill: `jmagly-ai-writing-guide/profile-temporal` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jmagly-ai-writing-guide/profile-temporal`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jmagly-ai-writing-guide/profile-temporal/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: jmagly (https://skillmd.com/u/jmagly-ai-writing-guide)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/jmagly-ai-writing-guide/profile-temporal

---


# Profile Temporal

Publication-trajectory analysis for one profile (the §7 table + hot-streak).

## How to run

```bash
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.

## Triggers

- "publication trajectory for X"
- "hot streak detection"
- "topic drift over time"
- `/profile-temporal`

## References

- @$AIWG_ROOT/src/artifacts/corpus-tools/profile-temporal.ts — implementation
- profile-metrics / profile-communities skills

