Write a sticky
stickies_writePersist decisions, blockers, preferences, context, and todos as sticky notes that survive session resets and are auto-loaded next time.
Instructions
Create a persistent sticky note. Call this when a durable fact emerges (a decision, blocker, preference, context, or todo) that future sessions should retain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional string tags (max 20, each ≤40 chars). | |
| content | Yes | Freeform note text, max 500 chars. | |
| category | Yes | decision | blocker | preference | context | todo (sets the TTL). | |
| importance | No | P1 critical, P2 normal, P3 minor. | P2 |
| project_path | No | Absolute project root this note belongs to. Omit/null for a global note. |