What problem does it solve? Coordinating multiple AI agent sessions (Claude, Codex, Gemini) across parallel workstreams is manual and error-prone; this Skill lets you programmatically open, group, link, and verify agent nodes on the nodeterm canvas from within a session. ## Core Features & Use Cases - Node lifecycle control: Open terminals, Claude/Codex/Gemini agent sessions, media viewers, and browsers; rename, arrange, align, write to, and close nodes. - Team orchestration: Spawn labeled agent teams with spawn-team, bind git worktrees to groups with open-worktree, and chain dependent stations with --after so downstream agents start when upstream ones go idle. - Verification panels: Run verify to open multi-lens review panels (correctness, security, tests) with a judge that merges findings into one verdict. - Use Case: Say "Build with Nodeterm orchestration" to split a feature into independent workstreams, each on its own branch and worktree group, then collect and synthesize results via linked context. ## Quick Start Ask the agent to build your task with Nodeterm orchestration, splitting the work into parallel agent stations on separate git worktrees.