Extract domain insights, patterns, and learnings from captured sessions for long-term knowledge retention.
74
74%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Analyze captured sessions to extract domain learnings: what worked, decisions made, patterns emerged.
technical | research | generic (default)--last Nd | --week | --month | --from DATE --to DATE | allApply this skill when the user asks about:
retrospect-collab instead when the focus is on HOW the collaboration worked, not WHAT was learned..retro/insights/ location is project-configurable; use the configured path, not a hardcoded oneLoad domain framework (if specified):
domain-{domain}.md file at the project-configurable domain frameworks location.Note: The domain frameworks location is project-configurable — point it to wherever your project stores domain reference files.
Filter sessions:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/retrospect-load-sessions.sh $@First line: PERIOD: YYYY-MM-DD_to_YYYY-MM-DD. Remaining: session paths.
Note:
CLAUDE_PLUGIN_ROOTpoints to the script bundle location. The learnings output path (.retro/insights/) is project-configurable — set it to wherever your project stores retrospective outputs.
Read session files — extract conversation turns, tools used, git context
Analyze domain insights using framework:
Generate Start/Stop/Continue recommendations
Write insights to .retro/insights/domain/{PERIOD}.md
# Output path example (project-configurable)
.retro/insights/domain/2026-03-01_to_2026-03-31.mdReport: file path, suggest /retrospect collab or /retrospect report
Run for the last 7 days with the technical domain framework:
/retrospect domain technical --last 7dRun for the current month with no domain filter (generic):
/retrospect domain --monthRun for a custom date range with the research framework:
/retrospect domain research --from 2026-03-01 --to 2026-03-31Run and then follow up with collaboration analysis:
/retrospect domain technical --week
/retrospect collab --weekThe domain report follows this structure:
# Domain Retrospective: YYYY-MM-DD to YYYY-MM-DD
## Sessions Reviewed
- [List sessions with timestamps and brief summaries]
## Domain Learnings
### What I Learned
### What Worked Well
### What Didn't Work
### Decisions Made
### Patterns Emerged
## Start/Stop/Continue
## Action Items
## Metrics Summary./scripts/retrospect-load-sessions.sh --last 7d