Files
nexus/wiki/concepts/结构化思维.md
2026-04-15 15:02:52 +08:00

25 lines
953 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: [prompt-engineering, 思维方法]
sources: ["如何写出完美的Prompt提示词"]
last_updated: 2026-04-15
---
## Definition
将模糊目标拆解为具体、可执行的子任务,用清晰的逻辑组织信息,让 AI 快速抓取核心。
## Core Elements
- 核心指令前置:避免冗余信息干扰
- 分层呈现信息:用标题、序号、分段区分核心任务、背景信息、约束条件
- 逻辑关系明确:用连接词清晰呈现任务逻辑链条
## Related Concepts
- [[精准表达]]:结构化思维的输出层面
- [[需求拆解]]:结构化思维在 Prompt 构建中的具体应用
- [[任务拆分法]]:结构化思维在复杂任务中的扩展应用
## Examples
- 按"业务流程递进"拆分(如白皮书:收集数据→分析痛点→设计框架→填充内容→优化语言)
- 用总-分-总、维度拆解等逻辑框架组织 Prompt