Scaffold WhatsApp bot commands
slash-commandsubagentsetup L2★0
Luisotee/ai-boilerplate ↗What it does
Scaffold WhatsApp bot commands with handlers
Best for
When bot commands need structured scaffolding with admin restrictions and DB integration.
Inputs
- · command name, action list, preference fields
Outputs
- · command handler function, dispatch registration, help text
Preconditions
- · Python AI API package, database schema
Failure modes
- · New preference field not in database
- · Admin restriction not registered
- · Command dispatch registration missing
Trust signals
- · Multi-step handler pattern
- · Admin-only command set
- · Database transaction discipline