Add comprehensive product management skill packages: Product Manager Toolkit: - Customer interview analyzer and RICE prioritizer (Python tools) - PRD templates and frameworks - Product discovery and validation methodologies Agile Product Owner: - User story generator (Python tool) - Backlog management and sprint planning frameworks - Agile ceremonies and stakeholder management Product Strategist: - OKR cascade generator (Python tool) - Strategic planning frameworks - Market positioning and competitive analysis UX Researcher Designer: - Persona generator (Python tool) - User research methodologies - Design thinking and usability testing frameworks UI Design System: - Design token generator (Python tool) - Component library architecture - Design system governance and documentation Includes packaged .zip archives for easy distribution and comprehensive implementation guides for building product teams. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.0 KiB
1.0 KiB
name, description
| name | description |
|---|---|
| ui-design-system | UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration. |
UI Design System
Professional toolkit for creating and maintaining scalable design systems.
Core Capabilities
- Design token generation (colors, typography, spacing)
- Component system architecture
- Responsive design calculations
- Accessibility compliance
- Developer handoff documentation
Key Scripts
design_token_generator.py
Generates complete design system tokens from brand colors.
Usage: python scripts/design_token_generator.py [brand_color] [style] [format]
- Styles: modern, classic, playful
- Formats: json, css, scss
Features:
- Complete color palette generation
- Modular typography scale
- 8pt spacing grid system
- Shadow and animation tokens
- Responsive breakpoints
- Multiple export formats