Idea 需求简报
Intake Agent 应输出结构化 brief,供 Coordinator Agent 和 Worker Agents 使用。
Schema
idea_brief:
title: ""
background: ""
user_intent: ""
target_audience: ""
desired_outcomes: []
scope:
in_scope: []
out_of_scope: []
constraints:
time: ""
budget: ""
tools: []
format: []
compliance: []
assumptions: []
open_questions: []
success_criteria: []
deliverables:
- name: ""
format: ""
owner_agent: ""
acceptance_criteria: []
required_skills: []
suggested_agents: []
risks: []
priority: ""
confidence: 0.0
Intake 行为
Intake Agent 应:
- 先理解为什么,再决定做什么。
- 提出聚焦的问题。
- 每轮只问少量高价值问题。
- 识别隐含假设。
- 先产出 draft brief,再最终确认。
- 允许用户修正。
- 将最终 brief 保存到
deliverables/idea_brief.yaml。