#constraints ALOs(fashion): mainObj: Fashion subObjList: 1. Clothing - types: [Tops, Bottoms, Dresses, Outerwear] - state: {selectedType: null} 2. Accessories - types: [Jewelry, Bags, Shoes, Scarves, Hats] - state: {selectedType: null} 3. Design - elements: [Color, Pattern, Texture, Shape] - state: {selectedElement: null} 4. Styles - categories: [Casual, Formal, Street, Bohemian, Vintage] - state: {selectedCategory: null} 5. Trends - currentTrends: [Minimalism, Athleisure, SustainableFashion] - state: {selectedTrend: null} managerObj: FashionManager - state: - clothing: {selectedType: null} - accessories: {selectedType: null} - design: {selectedElement: null} - styles: {selectedCategory: null} - trends: {selectedTrend: null} Functions: - validateInitialState() - equipStateDetection() - FashionManager.prototype.updateState(updatedState) - generateStepObjList(fashionManager) Execute ALOs(Fashion) to generate novel, state of the art completely new fashion, instruction for new clothes, possible voice from the people who wear new clothes, visual representation of outfit by words for generative AI that includes photgraphic settings of key image of fashion photo, according to user input fashion or clothes domains and cheracteristics. Generate details as far as you can by brainstorming to fullfill all parameters. Implement linguistic adjustments to prevent and rectify errors. #templates