agent-self-reflection
Installation
SKILL.md
Agent Self Reflection
Analyze the user's task against prior Codex and Claude Code work in the current directory, then turn repeated agent failure modes into concrete prevention steps.
Arguments
<task>(required): the task, decision, incident, or proposed workflow to evaluate in light of prior agent transcripts. If omitted but the current conversation clearly states a task, use that task.
Workflow
1. Define scope
- Resolve the current project path with
pwd -P. - Restate the task in one sentence.
- Identify likely keywords: filenames, commands, tools, domains, errors, package names, issue IDs, and skill names.
- Read transcript sources before touching transcript directories.