feat(agents): add retro agent and supporting skills - #187
Closed
ralphbean wants to merge 1 commit into
Closed
Conversation
Add the retro agent definition and three skills it uses to perform retrospective analysis on agent-driven work items. The retro agent investigates failures, rework, and missed opportunities by gathering trace evidence, forming root cause hypotheses, and filing issues in the appropriate layer (repo, org config, or upstream). Skills: - trace-gathering: collect label transitions, comments, CI results, timing - forming-hypotheses: root cause analysis with failure mode taxonomy - localizing-fixes: determine where a fix belongs (repo/org/upstream) The retro agent does not propose fixes — it files issues that triage and implementation agents process asynchronously. Closes #131 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
Author
|
Keeping this in draft until the other three agent defs land. |
Member
|
I tested it (with Opus 4.6) locally leading to: |
Member
|
Same tests but more output. |
Member
Author
|
I'm going to drop this so that it's not in your way, @rh-hemartin . |
This was referenced Jul 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agents/retro.md) — a retrospective analyst that investigates agent failures, rework, and missed opportunitiestrace-gathering,forming-hypotheses,localizing-fixes.claude/agentssymlink (matches pattern from feat(agents): add review agent and pr-review skill #171)The retro agent has three triggers:
/retro <explanation>— human-initiated investigationIt follows a consistent workflow: gather trace → form hypotheses → localize fix → file issue. It does not propose or implement fixes — it files issues that flow through triage → implementation asynchronously.
Design decisions
Test plan
.claude/agentssymlink resolves correctlyCloses #131
🤖 Generated with Claude Code