Add a new feature to the backlog
# /htmlgraph:feature-add
Add a new feature to the backlog
## Usage
## Parameters
- `title` (optional): The feature title. If not provided, ask the user.
## Examples
Add a new feature with the title "User Authentication"
Prompt the user for a feature title
## Instructions for Claude
This command uses the SDK's `None()` method.
### Implementation:
bash
htmlgraph feature add "<title>"
bash
htmlgraph feature list
### Output Format:
## Feature Added
**ID:** {feature_id}
**Title:** {title}
**Status:** todo
Start working on it with: