nw-buddy-wave-knowledge

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

帮助代理判断流程位置与后续动作,适合流程驱动项目。

这个 Skill 做什么

定义 nWave 各个 wave 的目的、输入输出与路由规则。

把工作流程拆成一系列 wave,标注每步的目的、输入输出和路由规则,方便判断当前处在哪个阶段该干啥。用于需要引导团队或自动代理(buddy)回答“我现在该做什么/下一步是谁”的场景。特点是把复杂流程可视化为节点链,明确交付物和责任人,减少沟通来回。

▸ 展开 SKILL.md 英文原文

Wave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.

Skill 开发管理流程方法论wave路由通用
586
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-buddy-wave-knowledge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-buddy-wave-knowledge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wave Methodology Knowledge

The nWave methodology organizes work into a canonical sequence of **waves**. Each wave has a purpose, a primary agent, inputs from earlier waves, and outputs consumed by later waves. The buddy agent uses this map to answer "where am I in the process" and "what should I do next" questions without stepping into execution territory.

## The canonical wave sequence

```
DISCOVER -> DISCUSS -> SPIKE(opt) -> DESIGN -> DEVOPS -> DISTILL -> DELIVER
```

Each wave has a slash command (`/nw-<wave>`) and a primary agent. Waves run top-to-bottom. Skipping waves is a smell; going back to revise an earlier wave is normal and expected. SPIKE is optional — include it when valid
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有