mem_learn
Record an after-action skill from task experience by capturing trigger, steps, outcome, and lessons for future reuse.
Instructions
Record an after-action skill from task experience. The agent writes what triggered the task, what steps were taken, the outcome, and lessons learned. Stored as kind=skill with Ebbinghaus strength tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique slug like 'skill-deploy-nginx'. | |
| tags | No | ||
| steps | Yes | Steps taken to complete the task. | |
| title | Yes | Short skill title. | |
| topics | No | ||
| lessons | No | What to do differently next time. | |
| outcome | Yes | Result: success/partial/failure. | |
| project | No | ||
| trigger | Yes | What situation triggers this skill. | |
| ttl_days | No | ||
| visibility | No | public | |
| check_conflicts | No |