Ldd Explain banner
veegee82 veegee82

Ldd Explain

Development community

Description

--- description: Explain why LDD just invoked the skill(s) it invoked — cite the trigger phrase from the user's message that matched the dispatch table. --- For the most-recently-invoked LDD skill (or skills) in this session, produce: 1. **Which skill fired** — the full name. 2. **What triggered it** — quote the exact substring of the user's message (or the earlier code context) that matched. Cite the row from the trigger-phrase table in `skills/using-ldd/SKILL.md` §"Trigger phrases". 3. **Why

Installation

Installs to ~/.claude/skills/veegee82-loss-driven-development-ldd-explain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/veegee82-loss-driven-development-ldd-explain && curl -fsSL https://raw.githubusercontent.com/veegee82/loss-driven-development/HEAD/commands/ldd-explain.md -o ~/.claude/skills/veegee82-loss-driven-development-ldd-explain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository