Turns design briefs into ordered task lists where each item is a buildable vertical slice, not a phase or category. It reads your brief and existing codebase, figures out what components already exist, then outputs a markdown checklist organized by dependencies and risk. The ordering logic is smart: tokens before pages, hardest pieces first, visual priority early so you can validate direction before committing. Each task explicitly notes whether it reuses, modifies, or creates components. Useful when you have a spec and need to know what to build first, or when you want to avoid the usual mistake of splitting work horizontally into structure, style, and behavior phases.
npx skills add https://github.com/julianoczkowski/designer-skills --skill brief-to-tasks