Initial Setup
After installation, open the dashboard at app.tandemu.dev to set up your account.
Register
Go to app.tandemu.dev/register and create your account with:
- Name — Your full name
- Email — Your work email
- Password — At least 6 characters
Create Organization
After registration, you’ll be redirected to the organization setup wizard.
Step 1: Organization Details
- Name — Your company or team name (e.g., “Acme Engineering”)
- Slug — URL-friendly identifier, auto-generated from the name
Step 2: Invite Members (optional)
Add team members by email. Each invite includes a role:
| Role | Permissions |
|---|---|
| Owner | Full access — manage integrations, teams, members, billing |
| Admin | Same as Owner except cannot delete the organization |
| Member | Full developer access — skills, memory, dashboard viewing. Cannot manage teams, integrations, or billing |
Invited users will be automatically added to your organization when they register with the same email.
Step 3: Create Teams (optional)
Teams group members for reporting. For example: “Frontend”, “Backend”, “Platform”. Each team can be mapped to a project in your ticket system.
Teams can also be created later from Settings → Teams in the dashboard.
Connect Your Ticket System
After setup, go to Settings → Integrations in the dashboard.
Tandemu supports:
- Jira — API token from id.atlassian.net/manage-profile/security/api-tokens
- Linear — API key from linear.app/settings/api
- ClickUp — API token from app.clickup.com/settings/apps
- GitHub Issues — Personal access token with
reposcope from github.com/settings/tokens - Asana — Personal access token from app.asana.com/0/developer-console
- monday.com — API token from monday.com/developers/apps
After connecting, map your external projects to Tandemu teams so the right tasks show up for each team.
Connect Claude Code
The last step is connecting Claude Code. In Claude Code, run:
/plugin marketplace add sebastiangrebe/tandemu
/plugin install tandemu
/tandemu:setupAuthorize in the browser and you’re connected. The setup configures:
- Authentication —
~/.claude/tandemu.jsonwith your token and org/team info - Telemetry — OTEL environment variables in
~/.claude/settings.json - Memory — OpenMemory MCP server in
~/.mcp.json(scoped to your user) - Personality —
~/.claude/CLAUDE.mdwith instructions for personalized AI behavior - Skills —
/morning,/finish,/pause,/standup,/create
See the Connecting Claude Code guide for details.