retro

Analyze MEMORY.md files to detect context bloat and propose automation opportunities.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/WHITS-ISLAND/inspirehub-mobile --skill retro-whits-island
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retro
Source: https://github.com/WHITS-ISLAND/inspirehub-mobile/tree/main/.claude/skills/retro
Command: npx skills add https://github.com/WHITS-ISLAND/inspirehub-mobile --skill retro-whits-island

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

エージェントの振り返りを実行し、スキル化候補・サブエージェント増設提案・コンテキスト肥大化チェックをレポートする

Core Features & Use Cases

  • MEMORY.md の分析とコンテキスト肥大化の警告検出
  • 繰り返しパターンの集約とスキル化候補の提示
  • サブエージェント増設の提案と改善案の出力
  • レポート生成と将来の設計ガイドラインの提示

Quick Start

エージェントメモリを対象に retrospectives を実行してレポートを生成してください

Frequently Asked Questions about retro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze agent memory files to find automation opportunities?

Agent memory analysis reads MEMORY.md files stored under .claude/agent-memory and aggregates repeated patterns to surface automation opportunities. It flags context bloat when line counts exceed thresholds and outputs a retrospective report with skill candidates and sub-agent proposals.

What is agent retrospective reporting and when do I need it?

Agent retrospective reporting reviews accumulated agent memory to identify repeated patterns and context bloat. You need it when your MEMORY.md files grow large and you want to extract skill candidates, sub-agent proposals, and future design guidelines from past interactions.

How do I detect context bloat in agent memory files?

Context bloat detection checks MEMORY.md files by comparing line counts against predefined thresholds. When lines exceed the threshold, the retrospective report flags it, helping you identify when agent memory has grown too large and needs optimization or skill extraction.

Can I generate sub-agent proposals from existing agent memory patterns?

Yes, retrospective analysis aggregates repeated patterns found in MEMORY.md files and outputs sub-agent proposals. These proposals suggest new sub-agents to handle recurring tasks, reducing duplication and improving automation efficiency based on historical interaction data.

Do I need a specific directory structure to run agent retrospectives?

Yes, agent retrospectives require MEMORY.md files to be stored under the .claude/agent-memory directory. Without this directory structure and the associated memory files, the retrospective analysis cannot read interaction history or generate automation opportunity reports.