Files
nexus/wiki/concepts/结构化表达能力.md
2026-04-18 07:18:06 +08:00

20 lines
671 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "结构化表达能力"
type: concept
tags: []
---
用清晰的逻辑组织信息,让 AI 快速抓取核心的能力,是 Prompt 能力的核心组成之一。
## Definition
- 核心指令前置:开头明确"做什么",避免冗余信息干扰
- 分层呈现信息:用标题、序号、分段区分"核心任务"、"背景信息"、"约束条件"、"输出格式"
- 逻辑关系明确:用"因为...所以..."、"首先...其次...最后..."等连接词,清晰呈现任务的逻辑链条
## Related Concepts
- [[需求拆解能力]]
- [[场景共情能力]]
- [[迭代优化能力]]
## Source
- [[如何写出完美的Prompt提示词]]