bootspring suggest

AI-powered recommendations and auto-suggestions.

Overview#

The suggest command provides intelligent recommendations based on your project context, telemetry, and learned patterns. It can also enable auto-suggestions that proactively recommend commands in Claude Code.

Usage#

Loading code block...

Commands#

CommandDescription
(default)Show all recommendations
nextShow single next action
learningShow learning statistics
workflowsShow workflow recommendations only
skillsShow skill recommendations only
configShow auto-suggest configuration
analyze <text>Test auto-suggest on text

Auto-Suggest Options#

OptionDescription
--enable-autoEnable proactive suggestions in Claude Code
--disable-autoDisable auto-suggestions
--category <name>Toggle a suggestion category
--suppress <cmd>Stop suggesting a specific command
--unsuppress <cmd>Resume suggesting a command

Other Options#

OptionDescription
--limit <n>Number of recommendations (default: 5)
--jsonOutput as JSON

Examples#

Loading code block...

Auto-Suggest Categories#

CategoryTriggers
authenticationauth, login, JWT, OAuth
securityXSS, injection, validation
testingtest, coverage, jest
deploymentdeploy, vercel, production
databaseschema, migration, query
performanceslow, optimize, cache
apiendpoint, REST, GraphQL
documentationdocs, README, comments
businessplan, strategy, market
fundraisingpitch, investors, deck
legalterms, privacy, GDPR

How Auto-Suggest Works#

  1. Monitor - Watches your messages in Claude Code
  2. Detect - Identifies when Bootspring features could help
  3. Suggest - Recommends relevant commands
  4. Learn - Improves based on your usage