nw-execute

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

Updated Mar 18, 2024
One-click install
npx skills add https://github.com/v1bh0r/precise-ledger-pro --skill nw-execute-v1bh0r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nw-execute
Source: https://github.com/v1bh0r/precise-ledger-pro/tree/main/nWave/skills/nw-execute
Command: npx skills add https://github.com/v1bh0r/precise-ledger-pro --skill nw-execute-v1bh0r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill dispatches a single roadmap step to a specialized agent for TDD execution, enabling precise task delegation and quicker feedback.

Core Features & Use Cases

  • Reads step context from roadmap and forwards only that context to the agent
  • Applies rigor considerations from local config to influence agent behavior and templates
  • Supports deterministic task execution by delegating work and returning execution results

Quick Start

Use nw-execute to dispatch a single roadmap step to an agent by providing the agent name, feature-id, and step-id.

Frequently Asked Questions about nw-execute

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

FAQPage Schema
How do I orchestrate a single roadmap step for TDD execution via an agent?

To orchestrate a single roadmap step for TDD execution, you dispatch the step to a specialized agent by providing the agent name, feature-id, and step-id, allowing precise task delegation and quicker feedback.

How does agent orchestration isolate step context from the full roadmap?

Agent orchestration isolates step context by reading the specific step from the roadmap and forwarding only that context to the agent, ensuring the agent never loads the full roadmap during TDD execution.

Can I apply local configuration rigor considerations to influence agent behavior?

Yes, you can apply rigor considerations from the local des-config to influence agent behavior and format the DES template for the agent invocation during task execution.

What is the best way to delegate deterministic tasks and return execution results?

The best way to delegate deterministic tasks is by dispatching a single roadmap step to a specialized agent, which validates inputs, applies rigor configurations, and returns the execution results.

Do I need to provide specific parameters to dispatch a roadmap step to an agent?

Yes, to dispatch a roadmap step to an agent, you need to provide the agent name, feature-id, and step-id as inputs to ensure correct task delegation and context forwarding.