Prompt
The Interface Between Human Intention and Machine Output
A prompt is the only point of contact between what you want and what an AI produces. Everything the model does — every word it writes, every analysis it generates, every decision it makes about what to include and what to omit — begins with the instruction you gave it.
This sounds obvious. Its implications are not.
If the output is not what you wanted, the instinct is to conclude that the model is limited. Sometimes this is correct. More often, the model was capable of producing what you wanted and the prompt did not successfully communicate what that was. The same model, given a different instruction for the same task, produces a substantially better result. Not because anything changed in the model, but because the instruction was clearer about what good actually means in this context.
Prompting is the skill that closes the gap between what AI can do and what you actually get from it. This skill teaches it systematically.
Why Most Prompts Underperform
The default way most people prompt an AI model is to ask it a question or give it a task in roughly the same way they would ask a knowledgeable colleague. This produces results that are roughly as good as asking a knowledgeable colleague who has no context about you, your situation, your standards, your audience, or what you have already tried.
Which is to say: often useful, rarely excellent, and frequently requiring significant additional work to be actually usable.
The problem is not that the model lacks the capability to do better. It is that the model cannot apply capability it has to a situation it does not understand. Context that feels obvious to you — who this is for, what it needs to accomplish, what constraints it needs to respect, what a good result looks like — is not obvious to the model unless you provide it.
The skill teaches you to provide it efficiently.
The Anatomy of an Effective Prompt
An effective prompt contains more than a task. It contains the context that allows the model to perform the task well.
The role or persona that frames how the model should approach the task. The purpose that explains why the output matters and what it needs to accomplish. The audience that determines the appropriate level of expertise, tone, and assumed background knowledge. The constraints that define what the output must and must not include. The format that specifies how the output should be structured. The examples that demonstrate what good looks like more precisely than any description can.
Not every prompt needs every element. A simple factual question needs almost none of them. A complex creative or analytical task benefits from all of them. The skill helps you identify which elements matter for the specific task you are working on and how to include them efficiently.
Prompting for Different Tasks
The principles of effective prompting are consistent across tasks. The application of those principles looks different depending on what you are trying to accomplish.
Writing and editing tasks benefit from specific guidance about voice, audience, and the difference between what you want the output to say and what you want it to accomplish. Analysis tasks benefit from explicit framing of the question being answered and the criteria for a good answer. Research tasks benefit from scope constraints that prevent the model from producing a survey when you need a specific answer. Creative tasks benefit from examples that demonstrate the aesthetic you are going for rather than descriptions of it. Code tasks benefit from explicit specification of the environment, the constraints, and the edge cases that matter.
The skill builds prompting approaches for the specific tasks you do most often, calibrated to how you work and what you need from the output.
When the Output Is Not What You Wanted
A prompt that does not produce what you wanted is not a failure. It is a diagnostic. Something in the instruction was ambiguous, missing, or inconsistent with what the model needed to produce the result you were expecting.
The skill helps you diagnose what went wrong. The output that is technically correct but misses the point — usually a sign that the purpose was not made clear. The output that is in the right direction but at the wrong level — usually a sign that the audience or expertise level was not specified. The output that is good in isolation but does not fit the broader context — usually a sign that the context was not provided. The output that is confidently wrong — usually a sign that the task required knowledge the model does not have and the prompt did not account for this.
Each diagnosis leads to a specific revision. The skill makes this diagnostic process fast enough that iteration becomes a natural part of prompting rather than a frustrating detour.
Building a Prompt Library
The prompts that work are worth keeping. A prompt that reliably produces excellent output for a task you do regularly is an asset — a piece of intellectual infrastructure that makes every future instance of that task faster and more consistent.
The skill helps you build and maintain a personal prompt library. The structure that makes prompts findable when you need them. The documentation that captures not just the prompt but the context in which it works and the variations that handle different versions of the task. The regular review that keeps the library current as models evolve and your needs change.
A prompt library built over months of careful work compounds in value the way any well-maintained system does. The investment in building it pays dividends every time you reach for a prompt that would have taken twenty minutes to write from scratch and takes twenty seconds to find and use.
提示词
人类意图与机器输出之间的接口
提示词是你想要什么与AI产生什么之间的唯一接触点。模型所做的一切——它写的每一个字、生成的每一次分析、关于包含什么和省略什么的每一个决定——都始于你给出的指令。
这听起来显而易见。但其影响却并非如此。
如果输出不是你想要的结果,本能反应是认为模型能力有限。有时这是正确的。但更多时候,模型本可以产生你想要的结果,只是提示词未能成功传达你的意图。同样的模型,针对同一任务给出不同的指令,会产生显著更好的结果。不是因为模型发生了任何变化,而是因为指令更清楚地说明了在这个上下文中好究竟意味着什么。
提示词设计是缩小AI能做什么与你实际从它那里得到什么之间差距的技能。本技能将系统地教授这一点。
为什么大多数提示词表现不佳
大多数人向AI模型提问的默认方式,大致就像他们向一位知识渊博的同事提问或布置任务一样。这产生的结果,大致相当于向一位对你、你的处境、你的标准、你的受众或你已经尝试过的方法一无所知的知识渊博的同事提问所得到的结果。
也就是说:通常有用,但很少出色,并且经常需要大量额外工作才能真正可用。
问题不在于模型缺乏做得更好的能力。而在于模型无法将其拥有的能力应用于它不了解的情境。那些对你来说显而易见的背景信息——这是给谁看的、需要达成什么目标、需要遵守什么约束、好的结果是什么样的——对模型来说并不显而易见,除非你提供给它。
本技能将教你如何高效地提供这些信息。
有效提示词的构成要素
一个有效的提示词包含的不仅仅是任务。它还包含让模型能够出色完成任务所需的背景信息。
角色或身份:框定模型应如何对待任务。目的:解释为什么输出很重要以及需要达成什么目标。受众:确定适当的专业水平、语气和假设的背景知识。约束:定义输出必须包含和不能包含的内容。格式:指定输出应如何结构化。示例:比任何描述都更精确地展示好的结果是什么样的。
并非每个提示词都需要每个要素。一个简单的事实性问题几乎不需要任何要素。一个复杂的创意或分析任务则受益于所有要素。本技能帮助你识别哪些要素对你正在处理的特定任务至关重要,以及如何高效地包含它们。
针对不同任务的提示词设计
有效提示词的原则在不同任务中是一致的。但这些原则的应用方式取决于你试图完成的任务。
写作和编辑任务受益于关于语气、受众以及你希望输出说什么与希望输出达成什么之间差异的具体指导。分析任务受益于对所回答问题以及好答案标准的明确框架。研究任务受益于范围约束,防止在你需要特定答案时模型生成一份综述。创意任务受益于展示你所追求美学的示例,而非对其的描述。代码任务受益于对环境、约束和重要边缘情况的明确说明。
本技能为你最常执行的特定任务构建提示词方法,并根据你的工作方式和从输出中需要的内容进行调整。
当输出不是你想要的结果时
未能产生你想要结果的提示词并非失败。它是一种诊断。指令中的某些内容存在歧义、缺失,或与模型产生你期望结果所需的条件不一致。
本技能帮助你诊断问题所在。技术上正确但偏离要点的输出——通常表明目的没有明确。方向正确但层次不对的输出——通常表明受众或专业水平没有指定。单独看不错但不适合更广泛背景的输出——通常表明背景信息没有提供。自信但错误的输出——通常表明任务需要模型不具备的知识,而提示词没有考虑到这一点。
每次诊断都会导致特定的修订。本技能使这一诊断过程足够快速,使得迭代成为提示词设计的自然组成部分,而非令人沮丧的弯路。
构建提示词库
有效的提示词值得保留。一个能为你定期执行的任务可靠地产生出色输出的提示词是一项资产——一种智力基础设施,使该任务的每一次未来执行都更快、更一致。
本技能帮助你构建和维护个人提示词库。使提示词在需要时易于查找的结构。不仅记录提示词本身,还记录其工作背景以及处理任务不同版本的变体的文档。随着模型演变和需求变化而保持词库更新的定期审查。
一个经过数月精心工作构建的提示词库,其价值会像任何维护良好的系统一样复合增长。构建它的投资每次都会带来回报——当你找到一个本需二十分钟从头编写、却只需二十秒就能找到并使用的提示词时。