Session starter · DJ Platform

Claude context prompt

Fill in the fields, copy the prompt, paste it at the start of every Claude session. Takes 30 seconds.

Current phase
Current task
Last session summary
Blocker / question
Machine you're on
Output type needed
Master context
Design tokens + rules
💡
When to use the design block
Paste this in addition to the main prompt any time you ask Claude to build a component, page, or visual. You don't need it for pure logic questions or debugging.
Enough for this entire project
More messages than free tier
200K
Token context window
File uploads (code, images, zips)
Priority access during peak hours
All
Access to latest Claude models
📎
Upload files directly
When you have a bug, don't just describe it — drag your .tsx file into the chat. Claude reads the whole file and gives a much more accurate fix than guessing from a description.
✂️
Keep sessions focused
One task per session works better than "build the whole booking system." Focused context = better code. When you hit the message limit, start a new chat with the context prompt — pick up exactly where you left off.
🔁
Use "continue" sparingly
If Claude cuts off mid-code, say continue from [last line you saw]. But it's often cleaner to ask for just the missing function rather than continuing a long block.
🧪
Ask for explanation alongside code
Add "add a comment above each section explaining what it does and why" to any code request. You'll learn faster and understand what to change when something breaks.
🚨
Paste the full error, not a summary
Copy the entire terminal or browser console error — including the stack trace. "It says something about undefined" gives Claude almost nothing to work with. The full error gives everything.