---
roadcrew_template_name: "my-memories.template.md"
roadcrew_template_type: "template"
roadcrew_template_version: "v1.0"
roadcrew_last_updated: "2025-01-25"
roadcrew_min_version: "1.5.0"
roadcrew_license: "See LICENSE file in .roadcrew folder"
roadcrew_copyright: "Copyright (c) 2025 North Star Holdings, LLC"
spdx_license_identifier: "LicenseRef-RoadcrewLicense-1.0"
---

# My Project Memories

This file contains key memories about your project that have been auto-populated during installation. Review and customize them to match your actual project setup.

**Add these memories to Cursor:** Use Cmd+Shift+P → "Cursor: Add Memory" to load each memory below into your workspace.

---

## 1. Project Identity

**Memory:** "Project: {{PROJECT_NAME}}. Description: {{PROJECT_DESCRIPTION}}. Repository: {{REPO_URL}}. Tech: {{PRIMARY_LANGUAGE}}/{{RUNTIME}}/{{PACKAGE_MANAGER}}."

---

## 2. Tech Stack

**Memory:** "Tech stack: {{PRIMARY_LANGUAGE}}, {{RUNTIME}}, {{PACKAGE_MANAGER}}. Framework: {{FRAMEWORK}}. Key dependencies: {{KEY_DEPENDENCIES}}. See `memory-bank/techContext.md` for details."

---

## 3. Architecture Pattern

**Memory:** "Architecture: {{ARCHITECTURE_PATTERN}}. See `ai-context.yml` for project structure and setup details."

---

## 4. Installation Checklist

- [ ] Review and customize the 3 memories above
- [ ] Add each memory to Cursor via Cmd+Shift+P → "Cursor: Add Memory"
- [ ] Update `ai-context.yml` with your project specifics
- [ ] Update `memory-bank/techContext.md` if any dependencies changed
- [ ] Run `/analyze-repo` to generate tech stack analysis
- [ ] Run `/analyze-frontend` for frontend architecture analysis (if web app)
- [ ] Run `/analyze-backend` for backend architecture analysis (if server app)

---

## Customization Guide

Replace these placeholders with your actual values:

| Placeholder | Example |
|---|---|
| `{{PROJECT_NAME}}` | My SaaS App, API Server, React Component Library |
| `{{PROJECT_DESCRIPTION}}` | A modern web application for task management |
| `{{REPO_URL}}` | https://github.com/your-org/your-repo |
| `{{PRIMARY_LANGUAGE}}` | TypeScript, Python, JavaScript |
| `{{RUNTIME}}` | Node.js, Python 3.11, Deno |
| `{{PACKAGE_MANAGER}}` | npm, yarn, pnpm, pip |
| `{{FRAMEWORK}}` | Next.js, Express, FastAPI, React |
| `{{ARCHITECTURE_PATTERN}}` | Monorepo, Standard application, Microservices |
| `{{KEY_DEPENDENCIES}}` | react, typescript, tailwind-css, vitest |

---

## Tips

- Keep memories **concise** - focus on key facts
- Update memories **whenever your tech stack or architecture changes**
- Use memories to remind the AI assistant about your **coding standards** and **project conventions**
- Reference your `.cursor/rules/` files for detailed standards
- See `recommended-memories.md` for additional memory templates (general best practices)

---

*Last updated: {{INSTALL_DATE}}*
