5 SkillsAll running in your terminal

Zero-ceremony
developer workflow

Five terminal skills replace standups, timesheets, and ticket juggling. You code. Tandemu handles the rest.

/standup/morning/finish/pause/blockers

Built-in Skills

Every skill runs in your terminal. No browser, no context switch.

/standup

Auto-report

Generates a team standup from real data. Who shipped what, current tasks, blockers — no meeting needed.

~/project
/standup
Generating standup for Platform Team...
Completed this week
Sarah — TAN-142 auth refresh (1.7h, 73% AI)
James — TAN-138 webhook retries (2.1h, 68% AI)
In progress
Alex — TAN-145 rate limiter
Mia — TAN-147 dashboard filters
⚠ Friction: src/auth/refresh.ts (14 prompt loops)
/morning

Pick a task

Fetches your assigned tasks from Jira, Linear, ClickUp, GitHub Issues, Asana, or monday.com. Pick one, Tandemu creates the branch and updates the ticket.

~/project
/morning
Hey Sarah! Ready to ship today?
Loading preferences... guard clauses, Result types ✓
TAN-142 Fix auth refresh HIGH
TAN-139 Webhook retry
TAN-145 Add rate limiter
Starting TAN-142 → branch feat/TAN-142-auth-refresh created ✓
/finish

Wrap up

Measures cycle time, lines changed, AI ratio. Optionally commits, creates a PR, and moves the ticket to done.

~/project
/finish
Wrapping up TAN-142...
Cycle time: 1h 42m
Lines changed: +284 / -31
AI ratio: 73%
Files: 8 changed
✓ Committed: fix(auth): resolve token refresh race condition
✓ PR #247 created
✓ TAN-142 → Done
/pause

Switch context

Pause the current task without losing progress. Snapshots your work and returns you to the backlog.

~/project
/pause
Pausing TAN-139...
Time spent: 28m
Progress saved: 3 files staged
✓ TAN-139 → Paused
✓ Telemetry sent (partial session)
Ready for /morning to pick next task
/blockers

Find friction

Surfaces high-friction files, stale tasks, and DORA health. Actionable recommendations included.

~/project
/blockers
Scanning for friction...
High friction
src/auth/refresh.ts — 14 loops, 5 errors
Medium
src/api/webhooks.ts — 7 loops
src/db/migrations.ts — 5 loops
Stale tasks
TAN-131 — no activity for 5 days
DORA: Deploy freq 4.2/d ✓ · Lead time 1.8h ✓

A typical day

8:55

/standup — check the team

See what the team shipped, who's working on what, and where blockers are — before you start.

9:00

/morning — pick highest-priority task

Tandemu greets you, loads your memory, and shows your backlog. Pick a task and start coding.

9:05

Code with Claude Code

Work as usual. Tandemu silently captures session metrics, learns your style, and keeps you engaged.

10:45

/finish — task complete

Cycle time measured. AI ratio calculated. PR created. Ticket updated. Zero manual reporting.

10:50

/morning — next task

Multiple tasks per day is the norm. Each one measured independently with accurate cycle times.

Give your developers a teammate.
Give your leads clarity.

One install. An AI that remembers. Metrics that matter. Everyone wins.

curl -fsSL get.tandemu.dev | sh