handoff

handoff is a command for Claude Code from yezannnnn/agentGroup. It costs 0 tokens per session (604 once invoked), scanned A, original, MIT.

A design handoff command that checks whether a design contains the details developers need and creates a development handoff document. The document covers layout, visual rules, component states, interactions, errors, responsive behavior, and acceptance checks.

In plain words
What is it for?
Use it to prepare one or all pending designs for development, record reuse and responsive requirements, and update the shared design status.
Why use it?
It turns scattered design information into a structured development brief. This helps developers understand what to build and reduces missing details during implementation.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/yezannnnn/agentgroup/handoff
Clone the repo
git clone --depth 1 https://github.com/yezannnnn/agentGroup

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for handoff

README.md
[![agentmods](https://agentmods.dev/badge/commands/yezannnnn/agentgroup/handoff.svg)](https://agentmods.dev/commands/yezannnnn/agentgroup/handoff)
Your own site
<a href="https://agentmods.dev/commands/yezannnnn/agentgroup/handoff"><img src="https://agentmods.dev/badge/commands/yezannnnn/agentgroup/handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 604 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00604
Opus 5 $0.00000 $0.00302
Sonnet 5 $0.00000 $0.00121
Haiku 4.5 $0.00000 $0.00060

Measured 5d ago against content hash 8435d6328a36, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ella/.claude/commands/handoff.md · 98 lines

What it actually says

/handoff - 设计交付

整理设计稿,准备交付给贾维斯开发

使用方式

/handoff [设计稿名称]
/handoff 登录页面
/handoff all  # 交付所有待开发设计

执行步骤

1. 检查设计完整性

确认设计稿包含:

  • 页面布局(ASCII图示)
  • 设计规范(颜色、字体、间距)
  • 组件状态(默认、hover、active、disabled)
  • 交互说明
  • 异常状态处理

2. 生成开发交付文档

# 设计交付 - [功能名称]

## 交付信息
设计师: 艾拉
交付日期: YYYY-MM-DD
设计稿位置: ../shared/designs/[文件名].md

## 设计概览
[简要说明设计内容]

## 开发注意事项

### 关键交互
1. [重要交互点1]
2. [重要交互点2]

### 组件复用
| 组件 | 是否复用 | 参考 |
|------|----------|------|
| 按钮 | 是 | 现有Button组件 |
| 表单 | 是 | 现有Form组件 |
| 卡片 | 新建 | 见设计稿 |

### 响应式要求
| 断点 | 布局变化 |
|------|----------|
| < 768px | 单列布局 |
| >= 768px | 双列布局 |

## 验收标准
1. 还原度达到设计稿要求
2. 交互效果流畅
3. 异常状态处理完善

## 设计稿清单
- [ ] [设计稿1].md
- [ ] [设计稿2].md

3. 更新共享状态

更新 ../shared/status.json

{
  "designs": {
    "[功能名]": {
      "status": "待开发",
      "designer": "艾拉",
      "files": ["xxx-ui.md", "xxx-prototype.md"],
      "handoffDate": "YYYY-MM-DD"
    }
  }
}

4. 通知选项

询问用户:

  • 是否需要通知贾维斯开始开发?
  • 如需通知,我会在status.json中标记任务

交付检查清单

检查项 状态
颜色值完整
字号字重完整
间距标注完整
交互说明清晰
异常状态定义
响应式说明
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 98 lines · 0 tokens per session scan A 8435d6328a36

Subscribe to this mod's changes

handoff is a command published in the GitHub repository yezannnnn/agentGroup (149 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 604 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.