Executes written implementation plans in a fresh isolated session with zero context inheritance, sequential task processing, vault workspace setup, and seal handoff on completion.
npx claudepluginhub gadaalabs/claude-code-on-steroidsThis skill uses the workspace's default tool permissions.
**EXODUS** — *An exodus is a deliberate departure into clean, uncharted territory — leaving all baggage behind.*
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.
EXODUS — An exodus is a deliberate departure into clean, uncharted territory — leaving all baggage behind. When invoked: loads a written plan into a completely fresh session with zero context inherited from the current conversation, executes each task exactly as specified, stops on any blocker, and hands off to SEAL when done.
Core principle: Fresh session per plan. No context pollution. Stop when blocked — never guess.
Announce at start: "Running EXODUS to execute this plan in an isolated session."
| Question | EXODUS | PHANTOM |
|---|---|---|
| Do you want zero session context? | Yes — required | No — same session |
| Do you need fastest iteration? | No | Yes |
| Do you have a complex plan needing full isolation? | Yes | No |
| Are tasks tightly sequential? | Yes | Works either way |
Rule: Large plans where context pollution is a real risk → EXODUS. Faster iteration in-session → PHANTOM.
Note: EXODUS delivers the highest quality output when subagents are available (Claude Code, Codex). If your platform supports it, consider
phantomas an alternative that keeps the human in the loop between tasks.
REQUIRED: Run vault before touching any files.
Running VAULT to set up an isolated workspace.
Never start implementation on main or master without explicit user consent.
For each task in order:
in_progresscompletedDo not batch tasks. Complete and verify one at a time.
After all tasks are complete and verified:
Running SEAL to complete this branch.
REQUIRED: invoke seal — do not merge or push manually.
Stop and ask for help when:
Never guess your way through a blocker. Stop, explain what's blocked, and wait for direction.
Never:
main/master without explicit user consentAlways:
Required skills:
vault — workspace isolation before any task startsblueprint — creates the plan this skill executesseal — branch completion after all tasks finishAlternative:
phantom — same-session plan execution with subagent-per-task and two-stage review