The terminal dashboard, everyday commands, and example prompts for working with your coding agent.
Run hamster with no arguments to open the terminal dashboard. It shows four tabs:
The dashboard watches for changes in real time. If a teammate updates a Brief or moves a Task in the browser, the dashboard reflects it within seconds.
| Key | Action |
|---|---|
1 2 3 4 |
Jump to Dashboard / Briefs / Blueprints / Methods |
j / k or arrows |
Navigate lists |
| Enter | Open detail view or kanban |
e |
Open the selected file in your editor |
s |
Trigger a manual sync |
? |
Toggle help |
q |
Quit |
| Command | What it does |
|---|---|
hamster |
Open the terminal dashboard |
hamster sync <brief-id-or-url> |
Pull a Brief and its Tasks once at the repository root or the nearest existing projection |
hamster sync --watch |
Keep shared account context updated continuously |
hamster sync --force |
Ignore the cache and refresh shared account context |
hamster brief create --title "Title" |
Create a new Brief |
hamster brief plan <id-or-slug> --generate |
Start Plan generation for a Brief |
hamster brief deliver <id-or-slug> |
Start Delivery for a Brief |
hamster blueprint create --title "Title" |
Create a new Blueprint |
hamster method create --title "Title" |
Create a new Method |
hamster brief get <id-or-slug> |
View a Brief's full content |
hamster task get HAM-123 |
View a Task's full details |
hamster task list |
List top-level Tasks for the active account |
hamster task next |
Show the next recommended Task based on priority and dependencies |
hamster team list, hamster team switch, hamster team members |
List teams, select the active team, or inspect its members |
hamster status |
Show sync statistics, entity counts, and auth state |
hamster auth login |
Authenticate or switch accounts |
hamster auth logout |
Clear your local session |
hamster init |
Initialize the shared ~/.hamster/ context once for all repositories and worktrees |
Once you have synced the needed context and your agent has it loaded, these kinds of prompts work naturally:
Starting work
Building with context
Tracking progress
These prompts work because the agent reads synced context files directly. Shared context includes Brief requirements, Task instructions and acceptance criteria, Blueprints, and Methods. An explicitly scoped projection contains the selected Brief and its Tasks.
For agents that can also write back to Hamster (updating Task status, creating subtasks), see MCP Server.
hamster sync --watch in a background terminal or tmux pane to keep shared account context current while you work.e in the dashboard to open any Brief, Task, Blueprint, or Method file in your $EDITOR.hamster status is a quick way to check how many entities are synced and when the last sync ran.