navvi_milestone
Add, list, export, and delete curated milestones with evidence to build a persona's lifetime timeline. Captures events, details, tags, and screenshots for consistent persona context.
Instructions
Curated lifetime timeline for a persona — milestones with evidence. Actions: add, list, export, delete.
Add: navvi_milestone(action="add", persona="chet", event="Signed up for Reddit", detail="Username: chestertownwilliams. Subscribed to r/selfhosted.", url="https://reddit.com/user/chestertownwilliams", tags="first,reddit,signup", screenshot=true) Import (retroactive): navvi_milestone(action="add", persona="chet", event="Created Outlook account", detail="Email: chester.town.williams@outlook.com", ts="2026-03-27T11:00:00", screenshot_file="/path/to/old-screenshot.png", source="import") List: navvi_milestone(action="list", persona="chet") or navvi_milestone(action="list", persona="chet", tag="reddit", limit=10) Export: navvi_milestone(action="export", persona="chet") — generates full markdown timeline Brief: navvi_milestone(action="brief", persona="chet") — generates persona brief (who am I, my accounts, my email, my history, my writing style). READ THIS BEFORE ACTING AS A PERSONA. Delete: navvi_milestone(action="delete", milestone_id=3)
Tags: comma-separated string. Use 'first' tag for firsts (first post, first signup, etc.). Screenshot: if true, captures current browser screen and attaches it. For retroactive imports, use screenshot_file to attach an existing image. Detail: include FULL content — exact post text, comment body, form values. This builds the persona's voice and style for consistency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| persona | No | default | |
| event | No | ||
| detail | No | ||
| url | No | ||
| tags | No | ||
| screenshot | No | ||
| source | No | manual | |
| ts | No | ||
| screenshot_file | No | ||
| tag | No | ||
| milestone_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |