Most people use ChatGPT and Claude as fresh chat windows. Power users do something different — they build small, persistent assistants tuned for one job. Custom GPTs (OpenAI) and Projects (Anthropic) are the two main ways to do this, and the design patterns are remarkably similar across both.
Note: OpenAI and Anthropic update these features regularly. The patterns here are stable; specific menu options may move.
Once you find yourself pasting the same long instructions into ChatGPT or Claude every Monday, you have outgrown raw chat. Custom GPTs and Claude Projects let you bake those instructions into a named assistant. You define a system prompt, attach reference files, set behaviour rules, and from then on every conversation starts with that context already in place.
This tutorial covers the design choices behind assistants that actually get reused — system prompts that hold up, knowledge files that genuinely help, conversation starters that nudge users toward good prompts, and the maintenance habits that keep an assistant useful past week three.
Both products share the same underlying ingredients. Learning to design well in one means you can design well in the other.
OpenAI calls the assistant a Custom GPT; Anthropic calls a workspace with these ingredients a Project. The design discipline is the same.
The system prompt is where 80% of assistant quality lives. A good one usually has the same five-section shape regardless of platform.
A five-section system prompt template
ROLE
You are the editorial assistant for an indie travel blog
that covers South and Southeast Asia.
AUDIENCE
Writers on the team. Most are non-native English speakers.
They want help, not lectures.
PRINCIPLES
- Friendly, encouraging, never condescending.
- UK English spelling.
- Prefer concrete examples over abstract advice.
- Cite the relevant style guide entry when fixing tone.
WHAT YOU DO WELL
- Critique drafts (3 strengths, 3 weaknesses, 1 priority fix).
- Suggest 5 alternative headlines for any article.
- Convert dense paragraphs into scannable web prose.
- Generate SEO-friendly meta descriptions under 155 chars.
REFUSE / REDIRECT
- Do not write entire articles from scratch — ask for an outline first.
- Do not invent statistics. If asked, request a source.
- Do not give legal or medical advice.
Notice the discipline. Each section answers a different question: who, for whom, how, what, and what not. Vague system prompts produce assistants that drift; this structure keeps them on the rails.
It is tempting to upload everything. Don't. A focused knowledge base produces a focused assistant; an overloaded one produces vague, lukewarm answers.
Conversation starters do two jobs. They tell users what the assistant is good at, and they prime better prompts. Generic starters ("How can I help?") are wasted real estate.
Four well-designed conversation starters
1. "Critique a draft I'm about to paste."
2. "Suggest 5 alternative headlines for this article."
3. "Convert this dense paragraph into scannable web prose."
4. "Write a meta description under 155 characters."
Each is a complete prompt skeleton. Users tap the starter, paste their content, and get a useful answer on the first try. That is the user experience that gets your assistant reopened tomorrow.
Pick one workflow you do at least weekly. Write a system prompt using the five-section template (Role, Audience, Principles, What you do well, Refuse). Build the assistant in either ChatGPT or Claude. Use it for five real tasks and refine.
Curate exactly three knowledge files for your assistant — your style guide, one gold-standard example, and a brief "company voice" document. Resist uploading more. Notice whether the assistant's outputs are sharper than with no files at all.
Write four conversation starters that are complete prompt skeletons (not vague invitations). Share your assistant with a colleague and watch which starter they tap first. Replace the least-used one each week.
Sign in to join the discussion and post comments.
Sign inPrompt Engineering for Developers
Use AI as your coding co-pilot. 18 tutorials on writing prompts to generate clean code, debug faster, write tests, build APIs, and ship better software.
Prompt Engineering for Content & Copywriting
Write blogs, ads, emails, and social media content ten times faster with AI. 13 practical tutorials on prompt engineering for content creators and copywriters.
Prompt Engineering Projects & Real-World Applications
Twelve hands-on projects that turn prompt engineering theory into a portfolio. Build chatbots, content generators, RAG systems, and more.
Prompt Engineering for Image Generation
Turn words into stunning visuals. Master AI image generation tools like Midjourney, DALL·E 3, and Stable Diffusion with 18 focused tutorials — from first prompt to full brand identity.
Advanced Prompt Engineering Techniques
Master the powerful techniques AI experts use every day. Chain-of-thought, RAG, agents, function calling, prompt evaluation, and much more — 20 deep-dive tutorials.
Foundations of Prompt Engineering
The must-know basics of prompt engineering. Learn what prompts are, how AI models read them, and how to write clear instructions that get great results.