adversarial-review
Steerable code review that challenges the design and approach, not just implementation defects. Read-only; never edits files.
Delegate a coding task to the Cursor CLI agent (Composer by default).
> /plugin marketplace add freema/cursor-plugin-cc > /plugin install cursor@tomas-cursor
How it fires
How this command gets triggered: by you, by Claude, or both.
/delegateContext preview
What this command does when you run it.
Delegate a coding task to the Cursor CLI agent (Composer by default).
description: Delegate a coding task to the Cursor CLI agent (Composer by default). argument-hint: '[--background] [--wait] [--fresh] [--resume[=chat-id]] [--model <id>] [--cloud] [--no-force] [--timeout <sec>] <task...>' allowed-tools: Bash(node:*)
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/delegate.mjs" -- "$ARGUMENTS"`
Render the tool output to the user verbatim. If the job ran in the foreground, present the status, files touched, and summary sections as a compact Markdown block. If the job was started in the background, show the returned job id and the `/cursor:status` hint. Do not paraphrase Cursor's summary.
Claude plans. Cursor writes. Claude reviews. A Claude Code plugin that delegates coding execution to Cursor's Composer — without ever leaving the Claude Code TUI.
Repo: freema/cursor-plugin-cc
Steerable code review that challenges the design and approach, not just implementation defects. Read-only; never edits files.
Verify a page or flow in a real browser via Cursor's `chrome-devtools` MCP. Read-only — Cursor reports; does not modify source files.
Convert a Claude Code plan (or any spec file) into a task file and optionally hand it off to Cursor.