team_learn
Store a lesson in a shared team brain with required author attribution so the team knows who contributed the learning.
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 |