
技术设计文档 SOP——从需求到设计方案,产出 Markdown 文件到 /workspace/output/
技术设计文档 SOP——从需求到设计方案,产出 Markdown 文件到 /workspace/output/
技术设计文档 SOP——从需求到设计方案,产出 Markdown 文件到 /workspace/output/
Agent 自我复盘:读取 L2/L3/L1 日志,调用 LLM 生成结构化改进提案, 写入 proposals.json 并发通知至 human.json 等待审批。 适用场景:Agent 在完成足够多任务后,触发自我评估和改进提案生成。
审批复盘提案(Manager 专用)。收到 type=retro_report 邮件时加载此 Skill。按改动深度分档,memory 自动批准(加闸门),skill/agent 转 Human 确认,soul 标记高风险转 Human。
自我复盘思考框架。当你收到 type=retro_trigger 的邮件、或被要求"反思本周工作"/"自我复盘"时加载此 Skill。用 log_query CLI 查数据,用 LLM 推理做分析,产出结构化复盘报告和改进提案。
将数字员工的产出文件(产品规格文档、验收报告、设计文档等)写入共享工作区或个人工作区。 用于 PM 写 product_spec.md、Manager 写 review_result.md 等场景。 与 memory-save 的区别:本 Skill 专门用于写工作产出,memory-save 用于写记忆/会话状态。
初始化共享工作区,第27课新增 sop/ 目录和 human.json 邮箱。新项目启动时由 Manager 调用。
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
收发邮件,与团队成员通信。第27课新增:支持向 human.json 发消息(单一接口约束:只有 manager 可以发)。
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
Manager 团队复盘:聚合所有 Agent 的 L2 质量指标,统计 L1 人类纠正事件, 识别瓶颈 Agent 并触发其自我复盘,调用 LLM 生成团队级改进提案, 向 human.json 发送周报。
团队复盘思考框架(Manager 专用)。当你收到 type=team_retro_trigger 的邮件、或被要求"做团队复盘"时加载此 Skill。从聚合视角分析全员数据,发现跨 Agent 问题,级联触发瓶颈 Agent 的自我复盘,发周报给 Human。
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...", "always...", "don't...") - User corrects Agent behavior and states how it should work instead - A key fact emerges that matters for future sessions (project milestone, decision made, important date, contact info) - User approves an approach ("let's do it this way going forward") - Agent needs to save a work product (report, spec, review result) to workspace Do NOT activate for: one-time tasks, Agent's own reasoning, info already in user.md.
需求澄清框架(四维度)。收到新项目需求时,主动识别缺失信息,整理澄清问题,写入 requirements.md。
搜索 XiaoPaw 的历史对话记忆。当用户询问过去发生的事、之前的偏好、历史任务结果时使用。支持语义搜索('上次那个航班')、关键字搜索('PDF转换')、混合搜索('上周的工作文件')。
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 integration/E2E testing, or modifying task assignments.
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 acceptance criteria. Do NOT use for writing code, modifying requirements, or executing tasks.
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 acceptance criteria. Do NOT use for writing code, modifying requirements, or executing tasks.
SOP 选择 Skill:帮助 Manager 从 SOP 库中选出最匹配当前任务的 SOP 模板。 按三步评分框架(需求特征分析/候选 SOP 评分/推荐输出)完成选择。 适用场景:任务执行阶段,在需求确认后、任务分配前。 产出:选中的 SOP 写入 active_sop.md,作为本次任务执行依据。
从 SOP 模板库中选出最匹配当前任务的 SOP,复制为 active_sop.md,通知 Human 确认。
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...", "always...", "don't...") - User corrects Agent behavior and states how it should work instead - A key fact emerges that matters for future sessions (project milestone, decision made, important date, contact info) - User approves an approach ("let's do it this way going forward") - Agent needs to save a work product (report, spec, review result) to workspace Do NOT activate for: one-time tasks, Agent's own reasoning, info already in user.md.
产品文档设计规范,包含产品文档结构、写作要求和验收标准。
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 says "保存为技能" / "create a skill for..." / "把这个流程存下来" / "以后都这样做" / "make this repeatable" / "turn this into a skill". Also activate proactively when a complex multi-step workflow is described in conversation and standardized, reliable execution would clearly benefit the user. Do NOT activate for: simple facts or preferences (use memory-save), one-time tasks, or things that don't need to run consistently every time.
共享工作区访问规范(第26课·reference skill)。注入 Agent 上下文,告知每个角色在 /mnt/shared/ 中的读写权限边界。
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...", "always...", "don't...") - User corrects Agent behavior and states how it should work instead - A key fact emerges that matters for future sessions (project milestone, decision made, important date, contact info) - User approves an approach ("let's do it this way going forward") - Agent needs to save a work product (report, spec, review result) to workspace Do NOT activate for: one-time tasks, Agent's own reasoning, info already in user.md.
需求澄清 Skill:帮助 Manager 用四维框架(目标/边界/约束/风险) 对用户的初步需求进行结构化梳理,生成完整的需求文档。 适用场景:接收到用户模糊需求后,在无法实时追问的情况下, 按框架推演并将不确定项标记为「待确认」。 输出结果由调用方(通常是 memory-save skill)写入文件。
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...", "always...", "don't...") - User corrects Agent behavior and states how it should work instead - A key fact emerges that matters for future sessions (project milestone, decision made, important date, contact info) - User approves an approach ("let's do it this way going forward") - Agent needs to save a work product (report, spec, review result) to workspace Do NOT activate for: one-time tasks, Agent's own reasoning, info already in user.md.
与 Human 共同设计 SOP 模板。基于四要素框架生成草稿,通知 Human 审阅,迭代修改直到确认。
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...", "always...", "don't...") - User corrects Agent behavior and states how it should work instead - A key fact emerges that matters for future sessions (project milestone, decision made, important date, contact info) - User approves an approach ("let's do it this way going forward") - Agent needs to save a work product (report, spec, review result) to workspace Do NOT activate for: one-time tasks, Agent's own reasoning, info already in user.md.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
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 integration/E2E testing, or modifying task assignments.
从 SOP 模板库中选出最匹配当前任务的 SOP,复制为 active_sop.md,通知 Human 确认。
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
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 software feature requirement and must coordinate multiple specialists to implement it end-to-end. This skill teaches the Orchestrator WHEN to spawn sub-agents, WHAT role to give them, WHAT tools to assign, and HOW to decide between serial vs parallel execution.
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
初始化共享工作区,第27课新增 sop/ 目录和 human.json 邮箱。新项目启动时由 Manager 调用。
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
初始化共享工作区,创建 needs/、design/、mailboxes/ 目录和邮箱文件。新项目启动时由 Manager 调用。
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。
收发邮件,与团队成员通信。第27课新增:支持向 human.json 发消息(单一接口约束:只有 manager 可以发)。
数字员工邮箱操作(三态状态机):send_mail / read_inbox / mark_done / mark_done_all / reset_stale。 邮箱文件位于共享工作区 /mnt/shared/mailboxes/。 消息生命周期:unread → in_progress → done。
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 duplicates or stale entries - memory-save reports that memory.md is near the limit Do NOT activate for: normal conversation, saving new memories (use memory-save), creating new skills (use skill-creator).
通知 Human 在关键节点介入确认。规定何时通知、何时不通知、通知类型和内容格式。
通知 Human 在关键节点介入确认。规定何时通知、何时不通知、通知类型和内容格式。
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
产品文档设计规范,包含产品文档结构、写作要求和验收标准。
产品文档设计规范,包含产品文档结构、写作要求和验收标准。
需求澄清框架(四维度)。收到新项目需求时,主动识别缺失信息,整理澄清问题,写入 requirements.md。