Mast — Productivity skill for Claude Code
Claude Code plugin: run several agents in parallel from one terminal — a dispatcher, a worktree per task, and docs as the single source of truth.
How to install Mast
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ex3del/mast and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Mast does
Claude Code plugin: run several agents in parallel from one terminal — a dispatcher, a worktree per task, and docs as the single source of truth.
Alternatives in Productivity
- Getting Help — career-ops is an open source project maintained in limited time 32.5k ★
- Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
- Om Correct — Sweep a corrected fact through the vault — finds every note restating it, applies the correction at the single 4.6k ★
README
MAST
Read this in Russian: README.ru.md
**MAST — Method for Agents, Sessions and Tasks.** A way to run a project with several Claude Code agents so they don't get in each other's way, and what they build doesn't drift apart.
The goal is development that runs as autonomously as possible. Several tasks move in parallel while you work from **a single terminal**: you talk to one dispatcher session, and it hands work out to agents, collects the results, talks to other sessions, turns to a stronger model for advice, and comes to you only when a decision is yours to make.
Where it came from
It started with the problems of ultracode mode: it launches dozens of agents at once, and there's no keeping track of who's doing what or what's already done. The goal was the same reach, but under control. The pieces turned up in other projects:
- beads — tasks live in a tracker agents understand: what's free, what's taken, what's waiting on what. But it's a separate database (Dolt) with its own CLI, in embedded mode only one process writes to it, and tasks move out of the text next to the code — for a small project that's more machinery than benefit;
- Agent Teams — a dispatcher role, and agents that message each other, not just the human. But it'
Related Skills
Parallel Dispatcher
Dispatch multiple task-workers in parallel based on DAG dependencies.
Spike
De-risk an open technical decision with a time-boxed spike — frame the question, prototype several approaches
Worktree Init
Create parallel worktrees for multi-task development with Ghostty panels
Claude Code Working
Working reverse-engineered Claude Code CLI rebuilt from source analysis to reproduce the original terminal wor
Godmode
Activate GodMode — analyzes your task, recommends the best execution approach (Agent Teams, parallel subagents
Task Worker
Execute a single task from the plan. Used for parallel execution.
Related Agents
Implement Worker
Execute a single plan task in an isolated worktree — implement, verify, and return. Spawned by implement-coord
Worktree Implementer
Default worker for one lane of a parallel wave. Use when dispatching a single, well-scoped implementation or f
Test Review Gates
Runs the objective test-verification gates (red-green implementation-removal + mutation testing) for ONE shard