Loading...
Loading...
Compare original and translation side by side
Notion:notion-searchNotion:notion-fetchNotion:notion-create-pagesNotion:notion-searchNotion:notion-create-pagesNotion:notion-update-pageNotion:notion-searchNotion:notion-fetchNotion:notion-create-pagesNotion:notion-searchNotion:notion-create-pagesNotion:notion-update-page1. Search for spec:
- Use Notion:notion-search with spec name or topic
- Apply filters if needed (e.g., created_date_range, teamspace_id)
- Look for spec title or keyword matches
- If not found or ambiguous, ask user for spec URL/ID
Example searches:
- "User Authentication spec"
- "Payment Integration specification"
- "Mobile App Redesign PRD"1. 搜索规格:
- 使用Notion:notion-search,传入规格名称或主题
- 必要时应用筛选条件(如created_date_range、teamspace_id)
- 查找匹配的规格标题或关键词
- 若未找到或结果模糊,向用户索要规格URL/ID
示例搜索:
- "用户认证规格"
- "支付集成技术规格"
- "移动端应用重设计PRD"1. Fetch spec page:
- Use Notion:notion-fetch with spec URL/ID from search results
- Read full content including requirements, design, constraints
2. Parse specification:
- Identify functional requirements
- Note non-functional requirements (performance, security, etc.)
- Extract acceptance criteria
- Identify dependencies and blockers1. 获取规格页面:
- 使用Notion:notion-fetch,传入搜索结果中的规格URL/ID
- 读取完整内容,包括需求、设计、约束条件
2. 解析规格:
- 识别功能需求
- 记录非功能需求(性能、安全等)
- 提取验收标准
- 识别依赖项和阻塞点1. Break down into phases/milestones
2. Identify technical approach
3. List required tasks
4. Estimate effort
5. Identify risks
Use implementation plan template (see [reference/standard-implementation-plan.md](reference/standard-implementation-plan.md) or [reference/quick-implementation-plan.md](reference/quick-implementation-plan.md))1. 拆解为阶段/里程碑
2. 确定技术方案
3. 列出所需任务
4. 评估工作量
5. 识别风险
使用实施计划模板(查看[reference/standard-implementation-plan.md](reference/standard-implementation-plan.md)或[reference/quick-implementation-plan.md](reference/quick-implementation-plan.md))Use Notion:notion-create-pages:
- Title: "Implementation Plan: [Feature Name]"
- Content: Structured plan with phases, tasks, timeline
- Link back to original spec
- Add to appropriate location (project page, database)使用Notion:notion-create-pages:
- 标题:"实施计划:[功能名称]"
- 内容:包含阶段、任务、时间线的结构化计划
- 链接回原始规格
- 添加至合适位置(项目页面、数据库)1. Search for task database:
- Use Notion:notion-search to find "Tasks" or "Task Management" database
- Look for engineering/project task tracking system
- If not found or ambiguous, ask user for database location
2. Fetch database schema:
- Use Notion:notion-fetch with database URL/ID
- Get property names, types, and options
- Identify correct data source from <data-source> tags
- Note required properties for new tasks1. 搜索任务数据库:
- 使用Notion:notion-search查找“Tasks”或“Task Management”数据库
- 寻找工程/项目任务跟踪系统
- 若未找到或结果模糊,向用户索要数据库位置
2. 获取数据库架构:
- 使用Notion:notion-fetch,传入数据库URL/ID
- 获取属性名称、类型和选项
- 从<data-source>标签中识别正确的数据源
- 记录创建新任务所需的必填属性For each task in plan:
1. Create task in task database using Notion:notion-create-pages
2. Use parent: { data_source_id: 'collection://...' }
3. Set properties from schema:
- Name/Title: Task description
- Status: To Do
- Priority: Based on criticality
- Related Tasks: Link to spec and plan
4. Add implementation details in content针对计划中的每个任务:
1. 使用Notion:notion-create-pages在任务数据库中创建任务
2. 使用parent: { data_source_id: 'collection://...' }
3. 根据架构设置属性:
- 名称/标题:任务描述
- 状态:待办
- 优先级:根据重要性设置
- 关联任务:链接至规格和计划
4. 在内容中添加实施细节1. Update task status to "In Progress"
2. Add initial progress note
3. Document approach and decisions
4. Link relevant resources1. 将任务状态更新为“进行中”
2. 添加初始进度备注
3. 记录实施方案和决策
4. 链接相关资源Regular updates:
1. Update task properties (status, progress)
2. Add progress notes with:
- What's completed
- Current focus
- Blockers/issues
3. Update implementation plan with milestone completion
4. Link to related work (PRs, designs, etc.)定期更新:
1. 更新任务属性(状态、进度)
2. 添加进度备注,包含:
- 已完成内容
- 当前工作重点
- 阻塞点/问题
3. 更新实施计划中的里程碑完成情况
4. 链接相关工作成果(PR、设计稿等)