npx claudepluginhub SabhyaC26/claude-intent --plugin claude-intentThe user wants to manually set a goal for tracking. Extract the goal description from the user's input (everything after `/intent:set`). Execute this bash command using the Bash tool: Display the formatted output to the user, which shows: - The goal that was set - Decomposed subtasks with estimated completion percentages - Confirmation that progress tracking has started **Note:** Goals are normally auto-detected from user messages. This command is only needed if auto-detection didn't catch the goal or if the user wants to override the detected goal with a specific statement.
The user wants to manually set a goal for tracking.
Extract the goal description from the user's input (everything after /intent:set).
Execute this bash command using the Bash tool:
node "$PLUGIN_DIR/dist/cli.js" set-goal --session "$SESSION_ID" --goal "<extracted goal description>"
Display the formatted output to the user, which shows:
Note: Goals are normally auto-detected from user messages. This command is only needed if auto-detection didn't catch the goal or if the user wants to override the detected goal with a specific statement.