team_learn
Store team lessons with attribution to build shared knowledge from successes and failures. Capture what worked, what failed, and relevant details for future reference by all team members.
Instructions
Store a lesson in a shared team brain so all team members benefit. Like learn_from_attempts, but REQUIRES an author name for attribution. Shows up in team_recall with "by " so the team knows who learned it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the shared team brain instance | |
| author | Yes | Your name or handle (required for team attribution) | |
| topic | Yes | Topic in category:keyword format (e.g. "deploy:api") | |
| outcome | Yes | What happened | |
| what_worked | Yes | What worked (the solution) | |
| what_failed | No | What did NOT work (avoid this) | |
| severity | No | Impact level | |
| file_paths | No | Relevant file paths | |
| commands | No | Commands that worked | |
| tags | No | Tags for categorization |