Analyze domain insights (WHAT/WHY learned) from captured sessions. Use when reviewing learnings, extracting patterns, analyzing decisions. Triggers include "retrospect domain", "domain analysis", "what did I learn", "session insights".
66
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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 7da1083f4
Also appears in
since Apr 11, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.