nw-execute

Dispatch a single roadmap step to a specialized agent for TDD execution.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/StudentCristian/nWave-github --skill nw-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nw-execute
Source: https://github.com/StudentCristian/nWave-github/tree/main/.github/skills/nw-execute
Command: npx skills add https://github.com/StudentCristian/nWave-github --skill nw-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a single roadmap step to a specialized agent for TDD execution, enabling focused work on individual steps without loading the full roadmap.

Core Features & Use Cases

  • Dispatch a specific step to an agent based on feature-id and step-id.
  • Load minimal context from roadmap.json while preserving step context for execution.
  • Integrate rigor profiles from the .nwave/des-config.json and prepare a DES invocation template for the agent.

Quick Start

Invoke /nw-execute with the target agent, feature ID, and step ID to dispatch a single roadmap step.

Frequently Asked Questions about nw-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I dispatch a single roadmap step to an agent for TDD execution?

To dispatch a single roadmap step to an agent for TDD execution, invoke the nw-execute command with the target agent, feature ID, and step ID. This routes the specific step to the agent while minimizing full-plan context exposure using the DES template.

What is the purpose of minimizing full-plan context exposure when routing roadmap steps?

Minimizing full-plan context exposure when routing roadmap steps allows specialized agents to focus solely on individual step execution. This prevents context overload and ensures agents work efficiently on specific tasks defined in your roadmap.json file.

Do I need a roadmap.json file to execute individual feature steps?

Yes, you need access to docs/feature/{feature-id}/deliver/roadmap.json to execute individual feature steps. The dispatcher loads minimal step context from this file and requires an execution-log.json file to track progress.

How do rigor profiles affect roadmap step dispatching?

Rigor profiles from .nwave/des-config.json affect roadmap step dispatching by defining the strictness settings applied during execution. The dispatcher honors these configuration profiles when preparing the DES invocation template for the target agent.

Can I execute a roadmap step without loading the entire feature plan context?

Yes, you can execute a roadmap step without loading the entire feature plan context. The dispatcher loads only the minimal required context from roadmap.json while preserving the specific step context needed for accurate agent execution.