What problem does it solve? When orchestrating multiple AI dev-team sessions across Terminal windows, you often need to pass a follow-up instruction, answer a question, or relay VP review feedback to an already-running session. Spawning a new session reloads conversation history and costs tokens; this Skill delivers the message directly into the live session's input box as if a human typed it. ## Core Features & Use Cases - Direct message injection: Sends text into a recorded Terminal window via osascript, resolved by repo name, suffix alias, or a bare numeric window id for windows with no repo binding. - Focus-guarded delivery: Delegates keystrokes to qa-send.sh, which verifies Terminal is frontmost and the target window is correct before typing, so nothing lands in the wrong application. - Delivery verification: Distinguishes PROCESSED, DELIVERED, SUBMITTED BUT NOT PROCESSED, and NOT CONFIRMED outcomes by checking the session transcript, so queued-and-dropped messages are never reported as read. - Use Case: After /peek shows the tuner dev team blocked on a question, run /send acme-service-a with the answer, then /peek again to confirm the team resumed work. ## Quick Start Ask the agent to send a follow-up instruction to a running dev team, for example: tell the acme-service-a dev team to validate PRD-114 first.