skills/run-recap/SKILL.md
Use when: 'what did I do', 'standup', 'timesheet', 'billing'.
npx skillsauth add kenoxa/spine run-recapInstall 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.
Cross-tool AI session history reporting. Reuses run-insights/scripts/ for data; dispatches single @miner for format-specific report.
Every subagent prompt MUST be self-contained — include all prior-phase context explicitly.
Reference paths (backticked): dispatch to subagent — do NOT Read into mainthread.
Session: per SPINE.md; reuse across phases.
Phase Trace: Log row at dispatch, present. Include format.
| Phase | Agent | Reference |
|-------|-------|-----------|
| Dispatch | @miner (recap) | dispatch-preamble.md, template-*.md |
| Present | @visualizer | references/present-visualizer.md |
Generate session ID. Single @miner subagent dispatch — collects data then formats report. Mode: recap.
Pre-compute before dispatch:
{working_days}--project values → {known_projects}--note values → {hard_pinned_notes}Construct prompt by combining:
{days}, {scratch_dir}, {project_filter}, {working_days}, {known_projects}, {hard_pinned_notes}--format:
standup → template-standup.mdtimesheet → template-timesheet.mdrecap → template-recap.md{preamble}, {date_range}, {output_path}, {analytics_summary} (recap only)| Role | Agent type | Input | Output |
|------|-----------|-------|--------|
| report-{format} | @miner | Scratch dir path + format-specific prompt | .scratch/<session>/report-{format}.md |
Read .scratch/<session>/report-{format}.md. Display directly as markdown.
Dispatch @visualizer → references/present-visualizer.md if complexity warrants or requested. Input: .scratch/<session>/report-{format}.md. Output: .scratch/<session>/history-recap.html. Otherwise suggest. Skip if user declined.
analytics.json for detail — miner must read raw *_sessions.json@miner@miner per invocationrun-insights/scripts/testing
Use when: 'clawpatch', 'clawpatch campaign', 'clawpatch review fix revalidate'.
tools
Use when: 'create a worktree', 'git worktree', 'parallel branch'.
tools
Use when: 'session state', 'resume work', 'worktree session'.
development
Use when: 'goal prompt', 'frame this', 'scope this', 'design', 'plan the approach', 'implement and review', 'just ship it', 'fix this', 'add this'.