npx claudepluginhub glekner/cursor-opinion-marketplace --plugin cursor-opinion[task description]# Delegate Task to Cursor The user wants Cursor AI to make code changes in the current project. ## User's Task Description $ARGUMENTS ## Important: This runs Cursor with WRITE permissions Cursor will be given full access to read and modify files in the current working directory. This is a SLOW operation - expect 2-5 minutes. When calling Bash, you MUST set a long timeout: - Use `timeout: 600000` (10 minutes) for the Bash tool call ## Your Task 1. **Identify the Task**: Determine what code changes the user wants made. - If a task description was provided above, use that as the pri...
/delegateGenerates Codex prompt for code/experiment tasks from project context files, confirms plan with user, displays new-terminal execution command, polls agent_handoff.md for results, and prompts next steps.
/delegateOrchestrates multi-step tasks: routes to direct execution or plans decomposition into agent waves, approves with user, then executes.
/delegateTurn an approved direction into harness-ready Linear issues — self-bootstrapping bridge from investigation/reasoning to autonomous execution
The user wants Cursor AI to make code changes in the current project.
$ARGUMENTS
Cursor will be given full access to read and modify files in the current working directory. This is a SLOW operation - expect 2-5 minutes.
When calling Bash, you MUST set a long timeout:
timeout: 600000 (10 minutes) for the Bash tool callIdentify the Task: Determine what code changes the user wants made.
Gather Context: Collect relevant context including:
Build a Comprehensive Prompt: Create a detailed, actionable prompt that tells Cursor exactly what changes to make. Include:
Execute Delegation: Call the delegate script with the working directory.
CRITICAL: Set timeout to 600000ms (10 minutes) because Cursor uses a slow model:
# timeout: 600000
"${CLAUDE_PLUGIN_ROOT}/scripts/delegate-cursor.sh" "YOUR_COMPREHENSIVE_PROMPT" "$(pwd)"
Report Results: When Cursor completes, summarize:
$(pwd))agent command is not found, they need to install the Cursor CLI