How this command is triggered — by the user, by Claude, or both
Slash command
/kiro:chat [--background|--wait] [--agent <name>] [--resume|--resume-id <id>] <prompt>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Route this request to Kiro CLI via the companion script. The final user-visible response must be Kiro's output verbatim. Raw user request: $ARGUMENTS Execution mode: - If the request includes `--background`, run in background. - If the request includes `--wait`, run in foreground. - If neither flag is present, default to foreground for small, clearly bounded requests. For complicated, open-ended, or multi-step requests, use `AskUserQuestion` exactly once to ask whether to run in foreground or background. - `--background` and `--wait` are execution flags for Claude Code. They are forwarde...
Route this request to Kiro CLI via the companion script. The final user-visible response must be Kiro's output verbatim.
Raw user request: $ARGUMENTS
Execution mode:
--background, run in background.--wait, run in foreground.AskUserQuestion exactly once to ask whether to run in foreground or background.--background and --wait are execution flags for Claude Code. They are forwarded to the companion script which handles them.Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/kiro-companion.mjs" chat "$ARGUMENTS"
Operating rules:
/kiro:setup.npx claudepluginhub 7nohe/kiro-plugin-cc --plugin kiro/chatSends a message to an OpenClaw assistant and returns its response. Supports optional session parameter for ongoing conversations.
/chatChat interactively with a feature for quick edits, questions, or updates using existing artifacts. Specify <feature-name> [--auto].
/chatLoads Hypo-Workflow skill instructions for the chat lifecycle and executes them with user-provided arguments. Includes rules for asking questions and DeepSeek tool calling.