retrospect-domain
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".
How do I install this agent skill?
npx skills add https://github.com/digital-stoic-org/agent-skills --skill retrospect-domainIs this agent skill safe to install?
- Gen Agent Trust Hubwarn
The skill executes a shell script using unsanitized user arguments, posing a risk of command injection. It also processes historical session data which could contain malicious instructions via indirect prompt injection.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
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}.md -
Report: file path, suggest
/retrospect collabor/retrospect report
See reference.md for domain frameworks, report template, and analysis questions.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/digital-stoic-org/agent-skills/retrospect-domain">View retrospect-domain on skillZs</a>