40 lines
955 B
Markdown
40 lines
955 B
Markdown
---
|
||
id: prompt-ability
|
||
title: "Prompt能力"
|
||
type: concept
|
||
tags: [prompt-engineering, communication]
|
||
sources:
|
||
- "[[如何写出完美的Prompt]]"
|
||
last_updated: 2025-12-02
|
||
---
|
||
|
||
## Definition
|
||
|
||
Prompt能力是清晰界定需求+结构化思维表达的能力,本质是需求拆解+结构化表达能力。
|
||
|
||
## Core Elements
|
||
|
||
人与AI的协作协议,定义:
|
||
- **做什么**:明确任务目标
|
||
- **为什么**:任务背景和目的
|
||
- **给谁**:目标受众
|
||
- **怎么做**:执行方式和约束
|
||
- **做到什么标准**:质量要求和验收标准
|
||
|
||
## Four Key Elements
|
||
|
||
1. **角色**:AI扮演的身份
|
||
2. **受众对齐**:明确目标用户
|
||
3. **场景对齐**:使用环境上下文
|
||
4. **目标对齐**:预期成果定义
|
||
|
||
## Common Mistakes
|
||
|
||
- 越复杂越专业
|
||
- 说清做什么就行
|
||
- 一键生成即终点
|
||
|
||
## Connections
|
||
- [[AI协作]] ← requires ← [[Prompt能力]]
|
||
- [[结构化思维]] ← enables ← [[Prompt能力]]
|