Agent skill · AI & Agents

nw-buddy-wave-knowledge

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill nw-buddy-wave-knowledge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/nw-buddy-wave-knowledge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 validating a new mechanism, performance requirement, or external integration. ## Wave-by-wave reference ### 1. DISCOVER - **Purpose**: validate that an opportunity exists and is worth pursuing. - **Primary agent**: product-discoverer. - **Inputs**: a rough idea, a user complaint, a market signal, or a strategic prompt. - **Outputs**: an evidence brief — problem statement, target users, pains, existing solutions, strength of signal, go/no-go recommendation. - **Typical artifacts**: `docs/discover/<opportu

What's inside
Steps it walks through
  1. The canonical wave sequence
  2. Wave-by-wave reference
  3. 1. DISCOVER
  4. 2. DISCUSS
  5. 3. SPIKE (optional)
  6. 4. DESIGN
  7. 5. DEVOPS
  8. 6. DISTILL
  9. 7. DELIVER
  10. Cross-wave agents
  11. Routing questions to the right wave
  12. Recognizing which wave the user is in
  13. What the buddy does NOT do
  14. Rule of thumb
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the nw-buddy-wave-knowledge skill do?

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

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill nw-buddy-wave-knowledge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going