Agent skill
nw-wizard-shared-rules
Shared rules for feature ID derivation and wave detection used by /nw:new, /nw:continue, and /nw:fast-forward wizards
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/nw-wizard-shared-rules
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
Wave Detection Rules
For a given project (docs/feature/{id}/), check each wave's artifacts:
| Wave | Complete When | In Progress When |
|---|---|---|
| DISCOVER | docs/feature/{id}/discover/problem-validation.md AND docs/feature/{id}/discover/lean-canvas.md exist and are non-empty |
docs/feature/{id}/discover/ exists but required files missing or empty |
| DISCUSS | docs/feature/{id}/discuss/requirements.md AND docs/feature/{id}/discuss/user-stories.md exist and are non-empty |
docs/feature/{id}/discuss/ exists but required files missing or empty |
| DESIGN | docs/feature/{id}/design/architecture-design.md exists and is non-empty |
docs/feature/{id}/design/ exists but required file missing or empty |
| DEVOPS | docs/feature/{id}/devops/platform-architecture.md exists and is non-empty |
docs/feature/{id}/devops/ exists but platform-architecture.md missing or empty |
| DISTILL | docs/feature/{id}/distill/test-scenarios.md exists and is non-empty |
docs/feature/{id}/distill/ exists but required file missing or empty |
| DELIVER | docs/feature/{id}/deliver/execution-log.json with all roadmap steps at COMMIT/PASS |
docs/feature/{id}/deliver/execution-log.json exists with some steps incomplete |
"Not started" = neither directory nor required artifacts exist for that wave.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?