Prompt Design

Prompts are not magic. They are one layer of workflow design.

This page is not about collecting universal templates. It is about helping you judge when to add context, when to narrow the task, and when the real fix is changing the workflow instead of editing the prompt again.

Core frame
Goal x Context x Constraints x Output

Most prompt failures are not about wording flair. They come from unclear goals, missing context, or weak output constraints.

State the goal first

The model needs the task objective before it needs a wall of background.

Only provide necessary context

More context is not automatically better. The useful context is relevant, clean, and decision-supporting.

Make the output executable

If the result goes into tables, JSON, or automation, the output boundary has to be explicit.

Split unstable tasks

A weak result often means the task should not be solved in one shot in the first place.

Common high-frequency scenarios
Writing & Editing

For drafting, rewriting, summarizing, voice alignment, and structure cleanup.

Research & Q&A

For document Q&A, synthesis, comparison, and note organization.

Extraction & Automation

For classification, extraction, rewriting, structured output, and workflow integration.

Prompt workflow board
When to stop tweaking the prompt
You keep patching the same prompt

If every fix is another sentence, the task design is probably the real issue.

The source input is low quality

If the input is messy or incomplete, even a polished prompt will stay unstable.

You actually need a tool chain

Retrieval, memory, structuring, and review are often workflow problems, not prompt-only problems.

Selected posts on prompting and workflows

Start here if you want better judgment on how to write prompts, attach them, and stop overusing them.

Browse all posts
Where to go next

Need tool coordination

Go to /tools to see how prompts work with a wider operating stack.

Open tools
Where to go next

Need implementation cases

Go to /cases to see how prompts are embedded inside real tasks and flows.

Open cases
Where to go next

Need deeper model intuition

Go to /basicai to understand model behavior and why prompts fail in the first place.

Open basicai