design-handoff

Solid

Use only when autopilot-design dispatches the development-handoff packaging stage. Not for top-level user requests or primary capability routing.

Web & Frontend 7 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# design-handoff ## Language Rule Follow an explicit artifact or audience language when provided. Otherwise, write the handoff and user-facing report in the conversation language according to `<agent-home>/roles/response-policy.md`. Preserve code, paths, commands, component names, token names, and native format IDs. ## Resolve and Check State Find `design_state.yaml` for the design. - Require `phases.review: done`. - When `--intensity quick` explicitly skipped review, accept `phases.components: done` instead. - Refuse handoff when review status is `failed`; report the blocking findings and recommend returning to the owning design stage. ## Procedure ### Step 1: Inventory Deliverables Collect: - `02_tokens/tokens.md` and the actual generated token-file paths - the complete `03_components/` inventory - the required standalone preview and validated screenshot: - `ui`, `webapp`, `icon`, or `diagram` → `03_components/preview.html` - `slide` → `03_components/slides/slides.html` - accepted issues from `04_review/critique.md` Place the browser-openable preview at the top of the handoff. The only preview exception is a paper architecture figure intentionally handed to the user as a PPTX/layout workflow rather than generated as a final render. ### Step 1.5: Export Delivery Formats When the request and scope need formats beyond the browser preview, use the converter provided by the active adapter or tool projection. Its interface is: ```bash node <design-converter>/conv...

Details

Author
dmlguq456
Repository
dmlguq456/hearting
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

handoff-to-dev

Convert approved UX/UI designs, prototypes, flows, and design-system decisions into build-ready implementation specifications. Use when asked for developer handoff, redlines, annotations, behavior specs, responsive rules, component mapping, state matrices, accessibility requirements, content and data limits, analytics events, acceptance criteria, or design QA. Produce a behavior-first contract tied to tokens and components, identify gaps and open decisions, and define observable completion criteria. Do not invent backend behavior, API contracts, analytics, breakpoints, or accessibility semantics that require product or engineering confirmation.

0 Updated yesterday
Gonadotrophic-tangent41
Web & Frontend Listed

handoff-to-dev

Convert approved UX/UI designs, prototypes, flows, and design-system decisions into build-ready implementation specifications. Use when asked for developer handoff, redlines, annotations, behavior specs, responsive rules, component mapping, state matrices, accessibility requirements, content and data limits, analytics events, acceptance criteria, or design QA. Produce a behavior-first contract tied to tokens and components, identify gaps and open decisions, and define observable completion criteria. Do not invent backend behavior, API contracts, analytics, breakpoints, or accessibility semantics that require product or engineering confirmation.

2 Updated 6 days ago
aditya-ariosity
AI & Automation Listed

heyeddi-handoff

Implements screens from designer screenshots and handoff notes. Two-pass workflow — designer writes mockup-brief with Implementation spec, implementer builds shell then route, verify_handoff checks tokens and layout. Use when approved mockups exist — not for greenfield design.

0 Updated today
HeyEddi-com