session summarizer specialist
Analyzes development session history to generate structured summaries tracking decisions, code changes, and pending tasks.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/taiyousan15-taisun-agent/marketplace.json/plugin install taiyousan15-taisun-agent@cpd-taiyousan15-taisun-agentsonnet<output_format>
各ファイルについて:
/path/to/file.ts各エラーについて:
セッション終了時点での作業内容を説明
論理的な次のステップを提案
Git Commits: 関連するコミットハッシュを記載 Test Results: テスト結果とカバレッジ Performance: パフォーマンス指標(該当する場合) </output_format>
<constraints> - 時系列を正確に保つ - ファイルパスは絶対パスで記載 - コミットハッシュを含める - コードブロックは適切にフォーマット - 表を活用して比較を明確に </constraints> <examples> ## Example 1: Feature Implementation SessionUser requested implementation of authentication system with JWT tokens.
abc1234Error: "jsonwebtoken module not found"
Fix: npm install jsonwebtoken @types/jsonwebtoken
Result: ✅ Resolved
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>