feature-sliced-design
SKILL.md
Feature-Sliced Design (FSD)
Front-end 애플리케이션 코드를 구조화하기 위한 아키텍처 방법론으로, 비즈니스 요구사항 변화에 강하고 기능 추가가 용이한 프로젝트 구조를 제공합니다.
When to Apply
Reference these guidelines when:
- Structuring new features or pages
- Refactoring existing code organization
- Creating reusable components or business logic
- Establishing import rules and dependencies
- Migrating from existing architecture
- Reviewing code for architectural compliance