# Feature Request: Registration Flow

## Summary
Implement a user onboarding flow that links a Discord account to a pet profile.

## Screens
- Welcome screen
- Pet info form
- Confirmation screen

## Acceptance Criteria
- User can start registration from a Discord slash command or button.
- Form captures required pet fields (name, type, size, etc.).
- On completion, the bot stores the profile and sends a confirmation embed/modal.

## Constraints
- Keep it lightweight for prototype phase.
- Use Discord-native components: modals, embeds, buttons.
- Mobile-first layout.
