cc-cursor-cc

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

CC-Cursor-CC Skill (Plan Validation Round Trip)

CC-Cursor-CC Skill(计划验证往返流程)

Supports the flow of sending brainstormed content from Claude Code to Cursor (PM) for feasibility validation.
支持将Claude Code中头脑风暴的内容发送至**Cursor (PM)**进行可行性验证的流程。

Prerequisites

前提条件

This skill assumes 2-agent operation.
RoleAgentDescription
PMCursorValidate plans, update Plans.md
ImplClaude CodeBrainstorming, implementation
本Skill采用双Agent协作模式
角色Agent描述
PMCursor验证计划,更新Plans.md
ImplClaude Code头脑风暴、功能实现

Execution Flow

执行流程

Step 1: Extract Brainstorming Context

步骤1:提取头脑风暴上下文

Extract from recent conversation:
  1. Goal (feature/purpose)
  2. Technology choices
  3. Decisions made
  4. Undecided items
  5. Concerns
从近期对话中提取以下内容:
  1. 目标(功能/用途)
  2. 技术选型
  3. 已做出的决策
  4. 未确定事项
  5. 关注点

Step 2: Add Provisional Tasks to Plans.md

步骤2:向Plans.md添加临时任务

markdown
undefined
markdown
undefined

🟠 Under Validation: {{Project}}
pm:awaiting-validation

🟠 待验证:{{项目名称}}
pm:awaiting-validation

Provisional Tasks (To Validate)

临时任务(待验证)

  • {{task1}}
    awaiting-validation
  • {{task2}}
    awaiting-validation
  • {{任务1}}
    awaiting-validation
  • {{任务2}}
    awaiting-validation

Undecided Items

未确定事项

  • {{item1}} → Requesting PM decision
undefined
  • {{事项1}} → 请求PM决策
undefined

Step 3: Generate Validation Request for Cursor

步骤3:生成给Cursor的验证请求

Generate text to copy-paste to Cursor:
markdown
undefined
生成可复制粘贴给Cursor的文本:
markdown
undefined

📋 Plan Validation Request

📋 计划验证请求

Goal: {{summary}}
Provisional tasks:
  1. {{task1}}
  2. {{task2}}
目标:{{摘要}}
临时任务
  1. {{任务1}}
  2. {{任务2}}

✅ Requesting Cursor (PM) to:

✅ 请求Cursor (PM)完成:

  1. Validate feasibility
  2. Break down tasks
  3. Decide undecided items
  4. Update Plans.md (awaiting → cc:TODO)
undefined
  1. 验证可行性
  2. 拆解任务
  3. 决策未确定事项
  4. 更新Plans.md(将awaiting状态改为cc:TODO)
undefined

Step 4: Guide Next Action

步骤4:指导后续操作

  1. Copy & paste request to Cursor
  2. Run
    /plan-with-cc
    in Cursor
  3. Cursor updates Plans.md
  4. Cursor runs
    /handoff-to-claude
  5. Copy & paste back to Claude Code
  1. 将请求复制粘贴至Cursor
  2. 在Cursor中运行
    /plan-with-cc
    命令
  3. Cursor更新Plans.md
  4. Cursor运行
    /handoff-to-claude
    命令
  5. 将结果复制粘贴回Claude Code

Overall Flow

整体流程

Claude Code (Brainstorm)
    ↓ /cc-cursor-cc
Cursor (PM validates & breaks down)
    ↓ /handoff-to-claude
Claude Code (/work implements)
Claude Code(头脑风暴)
    ↓ 执行/cc-cursor-cc命令
Cursor(PM验证并拆解任务)
    ↓ 执行/handoff-to-claude命令
Claude Code(执行/work命令实现功能)