Spec. 011 Claude
Code & Dev
Full-Stack Feature Builder — Cursor / Claude Code
I need to build [FEATURE NAME] in my [FRAMEWORK/LANGUAGE] project.
Context:
- Project stack: [e.g., Next.js 14, TypeScript, Supabase, Tailwind]
- The feature should: [describe behavior in plain English]
- It must NOT: [list constraints or things to avoid breaking]
- Existing related files: [list file paths]
- Auth/session context: [describe how auth works in this project]
Please:
1. List the files you'll create or modify before writing any code
2. Write the complete implementation with no placeholders
3. Include TypeScript types for all new data structures
4. Add inline comments only where logic is non-obvious
5. Write one Vitest unit test for the core logic
Do not ask clarifying questions — make the most reasonable assumption and note it. Advertisement
Claude