Ui-ux-suite refactor-plan
Prioritized redesign action plan covering quick wins, medium effort, major rework
install
source · Clone the upstream repo
git clone https://github.com/Aboudjem/ui-ux-suite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Aboudjem/ui-ux-suite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/refactor-plan" ~/.claude/skills/aboudjem-ui-ux-suite-refactor-plan && rm -rf "$T"
manifest:
skills/refactor-plan/SKILL.mdsource content
/refactor-plan: Prioritized Redesign Plan
Generate a prioritized action plan for improving the project's design.
Flow
- Run quick audit across all dimensions (fast scan, not deep)
- Score each dimension
- Rank findings by: user impact x (1 / effort)
- Group into phases:
- Quick Wins (< 1 hour): contrast fixes, focus rings, font-display swap, semantic HTML
- Medium Effort (1-4 hours): spacing consolidation, type scale, color system, loading states
- Major Rework (4+ hours): full theme rebuild, component state coverage, responsive overhaul, dark mode
- Output phased action plan
Output
Prioritized action plan with specific tasks, effort estimates, and expected impact.