Single-action context capture that turns your current machine state into a structured Markdown handoff.
| Method | Action | Use Case |
|---|---|---|
| Left-Click | Click menu bar icon | Fast trigger |
| Global Hotkey | Cmd + Shift + Escape |
System-wide trigger |
| Right-Click | Open context menu, then choose Doom's Moment |
Quick actions + status |
BreakPoint combines these sources:
- frontmost app
- running apps
- window titles
- clipboard text
- screenshot OCR
- local project context
- extracted concepts, technologies, and entities
- recent workstream events
- workstream summaries
Current behavior note:
- Pieces OS is required for the current Doom's Moment capture flow
- if Pieces QGPT is unavailable during generation, BreakPoint falls back to Ollama for the final text output
Balanced structured handoff.
Short, fast, scannable output.
Technical, developer-focused output with paths, commands, and code context.
Most detailed non-code handoff.
Extra is biased toward stronger Markdown structure, including:
## Executive Summary## Active Projects## Priority Stack## Decisions, Risks, and Open Loops## Phone-Ready Tasks## Resume Plan## Learn & Explore## Hashtags
BreakPoint supports three export presets:
FileNotesFile + Notes
Behavior:
File: save Markdown onlyNotes: save to Apple Notes onlyFile + Notes: do both
File output uses:
DoomsMoment_YYYY-MM-DD_HH-mm-ss.md
Current configured export directory in the active app setup:
/Users/kika_hub/Documents/dooms
Apple Notes export is still supported, but it is no longer implicitly always-on in the docs model. It now depends on the selected export preset.
Implementation details:
- Markdown converted into Notes-friendly HTML
- AppleScript automation through
/usr/bin/osascript - existing Notes helper action in the right-click menu
| State | Appearance | Behavior |
|---|---|---|
| Idle | Light icon | Ready state |
| Generating | Alternating black/white custom icons | Animated while thinking |
| State | Visual |
|---|---|
| Idle | simple prompt |
| Generating | pink loading popover with app icon chip |
| Success | success card, and for file output a kawaii bomb GIF pop |
| Error | red failure state |
Includes:
- mode label
- export label
- Pieces label
- Doom's Moment
- Open Latest Doom's Moment
- Reveal Export Folder
- Open Doom Moments in Notes
- Copy Last Output Path
- Properties
- Close App
Latest-file actions are disabled when the selected export preset does not create files.
Stored through AppSettings and persisted with UserDefaults.
| Setting | Default |
|---|---|
| Generation Mode | Normal |
| Export Preset | File + Notes |
| Export Directory | ~/BreakPointSnapshots fallback, user-configurable |
| Ollama Base URL | http://127.0.0.1:11434 |
| Ollama Model | llama3.2 |
| Pieces Base URL | http://localhost:39300 |
| Use Pieces OS | Enabled |
| Search Tags | empty |
Settings UI highlights:
- Ollama model dropdown loaded from the configured Ollama instance
- refresh action for available Ollama models
- configurable Pieces base URL
- custom search tags field that feeds the generated hashtag section
- macOS menu bar utility
- global hotkey via Carbon Events
- OCR via Vision
- AI fallback chain: Pieces QGPT -> Ollama
- structured Markdown enforcement for generated content
- automatic hashtags plus user-defined search tags for generated files and notes
- dynamic right-click menu state
- safer menu/popover presentation handling