Files
nexus/wiki/concepts/需求拆解能力.md
2026-04-18 07:18:06 +08:00

21 lines
603 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 能力的核心组成之一。
## Definition
将模糊的需求转化为结构化、可执行任务的过程,包含:
- 明确核心动作(如分析、撰写、整理、对比、生成)
- 明确核心内容(如数据、文档、痛点)
- 明确边界条件(如受众、格式、约束)
## Related Concepts
- [[结构化表达能力]]
- [[场景共情能力]]
- [[迭代优化能力]]
## Source
- [[如何写出完美的Prompt提示词]]