nw-wizard-shared-rules

Installation
SKILL.md

Wizard Shared Rules

Shared rules referenced by /nw-new, /nw-continue, and /nw-fast-forward wizards.

Feature ID Derivation

Derive a kebab-case feature ID from the feature description:

  1. Strip common prefixes: "implement", "add", "create", "build"
  2. Remove English stop words: "a", "the", "to", "for", "with", "and", "in", "on", "of"
  3. Convert to kebab-case (lowercase, hyphens between words)
  4. Limit to 5 hyphenated segments maximum

Examples:

  • "Add rate limiting to the API gateway" → rate-limiting-api-gateway
  • "OAuth2 upgrade" → oauth2-upgrade
  • "Implement a real-time notification system with WebSocket support for mobile and desktop clients" → real-time-notification-system-websocket

Wave Detection Rules

Installs
2
Repository
nwave-ai/nwave
GitHub Stars
600
First Seen
Jun 16, 2026
nw-wizard-shared-rules — nwave-ai/nwave