Auto-sync: 2026-04-18 07:18

This commit is contained in:
2026-04-18 07:18:06 +08:00
parent 705181ee3f
commit 35760e9c53
40 changed files with 967 additions and 99 deletions

View File

@@ -0,0 +1,21 @@
---
title: "需求拆解能力"
type: concept
tags: []
---
将模糊的目标拆解为具体、可执行的子任务的能力,是 Prompt 能力的核心组成之一。
## Definition
将模糊的需求转化为结构化、可执行任务的过程,包含:
- 明确核心动作(如分析、撰写、整理、对比、生成)
- 明确核心内容(如数据、文档、痛点)
- 明确边界条件(如受众、格式、约束)
## Related Concepts
- [[结构化表达能力]]
- [[场景共情能力]]
- [[迭代优化能力]]
## Source
- [[如何写出完美的Prompt提示词]]