Execute Lane banner
ViperJuice ViperJuice

Execute Lane

Productivity community

Description

--- argument-hint: [phase-doc-path] [swim-lane-id] description: "Execute a specific swim lane from a phase implementation plan by orchestrating parallel sub-agents for each task" allowed-tools: Read, Bash(git status:*), Bash(git branch:*), Agent --- # Execute Swim Lane with Parallel Sub-Agents ## Inputs - `$1` = Phase document path (e.g., `plans/phase-2-ingestion.md`) - `$2` = Swim lane identifier (e.g., `SL-1`, `lane-api-routes`, etc.) ## Execution Strategy ### 1. Load Phase Plan & Extract

Installation

Installs to ~/.claude/commands/viperjuice-code-index-mcp-execute-lane.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ViperJuice/Code-Index-MCP/HEAD/.claude/commands/execute-lane.md -o ~/.claude/commands/viperjuice-code-index-mcp-execute-lane.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository