propose_skill_improvement
Propose updates to an agent's skill file for human review. Submit proposed content and rationale to queue a change that requires approval.
Instructions
An agent proposes a change to its own skill file.
The proposal is queued for human review. The skill file is NOT modified
until the user calls approve_proposal().
Args:
agent_slug: The agent's slug (e.g. 'librarian', 'writing-partner')
proposed_content: The full proposed replacement content of the skill file
rationale: Why this change is being proposed (1–3 sentences)
Returns:
Confirmation with the proposal ID for the user to reviewInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_slug | Yes | ||
| proposed_content | Yes | ||
| rationale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |