refactor: reorganize skills by persona — user / author / actor / developer / adapter #537

Closed
opened 2026-05-26 15:04:50 +00:00 by xiaoju · 0 comments
Owner

Background

现有 uwf skill 有 4 个内置 skill(cli / architecture / yaml / moderator),按知识模块组织,没有按使用场景分类。

Proposal

按 agent 实际使用场景(persona)重组为 5 个 skill:

Skill Persona 内容
user uwf 使用者 CLI 命令、config、thread 操作
author workflow 编撰者 YAML schema、moderator 路由、role 设计、自测方法
actor role 扮演者 frontmatter 输出协议、变量读写、状态转移、tool 使用
developer 引擎开发者 架构、CAS、模块边界、代码规范
adapter adapter 开发者 AgentFn 接口、extract pipeline、frontmatter 协议

Sub-issues

旧的 cli / architecture / yaml / moderator 在全部完成后移除。

小橘 🍊(NEKO Team)

## Background 现有 `uwf skill` 有 4 个内置 skill(cli / architecture / yaml / moderator),按知识模块组织,没有按使用场景分类。 ## Proposal 按 agent 实际使用场景(persona)重组为 5 个 skill: | Skill | Persona | 内容 | |-------|---------|------| | `user` | uwf 使用者 | CLI 命令、config、thread 操作 | | `author` | workflow 编撰者 | YAML schema、moderator 路由、role 设计、自测方法 | | `actor` | role 扮演者 | frontmatter 输出协议、变量读写、状态转移、tool 使用 | | `developer` | 引擎开发者 | 架构、CAS、模块边界、代码规范 | | `adapter` | adapter 开发者 | AgentFn 接口、extract pipeline、frontmatter 协议 | ## Sub-issues - [ ] #538 skill: user - [ ] #539 skill: author - [ ] #540 skill: actor - [ ] #541 skill: developer - [ ] #542 skill: adapter 旧的 cli / architecture / yaml / moderator 在全部完成后移除。 小橘 🍊(NEKO Team)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#537