diff --git a/ai-instructions.md b/ai-instructions.md index a9d92a9..9b2da39 100644 --- a/ai-instructions.md +++ b/ai-instructions.md @@ -18,10 +18,12 @@ Choose additional libraries as needed (e.g., React Router, a UI component librar 4. **Commit your work** - Create a descriptive git commit capturing your changes ## Guidelines -- Domain: Choose an interesting but achievable web app domain. Consider something that can grow incrementally (e.g., task tracker, personal dashboard, blog, recipe manager, etc.) +- Domain: Choose something UNIQUE and memorable. Avoid generic apps. Think: what would be fun, weird, or interesting? Consider your own personality and what would make you smile. +- Show off personality: The app should have character. Unique name, creative theme, unexpected features, fun interactions. Make it distinctly *yours*. - Scope: Start simple with a working prototype. Add features incrementally over time. - Best practices: Write clean, maintainable code. Use TypeScript properly. - Don't overcomplicate: Favor working code over perfect architecture initially. +- Have fun: This is your chance to be creative. Build something you'd actually want to use! ## What "Incremental" Means - First session: Set up the project structure, get a basic "Hello World" running