AI-Assisted Development Task Organization
Expo/React/Clerk example using the Atomic design pattern Core File Structure project-docs/ ├── design-principles.md # Immutable design philosophy ├── tasks/ │ ├── current.md # What we’re building right now │ ├── backlog.md # Next up (prioritized list) │ ├── completed/ # Finished work (for context/reference) │ │ ├── auth-system.md # Completed: User authentication │ │ ├── button-atoms.md # Completed: Button component system