brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when a design is ready for engineering — produce an implementation-ready spec covering layout, tokens, states, responsive behavior, edge cases, motion, and accessibility.
$ npx -y skills add getcrew44/crew44 --skill design-handoff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-handoffContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a design is ready for engineering — produce an implementation-ready spec covering layout, tokens, states, responsive behavior, edge cases, motion, and accessibility.
name: design-handoff description: Use when a design is ready for engineering — produce an implementation-ready spec covering layout, tokens, states, responsive behavior, edge cases, motion, and accessibility.
Produce a spec that lets the Coding Agent build the design without guessing. If it isn't specified, they'll have to invent — and they'll invent inconsistently.
1. **Overview.** What this screen or component does, who uses it, and the user state when they encounter it. 2. **Layout.** Grid, breakpoints, responsive behavior at each breakpoint. Where things move, hide, or change order. 3. **Tokens used.** Color, typography, spacing, radius, shadow — listed with their token names and where they apply. 4. **Components.** Each component named, with variants, props that matter for behavior, and any composition rules. 5. **States and interactions.** Per element, the full state list with the visual change and trigger. 6. **Responsive behavior.** What changes at each breakpoint. Not just "stacks on mobile" — what gets prioritized, what gets cut. 7. **Edge cases.** Long copy, empty data, zero results, max items, slow connection, error states. The expected behavior for each. 8. **Motion.** Per animated element: trigger, what moves, duration, easing. Honor `prefers-reduced-motion`. 9. **Accessibility.** Focus order, ARIA labels and roles, keyboard interactions, screen reader announcements, contrast confirmations.
A single document with the sections above. Each section uses tables or short bullets, not prose paragraphs. Tokens and component names cited verbatim. Open questions called out at the bottom, tagged with who needs to answer (engineering, product, content).
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes