The export command takes your local task plan and creates a collaborative brief on Hamster. This is how you go from solo development to team collaboration.
tm export
The command walks you through:
# Export and invite teammates in one step
tm export --invite
You can invite up to 10 team members by email during export. The terminal shows invitation status and a clickable invite URL for sharing.
When you export, Hamster:
You can also send a PRD directly to Hamster instead of parsing it locally:
tm parse-prd my-prd.txt
# Select "Bring to Hamster" when prompted
Hamster creates a collaborative brief from your PRD content, generates tasks, and optionally invites your team — all in one step.
Once exported, you can immediately start working in team mode:
# See your exported tasks
tm list
# Find the next task
tm next
# Watch for team changes in real-time
tm list --watch
Already-exported tags are disabled in the export selector to prevent duplicate exports.