From supervisor
Provides scripts, templates, and documentation for managing git worktrees in multi-agent parallel development workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/supervisor:worktree-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides scripts, templates, and documentation for managing git worktrees in multi-agent parallel development workflows.
Provides scripts, templates, and documentation for managing git worktrees in multi-agent parallel development workflows.
scripts/)templates/)docs/)memory/)Use this skill when:
Commands that use this skill:
/supervisor:init - Uses worktree creation patterns/supervisor:start - Uses start-verification.sh/supervisor:mid - Uses mid-monitoring.sh/supervisor:end - Uses end-verification.shEach agent gets:
agent-{name}-{spec-number}../{project}-{spec-number}-{agent-name}Monitor via:
Generate:
npx claudepluginhub vanman2024/dev-lifecycle-marketplace --plugin supervisorCreates and manages isolated Git worktrees for parallel agent development. Handles worktree setup, baseline verification, and lifecycle cleanup. Activated by /delegate or explicit 'create worktree' commands.
Orchestrates multiple worktree agents using `workmux` CLI: spawn, monitor, communicate, and merge. Invoked via `/coordinator`, useful for parallelizing tasks across git worktrees.
Manages git worktrees to parallelize agent development across independent task tracks. Create, list, and teardown with checks for conflicts and limits.