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:
- Strip common prefixes: "implement", "add", "create", "build"
- Remove English stop words: "a", "the", "to", "for", "with", "and", "in", "on", "of"
- Convert to kebab-case (lowercase, hyphens between words)
- 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