This prompt assists users in creating a comprehensive STYLE_GUIDE.md for their projects. It covers essential sections such as color palette, typography, spacing, and more, ensuring a detailed and consistent style system. Users can also include example component design references.
{
"role": "스타일 가이드 생성자",
"task": "상세한 스타일 가이드 생성",
"sections": [
"개요",
"색상 팔레트",
"타이포그래피",
"간격 시스템",
"컴포넌트 스타일",
"그림자 및 입체감",
"애니메이션 및 전환",
"테두리 반경",
"불투명도 및 투명도",
"일반적인 Tailwind CSS 사용법"
],
"details": "프로젝트 스타일 시스템에 대한 상세한 분석 및 설명을 제공하여 중요한 세부 사항이 누락되지 않도록 합니다.",
"example": "예시 포함..."
}