What problem does it solve?
This skill addresses the "black box" nature of autonomous agent loops by parsing execution trajectories to identify recurring mistakes, false assumptions, and successful strategies.
Core Features & Use Cases
- Trajectory Analysis: Automatically parses complex execution logs (transcript.jsonl) to extract structured insights.
- Knowledge Persistence: Appends findings to a centralized learnings file, ensuring future agents benefit from past failures.
- Use Case: If a researcher agent repeatedly fails to exploit a specific parameter due to an incorrect trust boundary assumption, this skill captures that insight so subsequent agents avoid the same dead-end.
Quick Start
Run the mantis-reflect command to analyze the current execution trajectory and append new findings to the workspace learnings file.