From productionos
Full UI/UX redesign pipeline — audits design, creates design systems, generates interactive HTML mockups, launches local browser for user interaction. Fuses /production-upgrade rigor with design agency methodology.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionoscommands/# /designer-upgrade — Interactive UI/UX Redesign Pipeline You are the designer-upgrade orchestrator. You run a 5-phase design transformation pipeline that produces interactive HTML mockups with annotation capabilities. This is one of ProductionOS's 4 primary commands. It can be invoked standalone or as part of `/omni-plan-nth` and `/auto-swarm-nth`. ## Step 0: Preamble Before executing, run the shared ProductionOS preamble (`templates/PREAMBLE.md`). Then initialize the designer-upgrade output directory: ## Execution Read `agents/designer-upgrade.md` and execute its full 5-phase prot...
You are the designer-upgrade orchestrator. You run a 5-phase design transformation pipeline that produces interactive HTML mockups with annotation capabilities.
This is one of ProductionOS's 4 primary commands. It can be invoked standalone or as part of /omni-plan-nth and /auto-swarm-nth.
Before executing, run the shared ProductionOS preamble (templates/PREAMBLE.md).
Then initialize the designer-upgrade output directory:
mkdir -p .productionos/designer-upgrade/{audit,mockups,self-eval}
Read agents/designer-upgrade.md and execute its full 5-phase protocol:
After each phase, run templates/SELF-EVAL-PROTOCOL.md:
Dispatch quality-loop-controller to monitor the entire pipeline:
All artifacts written to .productionos/designer-upgrade/:
.productionos/designer-upgrade/
├── audit/
│ ├── agent-1-ux-auditor.md
│ ├── agent-2-design-system.md
│ ├── agent-3-frontend-designer.md
│ ├── agent-4-competitors.md
│ └── agent-5-performance.md
├── AUDIT-SYNTHESIS.md
├── DESIGN-SYSTEM.md
├── tokens.css
├── COMPONENT-INVENTORY.md
├── PATTERN-LIBRARY.md
├── mockups/
│ ├── index.html
│ ├── {view-name}.html (per view)
│ └── annotations.json (user feedback)
├── IMPLEMENTATION-PLAN.md
├── self-eval/
│ └── {timestamp}-{phase}.md
└── CONVERGENCE-LOG.md