# Feature Specification Template
## Feature Name
_Describe the feature in one sentence._
---
## Overview
- **Goal**: What is the purpose of this feature?
- **Stakeholders**: Who benefits from this feature?
---
## Requirements
- List all requirements as bullet points.
---
## API/Tool Design
- **Tool Name**: (e.g., `create-project`)
- **Input Schema**: (Zod/JSON Schema)
- **Output Schema**: (Zod/JSON Schema)
- **Error Cases**: List possible errors and codes
---
## Test Plan
- Unit tests
- Integration tests
- Mock scenarios
---
## Rollout Plan
- Steps for deployment and validation