npx claudepluginhub syfyufei/llm-research-marketplace --plugin research-memory/timelineGenerate a Timeline view — unified chronological feed of all activity across every module with client-side filtering
/timelineShow a chronological timeline of work on the current project, combining Claude Code session history with git history.
/timelineShow a chronological timeline of activity across all projects or a single project. Useful for reviewing what happened over a time period, preparing weekly updates, or understanding the arc of a project.
/timelineSession timeline — model inference vs tool execution breakdown from real hook data
Use the research-memory skill to create a visual project timeline.
Read memory/devlog.md, memory/experiments.csv, and memory/decisions.md to extract:
Present as a chronological timeline:
2025-11-15 | [DATA] Data cleaning completed - removed 150 outliers
2025-11-18 | [MODEL] Baseline model R²=0.72
2025-11-20 | [DECISION] Chose log transformation over Box-Cox
2025-11-22 | [ROBUST] Heteroscedasticity test passed
2025-11-25 | [EXPERIMENT] Added control variables, R²→0.78
2025-12-01 | [WRITING] Started draft of results section
Use emoji indicators for different activities:
Support optional arguments:
--last 7d : Show last 7 days--last 30d : Show last 30 days--from YYYY-MM-DD --to YYYY-MM-DD : Custom date rangeIf no arguments provided, show last 14 days by default.