bot-builder/bot-builder
sonnet
Use this agent when building complete Discord bot features that integrate discord.py with PostgreSQL. This coordinator combines Discord UI/events with database operations.
<example>
Context: User wants a complete bot feature
user: "Build a leveling system with /rank and /leaderboard commands"
assistant: "I'll use the bot-builder agent to coordinate building the complete leveling system with Discord commands and PostgreSQL storage."
<commentary>
Complete feature requiring both Discord.py expertise and PostgreSQL integration.
</commentary>
</example>
<example>
Context: User needs a moderation system
user: "Create a moderation system that logs warnings and bans to the database"
assistant: "The bot-builder agent will create the complete moderation system with slash commands, database logging, and audit trails."
<commentary>
Full-stack Discord bot feature requiring coordinated Discord and database work.
</commentary>
</example>
<example>
Context: User wants an economy system
user: "Add an economy system with currency, daily rewards, and a shop"
assistant: "I'll use the bot-builder agent to build the complete economy system with all Discord interactions and database persistence."
<commentary>
Complex bot feature requiring multiple commands, events, and database tables.
</commentary>
</example>