Sdd Lite.Prompt banner
Snakeblack Snakeblack

Sdd Lite.Prompt

Development community

Description

--- name: sdd-lite description: Ask the SDD orchestrator to run lite mode only for trivial or small changes. agent: sdd-orchestrator --- Route this slash command to the `sdd-orchestrator` custom agent. Classify `${input:changeName}` with intent `${input:intent}` and use SDD lite mode only if the orchestrator determines the change is trivial or small. Do not invoke phase agents directly. If the change is normal, high-risk, or grows beyond lite scope, the orchestrator must escalate to standard

Installation

Installs to ~/.claude/skills/snakeblack-ospec-workflow-sdd-lite.prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/snakeblack-ospec-workflow-sdd-lite.prompt && curl -fsSL https://raw.githubusercontent.com/Snakeblack/ospec-workflow/HEAD/commands/sdd-lite.prompt.md -o ~/.claude/skills/snakeblack-ospec-workflow-sdd-lite.prompt/SKILL.md

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

Full documentation available on GitHub

View Source Repository