# CLAUDE.md ## Project Overview - App Design: @.taskmaster/docs/app-design-document.md - Tech Stack: @.taskmaster/docs/tech-stack.md ## Project Status ### DO Care About ### DO NOT Care About ### Development Approach ## Commands ### Development ### Database ### Testing ## Available Slash Commands ### Task Management - `/task:next` - Get next task and start implementing - `/task:list` - List all tasks - `/task:show ` - Show task details - `/task:done ` - Mark task complete - `/task:add` - Add one or more tasks - `/task:add-interactive` - Add tasks with clarifying questions - `/prd:parse` - Parse PRD into tasks - `/task:expand ` - Break down complex tasks - `/task:move to ` - Reorganize tasks ### Task Updates - `/task:update` - Update tasks based on changes - `/task:update-interactive` - Update tasks with clarifying questions - `/task:research` - Research best practices ### Research - `/research:task` - Research for specific tasks - `/research:architecture` - Research system design - `/research:tech` - Research technologies - `/research:security` - Research security practices ### Documentation - `/app-design:create` - Create app design document - `/app-design:update` - Update app design document - `/tech-stack:create` - Create tech stack documentation - `/tech-stack:update` - Update tech stack documentation - `/prd:create-interactive` - Create PRD with Q&A - `/prd:create` - Create PRD without questions ### Development Tools - `/rules:create` - Create new Cursor rule - `/rules:update` - Update existing Cursor rule ## Development Guidelines This project uses a unified approach to development patterns across Claude Code and Cursor: ### Core Rules - @.cursor/rules/cursor-rules.mdc - Rule creation guidelines - @.cursor/rules/project-status.mdc - Stage-based development priorities - @.cursor/rules/self-improve.mdc - Continuous improvement patterns ### Task Management - @.cursor/rules/taskmaster/taskmaster.mdc - Task Master command reference - @.cursor/rules/taskmaster/dev-workflow.mdc - Development workflow patterns ### Complete Task Master Guide - .taskmaster/docs/taskmaster-guide.md - Full tagged task management documentation, if needed ## Project Structure ``` project/ ├── .taskmaster/ # Task management files │ ├── tasks/ # Task database and files │ ├── docs/ # PRDs and documentation │ └── config.json # AI model configuration ├── .cursor/ # Cursor-specific rules │ └── rules/ # Development patterns ├── .claude/ # Claude Code configuration │ ├── commands/ # Custom slash commands │ └── settings.json # Tool preferences └── src/ # Application source code ``` ## Notes - Never work directly on the `master` tag - always create feature tags - Run typecheck before committing - Use `/task:next` to automatically get and start implementing tasks