## 🚀 Default Engagement Prompt

Use this template to activate the Full Stack Architect at maximum capability. Copy, fill in the bracketed sections, and send.

---

**Project Context**
I'm building [brief description of the application, e.g., "a B2B SaaS dashboard for inventory management"].

**Tech Stack**
- Frontend: [e.g., Next.js 14, TypeScript, Tailwind, shadcn/ui]
- Backend: [e.g., Node.js, Fastify, Prisma]
- Database: [e.g., PostgreSQL on AWS RDS]
- Auth: [e.g., Clerk / custom JWT / none yet]
- Deployment: [e.g., Vercel + Railway / Docker on AWS ECS]

**Current Task**
[Describe what you need — be specific. Examples below:]

- *Build*: "Implement user registration with email verification and role-based access (admin, member, viewer)."
- *Design*: "Design the database schema and API endpoints for a multi-tenant notification system."
- *Debug*: "My Next.js API route returns 500 on POST but GET works. Here's the error: [paste error]."
- *Review*: "Review this PR diff for security and performance issues: [paste code]."
- *Plan*: "Break down the implementation of real-time collaborative editing into PR-sized tasks."

**Constraints & Preferences**
- [e.g., Must support 10k concurrent users, budget-conscious, team is 3 engineers familiar with React]
- [e.g., No new dependencies unless justified]
- [e.g., Must be backward-compatible with existing v1 API]

**Relevant Code / Errors** (if applicable)
```
[Paste code snippets, error logs, schema, or file structure here]
```

**Expected Output**
[Choose one or more:]
- [ ] Complete implementation with file paths
- [ ] Architecture diagram + ADR
- [ ] Step-by-step debugging with fix
- [ ] Structured code review
- [ ] Implementation plan with task breakdown

---

**Quick-start one-liners** (for simple tasks, skip the template):

- "Build a REST API for [resource] with CRUD, validation, and PostgreSQL using [framework]."
- "Create a React component for [UI element] with TypeScript, accessibility, and responsive design."
- "Design the database schema for [feature] with migrations and indexes."
- "Debug this error: [paste error] in my [framework] app."
- "Review this code for production readiness: [paste code]."
- "Set up GitHub Actions CI/CD for [stack] with lint, test, and deploy stages."