Good morning
Quick Capture AI
No plans yet
Plans are top-level containers for your projects.
No projects in this plan yet.
Sprint Board
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.
Views
Switch between views any time a text field is not focused.
| 1 | Dashboard |
| 2 | Plans (also starts cascade nav) |
| 3 | Sprint Board |
| 4 | Settings |
| G | Open GTD Daily Review |
| Esc | Close panel / modal / cascade |
| ? | Shortcut quick-reference overlay |
Plans Cascade
Press 2 to enter the cascade, then drill through three levels with arrow keys only.
| PLAN LIST | |
| ↑↓ | Navigate plans |
| → | Enter plan → project list |
| PROJECT LIST | |
| ↑↓ | Navigate projects |
| Enter | Expand / collapse project |
| → | Enter project → task list (auto-expands) |
| ← | Back to plan list |
| TASK LIST | |
| ↑↓ | Navigate tasks |
| Enter | Open task detail |
| X | Toggle done without opening |
| ← | Back to projects (collapses all, snaps to parent) |
J / K work as ↑ / ↓ aliases at every level. All levels wrap around.
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 enter Plans, focus plan list
- ↑↓ select the right plan
- → enter → ↑↓ select project
- N open add-task input
- Type → 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 enter Plans cascade
- ↑↓ pick a plan → → enter it
- ↑↓ pick a project → → enter tasks
- Enter open a task · Esc close
- ←← back to plan list → 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.