BEFORE DOING ANYTHING: Read docs/PROJECT-CONTEXT.md completely.
- Project Type: Frontend-only implementation (React Native + React web)
- Backend Status: Complete and available via APIs
- Frontend Status: Greenfield implementation needed
- Current Progress: Check
docs/sprint-status.yaml
❌ WRONG: "Epic 4/5/6 have tech specs in docs/shared/tech-specs/ so they're contexted"
✅ CORRECT: "docs/shared/ are BACKEND reference docs only. Only docs/tech-spec-epic-1.md exists for frontend"
docs/PROJECT-CONTEXT.md- 🚨 MANDATORY READ - Complete project understandingdocs/AGENT-CHECKLIST.md- 🚨 QUICK REFERENCE - Prevent common mistakesdocs/sprint-status.yaml- Current development statusdocs/architecture.md- Frontend architecture decisionsdocs/shared/- Backend reference documents (READ-ONLY)
Context Preservation: All critical project context is saved in docs/PROJECT-CONTEXT.md. If you're confused about project status or scope, read that file first.
Sprint Management: Current work status is tracked in docs/sprint-status.yaml - update this as work progresses.
Backend Integration: Use docs/shared/ files as API contract references, but remember the backend is already implemented. Your job is frontend client implementation.
Need Help? Start with docs/PROJECT-CONTEXT.md - it answers all common questions about project structure and agent handoffs.