Memory Skill Feedback
memory_skill_feedbackPropose a skill/playbook rewrite from a human-approved draft vs kept.
Stores the pair as a pending rewrite. The live skill does not change. A human accepts or rejects the proposed diff in the console; accept writes vN+1 through the existing setter. Never auto-overwrites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kept | No | Human-kept / live body snapshot. Default: current live body | |
| kind | No | skill (atomic how-to) or playbook (composed flow) | skill |
| name | Yes | Skill or playbook name that ran | |
| note | No | Why this rewrite, or the human-approved result summary | |
| agent | No | Override agent identity | |
| draft | Yes | Proposed new body_md (skill) or steps_md (playbook) | |
| extra | No | Proposed extras: tool_hints/tags (skill) or tool_recipe/tags (playbook) | |
| origin | Yes | Who proposed the rewrite: agent, human, or curator | |
| description | No | Proposed one-line summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||