文件
skills/cc-switch-dev-workflow/references/knowledge-base/templates/analysis-template.md
2026-03-26 00:27:17 -07:00

79 行
1.1 KiB
Markdown

# Template: ANALYSIS.md
## Purpose
统一阶段分析报告结构,确保下一步 tasking 有稳定输入。
## When to Use
- Research
- Spec
- Code
- Alignment
## Inputs
- 当前阶段源材料
- 当前阶段目标
- 当前阶段边界
## Outputs
- `ANALYSIS.md`
## Primary Agent/Model
`GPT-5.4 Pro xhigh`
## Secondary Agent/Model
`Claude Opus 4.6`
## Required Skills
- 对应阶段 analyzing skill
## Steps
1. 先写范围和目标。
2. 再写优先级、结构拆分和风险。
3. 只保留下一步 tasking 真正需要的信息。
## Exit Criteria
- tasking agent 不需要回看原始长文就能生成任务
## Failure Recovery
- 如果分析报告无法直接生成任务,说明范围还没压缩好
## Related Templates
- [`todo-yaml-template.md`](./todo-yaml-template.md)
- [`agent-handoff-template.md`](./agent-handoff-template.md)
## Template
```markdown
# ANALYSIS
## Goal
-
## Scope
- Included:
- Excluded:
## Inputs
-
## Findings
-
## Priority
1.
2.
3.
## Structure
- Category A:
- Category B:
## Risks
-
## Decisions Needed
-
## Exit Criteria
-
```