From tower
Launch a live conversation mirror in a split terminal pane. Use when the user can't see scrollback, lost context after /clear or /compact, or asks what was said earlier.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tower:tower-watch [session-id][session-id]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch tower in a split pane to mirror this session in real-time.
Launch tower in a split pane to mirror this session in real-time.
When you detect these situations, tell the user you're opening tower in a split pane so they can see the full conversation history, then follow the steps below.
Detect the user's terminal by running:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/detect-terminal.sh
Launch tower in a split pane:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/launch-pane.sh
If the output contains "MANUAL_SPLIT", the terminal doesn't support programmatic splits. Show the user the manual instructions from the output.
If the launch succeeded, confirm to the user that tower is running in the split pane.
Run the setup first:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/setup.sh
Then retry the launch.
npx claudepluginhub bllshttng/c --plugin towerGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Reference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.