From htmlgraph
<!-- Efficiency: SDK calls: 1, Bash calls: 0, Context: ~3% -->
npx claudepluginhub shakestzd/htmlgraph<!-- Efficiency: SDK calls: 1, Bash calls: 0, Context: ~3% --> # /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 ### Implementation: **DO THIS:** 1. **Check if title is provided:** - If title argument provided → proceed to step 2 - If no title → ask the user: "What feature would you like to add?" 2. **Create the feature using CLI:** ...
Add a new feature to the backlog
/htmlgraph:feature-add [title]
title (optional): The feature title. If not provided, ask the user./htmlgraph:feature-add User Authentication
Add a new feature with the title "User Authentication"
/htmlgraph:feature-add
Prompt the user for a feature title
DO THIS:
Check if title is provided:
Create the feature using CLI:
htmlgraph feature create "{title}"
Present confirmation using the output template below with the feature ID, title, and status from CLI output.
Suggest next steps:
/htmlgraph:feature-start {feature_id}/htmlgraph:plan to plan the featureID: {feature_id} Title: {title} Status: todo
Start working on it with:
htmlgraph feature start {feature_id}