一键导入
handoff-receiver
Parse and execute incoming handoffs from Cursor following the normalized handoff schema with mixed-capability phases (analysis and write-capable)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Parse and execute incoming handoffs from Cursor following the normalized handoff schema with mixed-capability phases (analysis and write-capable)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | handoff-receiver |
| description | Parse and execute incoming handoffs from Cursor following the normalized handoff schema with mixed-capability phases (analysis and write-capable) |
| schema_version | 1 |
Parse and execute incoming handoffs from Cursor following the normalized handoff schema.
MIXED CAPABILITY:
Note: The skill is configured in skill-rules.json as WRITE-CAPABLE with allowedModes: ["IMPLEMENT"] to ensure proper gating. When invoked outside IMPLEMENT mode, it will only execute phases 1-2 (read-only operations).
docs/ai_handoffs.mdto: claudefrom: who sent ittimestamp: whenissue_id and branch: contextcompleted: what Cursor didnext: what Claude should docontext_files: relevant docs to readnext taskscontext_files paths existrepo_state if present (validate branch, warn about dirty_files)context_files referenced in the handoffnext tasks in logical order following DAIC workflowcompleted field with:
next listSupports both schemas for backward compatibility:
from_agent/to_agent/needed OR from/to/nextfrom/to/next + schema_version)User: "Check if Cursor handed anything off"
Assistant: [Reads docs/ai_handoffs.md, finds latest to:claude entry, displays]
User: "Execute it"
Assistant: [Requires IMPLEMENT mode] "I need to be in IMPLEMENT mode to execute handoff tasks. Say 'yert' to approve."
User: "yert"
Assistant: [Executes tasks, updates completed field]
This skill respects cc-sessions DAIC workflow:
When in IMPLEMENT mode, this skill follows approved todos from the task manifest.
Execute comprehensive framework health checks to validate core cc-sessions functionality including write-gating, state persistence, skill precedence, LCMP freshness, and handoff log structure
Specialized guidance for developing cc-sessions API commands and subsystems for state management, task operations, configuration, and protocol execution
Provide comprehensive guidance for developing and maintaining the cc-sessions framework core functionality - primary skill for hooks, sessions, tasks, middleware, route handlers, and API endpoints
Specialized guidance for creating, modifying, and debugging cc-sessions hooks that enforce DAIC discipline, write-gating, and framework integrity
Natural language wrapper for checkpoint commands - automatically triggers /checkpoint:create, /checkpoint:restore, /checkpoint:list when users request checkpoint operations
Natural language wrapper for code review - automatically triggers /code-review when users express intent to review code, check for bugs, or validate code quality