From dstoic
Generate aggregate reports with trends and visualizations across sessions. Use when reviewing activity patterns, generating retrospective summaries. Triggers include "retrospect report", "aggregate report", "activity summary", "session trends".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill is limited to using the following tools:
Generate aggregate views across captured sessions: compute trends, identify patterns, create Mermaid visualizations.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Generate aggregate views across captured sessions: compute trends, identify patterns, create Mermaid visualizations.
Filter sessions by timeframe:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/retrospect-load-sessions.sh $@
First line: PERIOD: YYYY-MM-DD_to_YYYY-MM-DD (use for output filename). Remaining: session file paths.
Read session files — extract: user_prompts, tool_calls, duration_seconds, subagent_spawns, started_at
Compute metrics: total sessions, avg prompts/session, avg tool calls, total duration, date range
Check collaboration insights: list .retro/insights/collab/ for scores (Context quality, Guidance clarity, Critical thinking, Bias awareness)
Identify activity patterns: sessions per day/week, high prompt counts (>15), subagent usage, tool patterns
Generate Mermaid visualizations (xychart-beta for collaboration scores if available)
Write report to .retro/reports/{PERIOD}.md
Report completion: file path, summary stats, suggest reviewing domain/collab insights
See reference.md for report template, Mermaid chart syntax, and metric computation details.