skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
digital-stoic-org/agent-skills2 installs

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-domain
view source ↗

Is 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

  1. Load domain framework (if specified):

    • Check ${CLAUDE_PLUGIN_ROOT}/reference/domain-{domain}.md
    • If missing: warn, use generic framework
  2. Filter sessions:

    bash ${CLAUDE_PLUGIN_ROOT}/scripts/retrospect-load-sessions.sh $@
    

    First line: PERIOD: YYYY-MM-DD_to_YYYY-MM-DD. Remaining: session paths.

  3. Read session files — extract conversation turns, tools used, git context

  4. 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?
  5. Generate Start/Stop/Continue recommendations

  6. Write insights to .retro/insights/domain/{PERIOD}.md

  7. Report: file path, suggest /retrospect collab or /retrospect report

See reference.md for domain frameworks, report template, and analysis questions.

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>