install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/ux-design" ~/.claude/skills/a5c-ai-babysitter-ux-design && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/ux-design/SKILL.mdsource content
UX Design
Create comprehensive UX design with user flows, wireframes, and design systems.
Agent
Sally (UX Designer) -
bmad-ux-sally
Workflow
- Synthesize user research from PRD personas
- Create user journey maps for primary flows
- Design information architecture and navigation
- Create wireframes for key screens
- Define interaction patterns and micro-interactions
- Establish visual design system foundations
- Design for accessibility (WCAG)
- Create developer handoff specifications
Inputs
- Project nameprojectName
- Product Requirements Documentprd
- Project complexity levelcomplexity
Outputs
- User flows and journey maps
- Wireframes for key screens
- Design system (typography, colors, spacing, components)
- Interaction patterns
- Accessibility notes
- Responsive breakpoints
Process Files
- Phase 2 UX designbmad-orchestrator.js