Start working on a feature (moves it to in-progress)
# /htmlgraph:feature-start
Start working on a feature (moves it to in-progress)
## Usage
## Parameters
- `feature-id` (optional): The feature ID to start working on. If not provided, lists available features.
## Examples
Start working on feature-001
List available features and prompt for selection
## Instructions for Claude
This command uses the SDK's `None()` method.
### Implementation:
bash
htmlgraph feature list --status todo
bash
htmlgraph feature start <feature-id>
### Output Format:
## Started: {feature_title}
**ID:** {feature_id}
**Status:** in-progr...