retro
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Sprint Retrospective
このスキルの最重要ポイント:レトロの学びを CLAUDE.md・rules・agents に自動反映し、組織を自律進化させること。
データ収集
スプリントレビューレポート
!cat docs/sprint-reviews/*.md 2>/dev/null | tail -100 || echo "sprint-review を先に実行してください"
スプリントログ(エージェント活動記録)
!cat .claude/sprint-log.md 2>/dev/null
今スプリントの変更一覧
!git log --oneline --since="2 weeks ago" 2>/dev/null
現在のルール
!cat .claude/rules/code-style.md 2>/dev/null | head -30