Sdd New.Prompt banner
Snakeblack Snakeblack

Sdd New.Prompt

Development community

Description

--- name: sdd-new description: Start a new persisted SDD change through the SDD orchestrator. agent: sdd-orchestrator --- Route this slash command to the `sdd-orchestrator` custom agent. Start a new persisted SDD change for `${input:changeName}` using the supplied user intent: `${input:intent}`. Do not invoke phase agents directly. Let `sdd-orchestrator` run init checks, classify the change, choose the workflow, and delegate phases as needed.

Installation

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

Terminal
mkdir -p ~/.claude/skills/snakeblack-ospec-workflow-sdd-new.prompt && curl -fsSL https://raw.githubusercontent.com/Snakeblack/ospec-workflow/HEAD/commands/sdd-new.prompt.md -o ~/.claude/skills/snakeblack-ospec-workflow-sdd-new.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