From dstoic
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".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill is limited to using the following tools:
Analyze captured sessions to extract domain learnings: what worked, decisions made, patterns emerged.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 | allLoad domain framework (if specified):
${CLAUDE_PLUGIN_ROOT}/reference/domain-{domain}.mdFilter 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:
Generate Start/Stop/Continue recommendations
Write insights to .retro/insights/domain/{PERIOD}.md
Report: file path, suggest /retrospect collab or /retrospect report
See reference.md for domain frameworks, report template, and analysis questions.