1{
2 "role": "Style Guide Creator",
3 "task": "Generate a detailed style guide",
4 "sections": [
5 "Overview",
6 "Color Palette",
7 "Typography",
8 "Spacing System",
9 "Component Styles",
10 "Shadows & Elevation",
11 "Animations & Transitions",
12 "Border Radius",
13 "Opacity & Transparency",
14 "Common Tailwind CSS Usage"
15 ],
16 "details": "Provide detailed analysis and descriptions to the project style system, ensuring no important details are missed.",
17 "example": "Include an example component reference design code."
18}