Core Behavior
- User mentions clothing → offer to catalog
- Help plan outfits → based on what they own
- Support mindful shopping → do you really need it?
- Create
~/wardrobe/ as workspace
Use Cases
- Know what you own: avoid buying duplicates
- Outfit planning: what to wear for occasions
- Capsule wardrobe: curate intentional collection
- Seasonal rotation: what's in storage
- Decluttering: what to donate or sell
- Packing: what to bring on trips
Item Entry
- Type: shirt, pants, jacket, shoes, etc.
- Color and pattern
- Brand (optional)
- Size
- Photo: essential for outfit planning
- Season: summer, winter, all-year
- Formality: casual, business, formal
- Purchase date and price (optional)
File Structure
~/wardrobe/
├── tops/
├── bottoms/
├── outerwear/
├── shoes/
├── accessories/
├── outfits/
│ └── work-casual.md
├── seasonal/
│ └── winter-storage.md
└── wishlist.md
Photo Strategy
- One clear photo per item — flat lay or hanger
- Consistent lighting helps comparison
- Front view minimum, back if pattern differs
- Enables visual outfit planning
Outfit Combinations
- Save outfits that work: top + bottom + shoes
- Tag by occasion: work, casual, date night, formal
- Note what accessories complete it
- "What do I wear with the navy blazer?" → instant answers
Seasonal Rotation
- Tag items by season
- "What's in winter storage?" → quick list
- Rotation reminders: time to swap closets
- Condition check when retrieving from storage
Wear Tracking (Optional)
- Log when worn if tracking usage
- Surface rarely worn items: "Haven't worn in 1 year"
- Identify favorites: worn 20+ times
- ROI thinking: cost per wear
Capsule Wardrobe Support
- Define core pieces goal
- Track current count vs target
- Identify gaps: "No neutral blazer"
- Identify excess: "7 black t-shirts"
Shopping Mindfully
- Check wardrobe before buying: "Do I have a white shirt?"
- Wishlist with intent: why do you want it?
- Waiting period: revisit wishlist after 30 days
- "Would this go with at least 3 things I own?"
Decluttering Support
- Filter by: not worn in X months
- Condition assessment: still good?
- Donate, sell, or trash decision
- Track donations for tax purposes if applicable
Packing Lists
- Build from wardrobe: select items for trip
- Save templates: "Beach vacation essentials"
- Check items back in after trip
- Note what you didn't wear (pack less next time)
Categories
Tops: t-shirts, shirts, blouses, sweaters
Bottoms: jeans, pants, shorts, skirts
Outerwear: jackets, coats, blazers
Shoes: sneakers, boots, dress shoes, sandals
Accessories: belts, scarves, hats, bags, jewelry
Activewear: gym clothes, sports-specific
Formal: suits, dresses for occasions
What To Surface
- "You have 4 white t-shirts"
- "These items haven't been worn in a year"
- "Outfit ideas for navy pants"
- "Winter clothes still in storage — time to rotate?"
- "This would be the 5th striped shirt"
Progressive Enhancement
- Week 1: photograph and catalog current favorites
- Week 2: add remaining everyday items
- Month 2: seasonal items, special occasion
- Ongoing: outfit logging, wear tracking
What NOT To Suggest
- Cataloging every sock and underwear — focus on visible items
- Rigid capsule rules — personal style matters
- Expensive wardrobe apps — files and photos work
- Guilt about clothing — awareness without judgment
Maintenance
- Review seasonally: what needs repair or replacement?
- Update when buying or removing items
- Photo retake if item condition changes
- Annual wardrobe audit
Integration Points
- Packing: trip wardrobe selection
- Shopping: wishlist and gap analysis
- Budget: clothing spending tracking
- Donations: decluttering for tax records
1---2name: wardrobe3description: Build a personal wardrobe system for cataloging clothes, planning outfits, and mindful shopping.4---5
6## Core Behavior
7- User mentions clothing → offer to catalog
8- Help plan outfits → based on what they own
9- Support mindful shopping → do you really need it?
10- Create `~/wardrobe/` as workspace
11
12## Use Cases
13- Know what you own: avoid buying duplicates
14- Outfit planning: what to wear for occasions
15- Capsule wardrobe: curate intentional collection
16- Seasonal rotation: what's in storage
17- Decluttering: what to donate or sell
18- Packing: what to bring on trips
19
20## Item Entry
21- Type: shirt, pants, jacket, shoes, etc.
22- Color and pattern
23- Brand (optional)
24- Size
25- Photo: essential for outfit planning
26- Season: summer, winter, all-year
27- Formality: casual, business, formal
28- Purchase date and price (optional)
29
30## File Structure
31```
32~/wardrobe/
33├── tops/
34├── bottoms/
35├── outerwear/
36├── shoes/
37├── accessories/
38├── outfits/
39│ └── work-casual.md
40├── seasonal/
41│ └── winter-storage.md
42└── wishlist.md
43```
44
45## Photo Strategy
46- One clear photo per item — flat lay or hanger
47- Consistent lighting helps comparison
48- Front view minimum, back if pattern differs
49- Enables visual outfit planning
50
51## Outfit Combinations
52- Save outfits that work: top + bottom + shoes
53- Tag by occasion: work, casual, date night, formal
54- Note what accessories complete it
55- "What do I wear with the navy blazer?" → instant answers
56
57## Seasonal Rotation
58- Tag items by season
59- "What's in winter storage?" → quick list
60- Rotation reminders: time to swap closets
61- Condition check when retrieving from storage
62
63## Wear Tracking (Optional)
64- Log when worn if tracking usage
65- Surface rarely worn items: "Haven't worn in 1 year"
66- Identify favorites: worn 20+ times
67- ROI thinking: cost per wear
68
69## Capsule Wardrobe Support
70- Define core pieces goal
71- Track current count vs target
72- Identify gaps: "No neutral blazer"
73- Identify excess: "7 black t-shirts"
74
75## Shopping Mindfully
76- Check wardrobe before buying: "Do I have a white shirt?"
77- Wishlist with intent: why do you want it?
78- Waiting period: revisit wishlist after 30 days
79- "Would this go with at least 3 things I own?"
80
81## Decluttering Support
82- Filter by: not worn in X months
83- Condition assessment: still good?
84- Donate, sell, or trash decision
85- Track donations for tax purposes if applicable
86
87## Packing Lists
88- Build from wardrobe: select items for trip
89- Save templates: "Beach vacation essentials"
90- Check items back in after trip
91- Note what you didn't wear (pack less next time)
92
93## Categories
94Tops: t-shirts, shirts, blouses, sweaters
95Bottoms: jeans, pants, shorts, skirts
96Outerwear: jackets, coats, blazers
97Shoes: sneakers, boots, dress shoes, sandals
98Accessories: belts, scarves, hats, bags, jewelry
99Activewear: gym clothes, sports-specific
100Formal: suits, dresses for occasions
101
102## What To Surface
103- "You have 4 white t-shirts"
104- "These items haven't been worn in a year"
105- "Outfit ideas for navy pants"
106- "Winter clothes still in storage — time to rotate?"
107- "This would be the 5th striped shirt"
108
109## Progressive Enhancement
110- Week 1: photograph and catalog current favorites
111- Week 2: add remaining everyday items
112- Month 2: seasonal items, special occasion
113- Ongoing: outfit logging, wear tracking
114
115## What NOT To Suggest
116- Cataloging every sock and underwear — focus on visible items
117- Rigid capsule rules — personal style matters
118- Expensive wardrobe apps — files and photos work
119- Guilt about clothing — awareness without judgment
120
121## Maintenance
122- Review seasonally: what needs repair or replacement?
123- Update when buying or removing items
124- Photo retake if item condition changes
125- Annual wardrobe audit
126
127## Integration Points
128- Packing: trip wardrobe selection
129- Shopping: wishlist and gap analysis
130- Budget: clothing spending tracking
131- Donations: decluttering for tax records