技术设计文档 SOP——从需求到设计方案,产出 Markdown 文件到 /workspace/output/
لغة النص الأصلي: الصينية
القائمة
جمع SkillsMP عدد ٣٣ من skills من kid0317/crewai_mas_demo. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٣٣ من أصل ٣٣ skills مجمعة.
技术设计文档 SOP——从需求到设计方案,产出 Markdown 文件到 /workspace/output/
لغة النص الأصلي: الصينية
Agent 自我复盘:读取 L2/L3/L1 日志,调用 LLM 生成结构化改进提案, 写入 proposals.json 并发通知至 human.json 等待审批。 适用场景:Agent 在完成足够多任务后,触发自我评估和改进提案生成。
لغة النص الأصلي: الصينية
Manager 团队复盘:聚合所有 Agent 的 L2 质量指标,统计 L1 人类纠正事件, 识别瓶颈 Agent 并触发其自我复盘,调用 LLM 生成团队级改进提案, 向 human.json 发送周报。
لغة النص الأصلي: الصينية
审批复盘提案(Manager 专用)。收到 type=retro_report 邮件时加载此 Skill。按改动深度分档,memory 自动批准(加闸门),skill/agent 转 Human 确认,soul 标记高风险转 Human。
لغة النص الأصلي: الصينية
团队复盘思考框架(Manager 专用)。当你收到 type=team_retro_trigger 的邮件、或被要求"做团队复盘"时加载此 Skill。从聚合视角分析全员数据,发现跨 Agent 问题,级联触发瓶颈 Agent 的自我复盘,发周报给 Human。
لغة النص الأصلي: الصينية
自我复盘思考框架。当你收到 type=retro_trigger 的邮件、或被要求"反思本周工作"/"自我复盘"时加载此 Skill。用 log_query CLI 查数据,用 LLM 推理做分析,产出结构化复盘报告和改进提案。
لغة النص الأصلي: الصينية
初始化共享工作区,第27课新增 sop/ 目录和 human.json 邮箱。新项目启动时由 Manager 调用。
لغة النص الأصلي: الصينية
Use this skill to persist important information from the conversation to workspace files so it survives across sessions. Activate proactively (without waiting for user to say "remember this") when: - User expresses a preference or habit ("I prefer...",…
لغة النص الأصلي: الصينية
将数字员工的产出文件(产品规格文档、验收报告、设计文档等)写入共享工作区或个人工作区。 用于 PM 写 product_spec.md、Manager 写 review_result.md 等场景。 与 memory-save 的区别:本 Skill 专门用于写工作产出,memory-save 用于写记忆/会话状态。
لغة النص الأصلي: الصينية
初始化共享工作区,创建 needs/、design/、mailboxes/ 目录和邮箱文件。新项目启动时由 Manager 调用。
لغة النص الأصلي: الصينية
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
لغة النص الأصلي: الصينية
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
لغة النص الأصلي: الصينية
初始化共享工作区,第27课新增 sop/ 目录和 human.json 邮箱。新项目启动时由 Manager 调用。
لغة النص الأصلي: الصينية
收发邮件,与团队成员通信。第27课新增:支持向 human.json 发消息(单一接口约束:只有 manager 可以发)。
لغة النص الأصلي: الصينية
通知 Human 在关键节点介入确认。规定何时通知、何时不通知、通知类型和内容格式。
لغة النص الأصلي: الصينية
从 SOP 模板库中选出最匹配当前任务的 SOP,复制为 active_sop.md,通知 Human 确认。
لغة النص الأصلي: الصينية
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
لغة النص الأصلي: الصينية
需求澄清框架(四维度)。收到新项目需求时,主动识别缺失信息,整理澄清问题,写入 requirements.md。
لغة النص الأصلي: الصينية
与 Human 共同设计 SOP 模板。基于四要素框架生成草稿,通知 Human 审阅,迭代修改直到确认。
لغة النص الأصلي: الصينية
SOP 制定 Skill:帮助 Manager 与人类协作,从零设计一套任务执行 SOP。 按四要素框架(角色分工/步骤清单/Checkpoint设计/质量标准)生成标准作业流程文档。 适用场景:建立新 SOP 模板,或对已有 SOP 进行重大修订。 产出由调用方(通常是 memory-save skill)写入 shared/sop/ 目录。
لغة النص الأصلي: الصينية
Use this skill when you are a Dev agent and need to produce a technical design document for a feature. Triggers: receiving a feature requirement or task assignment with clear acceptance criteria. Do NOT use for writing requirement documents, doing…
لغة النص الأصلي: الصينية
Use this skill when you are a Manager agent and need to decompose a business requirement into a structured task list. Triggers: receiving a project requirement, feature request, or bug report that needs to be broken down into tasks with assigned roles and…
لغة النص الأصلي: الصينية
产品文档设计规范,包含产品文档结构、写作要求和验收标准。
لغة النص الأصلي: الصينية
数字员工邮箱操作(三态状态机):send_mail / read_inbox / mark_done / mark_done_all / reset_stale。 邮箱文件位于共享工作区 /mnt/shared/mailboxes/。 消息生命周期:unread → in_progress → done。
لغة النص الأصلي: الصينية
SOP 选择 Skill:帮助 Manager 从 SOP 库中选出最匹配当前任务的 SOP 模板。 按三步评分框架(需求特征分析/候选 SOP 评分/推荐输出)完成选择。 适用场景:任务执行阶段,在需求确认后、任务分配前。 产出:选中的 SOP 写入 active_sop.md,作为本次任务执行依据。
لغة النص الأصلي: الصينية
需求澄清 Skill:帮助 Manager 用四维框架(目标/边界/约束/风险) 对用户的初步需求进行结构化梳理,生成完整的需求文档。 适用场景:接收到用户模糊需求后,在无法实时追问的情况下, 按框架推演并将不确定项标记为「待确认」。 输出结果由调用方(通常是 memory-save skill)写入文件。
لغة النص الأصلي: الصينية
Software development delivery SOP for an Orchestrator agent. Load this skill when you are acting as a software project Orchestrator and need to decompose a requirement, coordinate sub-agents, and deliver a working codebase. Activate when: an agent receives a…
لغة النص الأصلي: الصينية
共享工作区访问规范(第26课·reference skill)。注入 Agent 上下文,告知每个角色在 /mnt/shared/ 中的读写权限边界。
لغة النص الأصلي: الصينية
Use this skill when you are a Dev agent and need to produce a technical design document for a feature. Triggers: receiving a feature requirement or task assignment with clear acceptance criteria. Do NOT use for writing requirement documents, doing…
لغة النص الأصلي: الصينية
Use this skill when you are a Manager agent and need to decompose a business requirement into a structured task list. Triggers: receiving a project requirement, feature request, or bug report that needs to be broken down into tasks with assigned roles and…
لغة النص الأصلي: الصينية
搜索 XiaoPaw 的历史对话记忆。当用户询问过去发生的事、之前的偏好、历史任务结果时使用。支持语义搜索('上次那个航班')、关键字搜索('PDF转换')、混合搜索('上周的工作文件')。
لغة النص الأصلي: الصينية
Use this skill to audit and clean up workspace memory files and the skills directory. Activate when: - memory.md is approaching 150+ lines (Bootstrap limit is 200) - User requests a memory cleanup or audit - Skills directory has grown large and may contain…
لغة النص الأصلي: الصينية
Create new skills and save them to the project's shared skills directory. Use this skill when users want to turn a workflow, SOP, or repeatable multi-step process into a permanent reusable skill that future sessions can invoke reliably. Activate when: user…
لغة النص الأصلي: لغات متعددة