---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Feature Description
A clear and concise description of the feature you'd like to see.
## Problem Statement
What problem does this feature solve? What use case does it address?
## Proposed Solution
Describe how you envision this feature working.
## Alternatives Considered
Describe any alternative solutions or features you've considered.
## Examples
If applicable, provide examples of how this feature would be used:
```typescript
// Example usage
figma_new_tool({ param: "value" })
```
## Additional Context
Add any other context, mockups, or examples about the feature request here.
## Implementation Notes
If you have ideas on how this could be implemented, please share them.