Good morning
Quick Capture AI
No plans yet
Plans are top-level containers for your projects.
No projects in this plan yet.
No active sprint
Create a sprint to start organizing your week.
Settings
Workspace
Data
Export your full workspace as JSON. Useful for manual backups or migration.
Change PIN
Session Info
Your session token is stored only in sessionStorage — it clears when you close the tab. JWT tokens expire after 12 hours.
Weekly Backups
Backups are created automatically each Sunday when you open the app. The last 12 weeks are retained. You can also create one manually.
About Scheduled Backups
Backups are triggered client-side each Sunday. For guaranteed scheduled backups even when you don't open the app, you can optionally add a Cloudflare Worker cron trigger that calls POST /api/backup with {"action":"create"} weekly.
Navigation
These work any time a text field is not focused.
| 1 | Dashboard |
| 2 | Plans |
| 3 | Sprint Board |
| 4 | Settings |
| [ | Previous plan (wraps) |
| ] | Next plan (wraps) |
| G | Open GTD Daily Review |
| Esc | Close panel / modal |
| ? | Shortcut quick-reference overlay |
Task List
Move focus through visible tasks and act on them without the mouse.
| J / ↓ | Focus next task |
| K / ↑ | Focus previous task |
| Enter | Open focused task detail |
| X | Toggle done on focused task |
Focus wraps around. On the Dashboard it navigates today's tasks; in Plans it navigates tasks inside expanded projects; on Sprint it navigates the sprint column.
Adding Tasks
Designed for rapid sequential entry — add a batch of tasks without reaching for the mouse.
| N | Jump to new-task input (Plans view) or Quick Capture (Dashboard) |
| Enter | Submit task and stay in the input — type the next one immediately |
| Enter (empty) | Close the add-task input |
| Esc | Cancel and close the add-task input |
| ⌘ Enter | Submit AI Quick Capture (Dashboard only) |
Task Detail Panel
The detail panel slides in from the right. All fields are editable inline.
| Enter | Open focused task (from list) |
| Tab | Next field |
| Shift Tab | Previous field |
| Enter | Submit new subtask / checklist item |
| Esc | Close panel (from anywhere) |
Changes save automatically 1.5 s after the last edit — watch the status dot in the sidebar footer.
Example Workflows
- 2 switch to Plans
- [ ] navigate to the right plan
- N open the add-task input
- Type task → Enter → type next → repeat
- Esc or empty Enter when done
- 1 switch to Dashboard
- J / K move through today's tasks
- X mark done without opening detail
- Enter open a task to update fields
- Esc close and keep moving
- 2 switch to Plans
- ] step through each plan
- J / K move through tasks
- Enter open a task to edit or reprioritize
- Esc → ] → next plan
- G open GTD review
- Work through each step with the on-screen prompts
- Esc exit at any step
- 1 return to Dashboard to see today's MITs
Claude API Key
AI Features
- Quick Capture — natural language task parsing
- MIT Suggestions — AI-ranked priorities for today
- Weekly Briefing — Monday morning summary
All Claude API calls are made server-side via the Cloudflare Worker. Your API key never touches the browser.