Work a beads issue end-to-end โ fetch, verify, claim, branch, implement, commit, and comment. Usage: /beadworker <id>
Refactor a React component to colocate its CSS alongside it. Creates a directory for the component, moves it inside as index.tsx, extracts its styles from app/index.css into a colocated CSS file, and converts those styles to Tailwind @apply. Use when the user asks to colocate, extract, or move component styles, or refactor a component's CSS.