# -*- mode: snippet -*-
# name: Component Design
# key: design
# contributor: LorestForest
# --
/ask
Think step-by-step about the design and architecture for ${1:component name}. Consider:
Data flow
Key functions or classes
Potential challenges
Integration with other components
