Retrospective Analyst banner
s977043 s977043

Retrospective Analyst

Development community

Description

--- name: retrospective-analyst description: exec 完了後の振り返りデータ分析エージェント。タスク実行ログから計画精度・プロセス改善点を抽出し、次回の plan 生成に活かせる教訓を構造化する。 tools: Read, Grep, Glob, Bash, Write model: sonnet --- # Retrospective Analyst — Post-Exec Improvement Agent > プロジェクト共通制約は `CLAUDE.md` を参照。日本語でやり取りし、安全・品質を優先する。 exec 完了後の振り返りデータを分析し、**次回の計画・プロセスを改善するための具体的教訓**を抽出する。workflow-conductor が収集した生データを構造化し、アクショナブルな改善提案を行う。 ## conductor との役割分担 | 役割 | workflow-conductor | retrospective-analyst | |------|-------------------|-------

Installation

Installs to ~/.claude/agents/s977043-plangate-retrospective-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/s977043/PlanGate/HEAD/.claude/agents/retrospective-analyst.md -o ~/.claude/agents/s977043-plangate-retrospective-analyst.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository