# Cursor Configuration for {{PROJECT_NAME}} ## ๐Ÿ“‹ Quick Start **IMPORTANT:** Read `AGENT.md` first for complete project context. This file contains Cursor-specific preferences and workflows. --- ## ๐ŸŽฏ Project Summary **Name:** {{PROJECT_NAME}} **Description:** {{PROJECT_DESCRIPTION}} **Stack:** {{FRAMEWORK}} + {{LANGUAGE}} + {{DATABASE}} --- ## ๐Ÿ“š Documentation Read these files in order: 1. `AGENT.md` - Universal AI configuration (โญ START HERE) 2. `ai-instructions.md` - Tech stack, rules, workflow 3. `project-brief.md` - Business context 4. `README.md` - Developer onboarding & commands 5. `docs/architecture.md` - System architecture 6. `docs/data-model.md` - Database design 7. `docs/code-standards.md` - Code quality standards 8. `docs/testing.md` - Testing strategy and coverage rules 9. `docs/operations.md` - Deployment & operational procedures 10. `docs/business-flows.md` - Business process flows and diagrams 11. `docs/api.md` - API reference and conventions 12. `docs/contributing.md` - Contribution workflow 13. `specs/security.md` - Security policies 14. `specs/configuration.md` - Environment configuration --- ## โŒ NEVER {{NEVER_RULES_SUMMARY}} --- ## โœ… ALWAYS {{ALWAYS_RULES_SUMMARY}} --- ## ๐Ÿ—๏ธ Architecture **Pattern:** {{ARCHITECTURE_PATTERN}} **Organization:** {{FILE_ORGANIZATION}} --- ## ๐ŸŽจ Code Style - Indentation: {{INDENTATION}} - Quotes: {{QUOTE_STYLE}} - Formatter: {{FORMATTER}} - Linter: {{LINTER}} --- ## ๐Ÿงช Testing - Coverage: {{MIN_COVERAGE}}%+ required - Framework: {{TEST_FRAMEWORK}} - Command: `{{TEST_COMMAND}}` --- ## ๐Ÿ“ Commits {{COMMIT_FORMAT_EXAMPLE}} --- ## ๐Ÿ”’ Security - Validate all inputs: {{VALIDATION_LIBRARY}} - Auth method: {{AUTH_METHOD}} - Never hardcode secrets - Use environment variables --- ## ๐Ÿ’ก Cursor Tips - Use `@AGENT.md` to reference project context - Use `@ai-instructions.md` for coding rules - **๐Ÿš€ Proactive Execution:** When running `/flow-build`, `/flow-work`, or `/flow-check`, **ACT IMMEDIATELY**. These flows have their own interactive confirmation steps. Do not wait for a general plan approval. - Check `docs/` folder for detailed specifications --- **Always reference `AGENT.md` for complete project understanding.** **Generated by:** AI Flow v1.0.0