# Example 1: Get help with database changes
kiro-cli --agent database-architect
# You: "add audit logging to the user model"
# Kiro: Provides Prisma schema changes and migration steps
# Example 2: Build UI components
kiro-cli --agent ui-specialist
# You: "create a responsive user profile component"
# Kiro: Generates React component with Tailwind CSS
# Example 3: Implement complete feature
kiro-cli --agent fullstack-specialist
# You: "build a file upload system with S3 storage"
# Kiro: Provides end-to-end implementation from API to UI