What problem does it solve? Frontend work on the DAN IMAGES PROMPTS app risks inconsistent component placement, broken reviewed-draft flows, and missed accessibility or responsive states when contributors lack shared conventions. ## Core Features & Use Cases - Structured UI Organization: Directs domain UI into src/features/ and reusable primitives into src/components/, with server calls routed through src/services/api.ts. - Reviewed-Draft Preservation: Ensures AI-generated results remain editable before saving, protecting the core prompt-review workflow. - State & Accessibility Coverage: Requires handling loading, empty, error, success, disabled, and retry states plus keyboard operation, focus behavior, labels, responsive layout, and reduced motion. - Use Case: When adding a new prompt-library filter panel, the Skill guides placement in src/features/, wires API calls through the service layer, and verifies keyboard navigation and mobile layout before completion. ## Quick Start Implement a new React component for the prompt library following the project conventions and verify it with TypeScript checks and responsive state review.