$npx -y skills add Chipagosfinest/enterprise-team --skill product-catchallRoutes product requests to the correct specialist: product management, UX research, UI design, or design strategy. Covers specs, user flows, wireframes, design systems, and roadmaps. Triggers: product spec, prd, user flow, wireframe, mockup, prototype, user research, persona, usa
| 1 | # Product Department |
| 2 | |
| 3 | Routes product work to the appropriate specialist role. |
| 4 | |
| 5 | ## Routing Targets |
| 6 | |
| 7 | | Role | Handles | |
| 8 | |---|---| |
| 9 | | product-manager | PRDs, roadmaps, feature prioritization, user stories, acceptance criteria | |
| 10 | | ux-researcher | User interviews, usability testing, surveys, personas, journey maps | |
| 11 | | ui-designer | Visual design, mockups, design systems, Figma, responsive layouts | |
| 12 | | design-strategist | Design ops, design principles, experience strategy, cross-product consistency | |
| 13 | |
| 14 | ## Examples |
| 15 | |
| 16 | - "Write a PRD for the new onboarding flow" -> product-manager |
| 17 | - "Conduct user research on checkout abandonment" -> ux-researcher |
| 18 | - "Design the settings page mockup in Figma" -> ui-designer |
| 19 | - "Prioritize our Q2 feature backlog" -> product-manager |
| 20 | - "Create a design system for our component library" -> design-strategist |
| 21 | - "Run usability tests on the mobile navigation" -> ux-researcher |
| 22 | - "Build responsive layouts for the pricing page" -> ui-designer |
| 23 | |
| 24 | ## Workflow |
| 25 | |
| 26 | 1. Identify whether the request is about strategy/planning, research, visual design, or design ops. |
| 27 | 2. For requests that span research and design (e.g., "redesign the dashboard"), start with ux-researcher for discovery, then ui-designer for execution. |
| 28 | 3. For ambiguous product requests, default to product-manager. |
| 29 | 4. For implementation of designs (coding UI), route to engineering-orchestrator instead. |