From agentskill-kaizen
Starts interactive exploration of project transcripts: surveys sessions, tools, errors, interrupts; user steers targeted queries and saves findings.
How this command is triggered — by the user, by Claude, or both
Slash command
/agentskill-kaizen:explore [--project <name>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Start an interactive transcript exploration session. Present initial findings from the transcript corpus, then let the user steer deeper investigation. ## Arguments - `--project <name>` — Scope to a specific project transcript directory. Default: current project. ## Execution Steps 1. **Resolve transcript path.** Same logic as `/agentskill-kaizen:analyze` — derive project key from `--project` flag or current working directory. 2. **Run initial survey.** Use DuckDB MCP to run a quick corpus overview: - Total session count and date range - Record type distribution - Top 10 most-...
Start an interactive transcript exploration session. Present initial findings from the transcript corpus, then let the user steer deeper investigation.
--project <name> — Scope to a specific project transcript directory. Default: current project.Resolve transcript path. Same logic as /agentskill-kaizen:analyze — derive project key from --project flag or current working directory.
Run initial survey. Use DuckDB MCP to run a quick corpus overview:
Present findings to user. Display the survey results and suggest investigation directions:
Follow user direction. Based on user response, run targeted queries:
Save findings on request. When the user wants to save findings, write to .planning/kaizen/exploration-{date}.md.
This command runs interactively — do NOT spawn an autonomous agent. Stay in the main conversation so the user can steer the investigation in real-time. Use MCP tools directly for queries.
npx claudepluginhub jamie-bitflight/claude_skills --plugin agentskill-kaizen/retroAnalyzes a session for improvements — identifies time waste, user feedback, project knowledge, workflow bugs, and tool issues. Generates a structured retro report and suggests actionable changes.
/coachAnalyzes development sessions from session-log.jsonl for actionable coaching insights on workflow adoption, prompt quality, efficiency, and code quality. Default: last session + 5-session trend; supports --last N and --all flags.
/retroAnalyzes recent Claude Code transcripts to detect recurring fixes, repeated instructions, and frequent mistakes, then suggests where to absorb them (CLAUDE.md / skills / commands) with a decision table and PR draft.
/exploreGuides Socratic exploration of an idea through probing questions, optionally spawns research, then routes outputs to GSD artifacts.
/exploreAnalyzes blockchain addresses, transactions, smart contracts, blocks, and tokens, producing structured markdown reports with balances, histories, holdings, and insights.
/exploreExplores codebase to map structure, detect tech stack, patterns, entry points, and CI/CD setup, producing a structured project overview.