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#
| Command | Description |
|---|---|
| (default) | Show all recommendations |
next | Show single next action |
learning | Show learning statistics |
workflows | Show workflow recommendations only |
skills | Show skill recommendations only |
config | Show auto-suggest configuration |
analyze <text> | Test auto-suggest on text |
Auto-Suggest Options#
| Option | Description |
|---|---|
--enable-auto | Enable proactive suggestions in Claude Code |
--disable-auto | Disable auto-suggestions |
--category <name> | Toggle a suggestion category |
--suppress <cmd> | Stop suggesting a specific command |
--unsuppress <cmd> | Resume suggesting a command |
Other Options#
| Option | Description |
|---|---|
--limit <n> | Number of recommendations (default: 5) |
--json | Output as JSON |
Examples#
Loading code block...
Auto-Suggest Categories#
| Category | Triggers |
|---|---|
authentication | auth, login, JWT, OAuth |
security | XSS, injection, validation |
testing | test, coverage, jest |
deployment | deploy, vercel, production |
database | schema, migration, query |
performance | slow, optimize, cache |
api | endpoint, REST, GraphQL |
documentation | docs, README, comments |
business | plan, strategy, market |
fundraising | pitch, investors, deck |
legal | terms, privacy, GDPR |
How Auto-Suggest Works#
- Monitor - Watches your messages in Claude Code
- Detect - Identifies when Bootspring features could help
- Suggest - Recommends relevant commands
- Learn - Improves based on your usage
Related Commands#
bootspring orchestrator- Workflow coordinationbootspring agent- Agent suggestionsbootspring skill- Skill patterns