capture_learning_signal
Record outcomes of agent actions to reveal skill effectiveness patterns and common failure points, enabling continuous improvement.
Instructions
Record the outcome of an agent action or skill invocation for continuous learning. After 30+ signals, patterns emerge: which skills produce the best outcomes, where failure is common, what to improve. Stored in state/learning_signals.jsonl (append-only audit log). Use after any significant agent action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | No | Which bot this relates to (MNQ, CL, MES, NQ, all) | |
| agent | No | Which agent captured this (cursor, claude, windsurf, openclaw) | |
| notes | No | Free-text notes about what happened and why | |
| rating | No | 1-10 quality rating (10 = perfect/euphoric result). Optional. | |
| outcome | Yes | ||
| session_id | No | Optional session ID for grouping related signals | |
| skill_used | No | Name of skill invoked (e.g. 'bot-diagnostics') | |
| action_type | Yes | ||
| action_description | Yes | Short description of what was done (< 200 chars) |