catalog / apps

Note-Taking App

Capture quickly, find later, and never lose a note to a sync conflict.

18 capabilities 2 sections reference specification

Build against it

# give your agent the catalog — no account, no install
claude mcp add provespec -- npx -y provespec-mcp

# then, from any agent session
spec_get(slug: "note-taking")                → the capability tree
spec_checklist(slug: "note-taking")          → the questions to answer
spec_grade(slug: "note-taking", grades: [...])  → parity % + the gap list

# or just fetch it
curl https://provespec.com/catalog/note-taking/spec.json

Grade every capability below as yes · partial · no · na, with a file reference as evidence. Whatever you leave ungraded counts as missing — the gap list is the work queue.

Or just paste this to your agent

Use the ProveSpec MCP server. Fetch the "note-taking" spec with
spec_get, then walk spec_checklist and grade this repository against it —
one verdict per capability, each with a file reference as the note.
Call spec_grade with the results and give me the gap list as the plan.

If the server is not registered, add it first:
  claude mcp add provespec -- npx -y provespec-mcp

The specification

AI 15

Capture
  • Create a note in one action from anywhere global hotkey or quick entry
  • Autosave continuously; no explicit save step
  • Attachments and images pasted inline
Structure
  • Notebooks or folders, and tags, as distinct concepts
  • Links between notes, with backlinks
  • Nested notes or outlines
Search
  • Full-text across every note, instantly
  • Filter by tag, date, notebook and attachment type
  • Search inside attachments where feasible
Sync
  • Multi-device sync with explicit conflict handling never silently discard an edit
  • Offline editing that reconciles on reconnect
History
  • Per-note version history and restore
  • Trash with recovery window
Portability
  • Export every note to an open format the lock-in question
  • Import from the common competitors

UI 3

Editing
  • Rich text or Markdown with live rendering
  • Keyboard-first navigation between notes
Reading
  • Distraction-free and split views
Download spec.json All 100 specs