using-ldd

Route user intents to LDD sub-skills via trigger-phrase mappings.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/veegee82/loss-driven-development --skill using-ldd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: using-ldd
Source: https://github.com/veegee82/loss-driven-development/tree/main/skills/using-ldd
Command: npx skills add https://github.com/veegee82/loss-driven-development --skill using-ldd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The LDD bundle conductor helps you dispatch the twelve LDD skills and their trigger phrases, acting as the entry-point that routes user intents to the correct sub-skills and tracks the trigger-phrase table they respond to.

Core Features & Use Cases

  • Orchestrates automatic thinking-level dispatch (L0–L4) to select the appropriate LDD sub-skill (inner, refinement, outer, CoT) based on user signals.
  • Maintains and applies the trigger-phrase mapping so that any mention of LDD or related terms routes to the correct workflow.
  • Provides a coherent entry point for the bundle to reuse memory, trace, and governance across the four parameter spaces and the DSL for LDD.

Quick Start

Prefix your message with LDD: to activate the orchestrator and dispatch the appropriate sub-skill.

Frequently Asked Questions about using-ldd

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

FAQPage Schema
How do I orchestrate agent workflows with gradient descent thinking levels?▼

Orchestrating agent workflows with gradient descent thinking levels involves dispatching sub-skills across inner, refinement, outer, and CoT loops. This Skill routes user intents to the correct sub-skills and applies level scoring to optimize the agent's processing logic.

What is LDD trigger-phrase routing for AI agents?▼

LDD trigger-phrase routing is a mechanism that maps specific keywords to designated agent workflows. It maintains a mapping table so that mentions of LDD or related terms automatically dispatch the correct sub-skill, guiding the agent through four axes of thinking.

How do I auto-dispatch sub-skills across multiple thinking loops?▼

To auto-dispatch sub-skills across multiple thinking loops, prefix your message with LDD: to activate the orchestrator. It then selects the appropriate sub-skill from L0–L4 based on user signals and tracks decisions through a visible trace interface.

Can I trace agent decisions and progress across different thinking levels?▼

You can trace agent decisions and progress across different thinking levels using the built-in trace interface. This interface surfaces the orchestrator's routing choices, level scoring, and workflow progress as the agent navigates the four parameter spaces.

Do I need specific dependencies to run an LDD orchestrator for agent workflows?▼

No specific dependencies are required to run an LDD orchestrator for agent workflows. The Skill operates independently to coordinate the twelve LDD skills, applying trigger-phrase mappings and gradient-descent logic without external component installations.

What is the best way to manage memory and governance across agent thinking loops?▼

The best way to manage memory and governance across agent thinking loops is through a centralized orchestrator entry point. This approach reuses shared memory and governance mechanisms across the four parameter spaces, ensuring consistent state throughout the workflow.