jovidalisted
Install: claude install-skill FluxVita/jovida-skill
# Jovida Daily Todo
Help the user capture and manage their **Jovida Daily** todos through the Jovida Daily desktop app's MCP tools. The app is the source of truth; you act on it through six tools.
> **If the `todo_*` tools aren't available to you**, the Jovida Daily MCP server isn't connected — the Jovida Daily desktop app isn't running, or its MCP server isn't configured for this host. Tell the user to start the Jovida Daily desktop app and add the MCP server (see the jovida-skill README); don't silently give up or pretend you tracked anything.
## Core mental model — read this first
The write tools run on **two different tracks**. Know which track you're on before you act:
1. **Gated (`todo_propose_create` / `todo_propose_update`) — a proposal, NOT an applied change.** It creates a *pending proposal*; nothing changes until **the user** confirms it in the Jovida Daily desktop app. There is no apply/confirm tool — confirmation is the user's call, by design. You finish having *suggested*, so say "I've **proposed** …", never "I created/updated …".
- Pending proposals **do not appear** in `todo_list` / `todo_get` (those read tools return only confirmed todos). Don't re-propose something just because it isn't in the list — it may be sitting in the user's pending queue.
2. **Immediate-undoable (`todo_complete` / `todo_delete`) — applies right away.** The change takes effect immediately and **is reflected in `todo_list` / `todo_get` at once** (completed items flip status, d