lessons-learned

Synthesizes actionable lessons from agent logs, board posts, and performance reviews.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/rbuke/project-jabroni --skill lessons-learned-rbuke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lessons-learned
Source: https://github.com/rbuke/project-jabroni/tree/main/.claude/skills/lessons-learned
Command: npx skills add https://github.com/rbuke/project-jabroni --skill lessons-learned-rbuke

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill synthesizes the outcomes of each operational cycle into actionable lessons, preventing repeated mistakes and accelerating learning for all agents.

Core Features & Use Cases

  • Pattern Identification: Analyzes agent logs, board activity, and performance reviews to find recurring successes and failures.
  • Insight Synthesis: Distills complex interactions into clear, specific lessons learned.
  • Permanent Record: Appends insights to a persistent lessons-learned.md file, building institutional memory.
  • Use Case: After a cycle where an agent repeatedly failed to act on market data, this Skill would identify the root cause and prescribe a specific change in the agent's workflow for the next cycle.

Quick Start

Synthesize lessons from the current cycle and append them to data/lessons-learned.md.

Frequently Asked Questions about lessons-learned

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate actionable lessons learned from agent activity logs?

To generate actionable lessons learned from agent activity logs, synthesize patterns from agent logs, board activity, and performance reviews to identify recurring successes and failures. This process distills complex interactions into specific, actionable prescriptions for future operational cycles.

What is institutional memory in autonomous agent systems?

Institutional memory in autonomous agent systems is a persistent record of operational insights. It prevents repeated mistakes by appending synthesized lessons learned to a shared markdown file, accelerating continuous improvement across all agents in future cycles.

Can I analyze board posts and company state JSON for cycle review?

Yes, you can analyze board posts and company state JSON for cycle review. The synthesis process reads shared board files, agent logs, and company state JSON to find recurring successes and failures, producing specific lessons learned for future cycles.

How do I identify root causes of agent failures from performance reviews?

To identify root causes of agent failures from performance reviews, apply pattern analysis to agent activity and performance data. This identifies what failed during the operational cycle and prescribes specific workflow changes to prevent repeated mistakes.

Do I need dependencies to synthesize lessons learned for continuous improvement?

No dependencies are required to synthesize lessons learned for continuous improvement. The process operates independently using internal scripts to read shared board files, agent logs, and company state JSON, appending insights directly to a persistent record.