Retrospect Domain — Domain Insights Analysis
Analyze captured sessions to extract domain learnings: what worked, decisions made, patterns emerged.
Arguments
- Domain (optional first arg):
technical|research| generic (default) - Timeframe:
--last Nd|--week|--month|--from DATE --to DATE| all
Steps
Load domain framework (if specified):
- Check
${CLAUDE_PLUGIN_ROOT}/reference/domain-{domain}.md - If missing: warn, use generic framework
- Check
Filter sessions:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/retrospect-load-sessions.sh $@First line:
PERIOD: YYYY-MM-DD_to_YYYY-MM-DD. Remaining: session paths.Read session files — extract conversation turns, tools used, git context
Analyze domain insights using framework:
- What new patterns/approaches discovered?
- What decisions were made and why?
- What worked well / what failed?
- What patterns recur across sessions?
Generate Start/Stop/Continue recommendations
Write insights to
.retro/insights/domain/{PERIOD}.mdReport: file path, suggest
/retrospect collabor/retrospect report
See reference.md for domain frameworks, report template, and analysis questions.