Complete documentation for the Fish Rescue App
| Document | Purpose |
|---|---|
| CLAUDE.md | High-level project overview |
| ARCHITECTURE.md | System architecture, data flow, scaling |
| DEVELOPMENT.md | Local setup, coding conventions, debugging |
| API.md | REST API reference, endpoints, errors |
| MOBILE.md | React Native app structure, navigation |
| SECURITY.md | Auth, authorization, data protection |
| DEPLOYMENT.md | Deploy procedures, infrastructure |
Located in docs/superpowers/:
| Document | Type | Status |
|---|---|---|
| plans/2026-04-18-auth-implementation.md | Implementation plan | In Progress |
| plans/2026-04-18-firebase-backend.md | Implementation plan | In Progress |
| specs/2026-04-18-auth-design.md | Design spec | Approved |
| specs/2026-04-18-firebase-backend-design.md | Design spec | Approved |
When working on this codebase:
- Read CLAUDE.md first - Understand the project context
- Check ARCHITECTURE.md - Understand system boundaries
- Reference DEVELOPMENT.md - Follow conventions
- Review SECURITY.md - Don't break security model
- Consult API.md - Match API patterns
Always verify with existing code before making assumptions.