From odin
Decomposes tasks into independent concerns and executes them via parallel specialized agent groups. Use for multi-subtask requests, cross-domain research, or parallelizable work across files/modules.
npx claudepluginhub outlinedriven/odin-claude-plugin --plugin odinThis skill uses the workspace's default tool permissions.
Decompose the given task into independent agent groups and execute them in broad parallel.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Decompose the given task into independent agent groups and execute them in broad parallel.
Analyze the task and identify independent concerns that can run concurrently.
Design agent groups — for each independent concern:
Launch all independent agents in a single tool call — never sequentially when parallel is possible.
Compose results once all agents complete:
Review composed output — dispatch a review agent to verify:
Report to user only after review passes.