.claude/skills/retrospective/SKILL.md
Analyze completed tasks to improve the Ralph system. Saves learnings to living knowledge vault and coordinates insights across 6 ralph-* teammates.
npx skillsauth add alfredolopez80/multi-agent-ralph-loop retrospectiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ultrathink - Take a deep breath. We're not here to write code. We're here to make a dent in the universe.
~/.claude/settings.json or CLI/env varsANTHROPIC_DEFAULT_*_MODEL env varsEvery retrospective should make the system inevitable and better.
Analyze completed tasks to improve the Ralph Wiggum system.
MANDATORY after every task completion, before declaring VERIFIED_DONE.
Optimal Scenario: Pure Agent Teams (Native)
This skill uses Pure Agent Teams with native coordination - no custom subagent specialization needed.
TeamCreate (optional)
→ Task(analyze completed work)
→ Native agent gathers metrics
→ Complete with improvement proposals
## 📊 Task Retrospective
### Summary
- Task: [description]
- Complexity: [classified] → [actual]
- Iterations: [used] / [limit]
- Models: [list used]
### What Went Well
- [positive 1]
- [positive 2]
### Improvement Opportunities
1. **[Category]**: [description]
- Current: [what happens now]
- Proposed: [improvement]
- Impact: [low/medium/high]
- Risk: [low/medium/high]
### Proposed Changes
```json
{
"type": "routing_adjustment|clarification_enhancement|agent_behavior|new_command|delegation_update|quality_gate",
"file": "[path to modify]",
"change": "[description]",
"justification": "[why]"
}
## Improvement Types
| Type | Example |
|------|---------|
| routing_adjustment | Change complexity thresholds |
| clarification_enhancement | Add new question templates |
| agent_behavior | Modify agent instructions |
| new_command | Create new slash command |
| delegation_update | Change model assignments |
| quality_gate | Add/modify validations |
development
Living knowledge base management. Actions: search (query vault), save (store learning), index (update indices), compile (raw->wiki->rules graduation), init (create vault structure). Follows Karpathy pipeline: ingest->compile->query. Use when: (1) searching accumulated knowledge, (2) saving learnings, (3) compiling raw notes into wiki, (4) initializing a new vault. Triggers: /vault, 'vault search', 'knowledge base', 'save learning'.
testing
Produce a verifiable technical specification before coding. 6 mandatory sections: Interfaces, Behaviors, Invariants (from Aristotle Phase 2), File Plan, Test Plan, Exit Criteria (executable bash commands + expected results). Use when: (1) before implementing features with complexity > 4, (2) as Step 1.5 in orchestrator workflow, (3) when requirements need formalization. Triggers: /spec, 'create spec', 'write specification', 'technical spec'.
testing
Pre-launch shipping checklist orchestrating /gates, /security, /browser-test, /perf. Ensures nothing ships without passing all quality checks. Use when: (1) before deploying, (2) before merging to main, (3) before release. Triggers: /ship, 'ship it', 'ready to deploy', 'pre-launch check'.
development
Performance optimization skill. Core Web Vitals via Lighthouse, bundle size analysis, metrics tracking over time. Use when: (1) optimizing frontend performance, (2) analyzing bundle size, (3) tracking metrics regression. Triggers: /perf, 'performance audit', 'core web vitals', 'bundle size'.