Files
nexus/wiki/concepts/需求拆解.md

37 lines
1.0 KiB
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.
---
id: requirement-decomposition
title: "需求拆解"
type: concept
tags: [prompt-engineering, structured-thinking]
sources:
- "[[如何写出完美的Prompt]]"
last_updated: 2025-12-02
---
## Definition
需求拆解是将模糊目标转化为具体可执行子任务的过程。
## Methods
### 基础方法
- **需求拆解法**:将复杂任务分解为简单步骤
- **上下文补全法**补充背景信息让AI理解场景
- **格式定义法**:明确输出格式要求
- **示例引导法**:提供参考案例
### 进阶策略
- **思维链引导**让AI逐步推理
- **任务拆分**:大任务分解为子任务
- **角色赋能**赋予AI特定专业角色
- **预填回复**:提供初始回答框架
### 高阶技巧
- **跨模态联动**:结合多种输入输出形式
- **领域知识注入**:嵌入专业知识
- **反馈循环嵌入**:建立迭代优化机制
## Connections
- [[Prompt能力]] ← requires ← [[需求拆解]]
- [[结构化表达]] ← enables ← [[需求拆解]]