← ClaudeAtlas

handofflisted

Hands finished sections to engineering. Runs /fig:lint as the gate, lets the person pick which passing sections go, marks them Ready for dev in Figma — the status engineering actually sees in Dev Mode — hands over the section links, and writes one line into the task doc where a tracker is configured. Nothing else is touched. Triggers - "/fig:handoff", "hand this off", "mark these ready for dev", "send this to engineering", "개발 넘겨줘", "핸드오프 해줘", "Ready for dev 표시해줘", "이 섹션 개발팀에 넘겨".
byjunyoung/claude-product-skills · ★ 4 · Code & Development · score 70
Install: claude install-skill byjunyoung/claude-product-skills
# fig:handoff — hand finished sections to engineering The moment a feature's screens, states and arrows are drawn, somebody has to say "this is ready" where engineering looks. In Figma that place is Dev Mode, and the signal is a section's *Ready for dev* status. This skill puts it there — and only there, and only on sections that pass the audit. **The audit decides, the person chooses, the skill marks.** `/fig:lint` says which sections are fit to hand over; the person says which of those go now; this skill sets the status, hands over the links, and leaves one line in the task doc. It draws nothing, moves nothing, renames nothing. **Prerequisites**: load `figma:figma-use` before calling `use_figma`. Every write goes through preview → go. **Seat check before the first write** — call `whoami` once. Where every plan it lists carries `seat: View`, the status cannot be set: hand over the links and say who with an Edit seat sets it. Where the seats are mixed, go ahead — and if the write comes back as a permission error, report the seat table and stop rather than retrying. ## When to invoke - A feature's screens, states and arrows are drawn and it is time to hand them to engineering - Something handed over was revised and needs handing over again - "Which of these sections is actually ready?" — the gate answers that even when nothing is marked ## When NOT to invoke - Laying the skeleton and stubbing missing states → `/fig:prep` - Checking rules only → `/fig:lint` - Marking wh