Install
openclaw skills install task-retrospectiveConduct structured self-evaluations after tasks to analyze efficiency, accuracy, approach quality, and extract patterns for improved future performance.
openclaw skills install task-retrospectiveStructured self-evaluation for AI agents after completing tasks. Analyze what worked, what failed, and extract reusable patterns to improve future performance. Use after completing complex tasks, debugging sessions, or multi-step workflows.
Run a retrospective on the task I just completed.
Or with specific context:
Retrospective: [task description].
Outcome: [success/partial/failure].
Time spent: [duration].
What surprised me: [unexpected findings].
## Task Retrospective
### Summary
[1-2 sentences: what was the task, what was the outcome]
### Timeline
| Phase | Duration | Verdict |
|-------|----------|---------|
| Research | Xm | Efficient / Too long / Insufficient |
| Planning | Xm | Good / Skipped / Over-planned |
| Execution | Xm | Clean / Had rework / Multiple attempts |
| Validation | Xm | Thorough / Skipped / Caught issues |
### What Worked
- [Pattern that should be repeated]
### What Didn't Work
- [Anti-pattern to avoid] → [Better alternative]
### Reusable Patterns
- **Pattern name**: [Description of when and how to apply]
### Key Decisions
- [Decision point] → [Choice made] → [Outcome: good/bad/neutral]
### Improvement Actions
- [ ] [Specific action to improve future performance]
Compare my approach to [task] with the ideal approach.
What I did: [steps].
What I should have done: [if known].
Over time, retrospectives build a pattern library:
Review my last 5 retrospectives. What recurring patterns emerge?
Which improvement actions have I actually followed through on?
Run a retrospective on this multi-agent workflow.
Agents involved: [list].
Handoff points: [where work transferred between agents].
Bottlenecks: [where things slowed down].