Sdd Verify.Prompt banner
Snakeblack Snakeblack

Sdd Verify.Prompt

Development community

Description

--- name: sdd-verify description: Verify an OpenSpec change through the SDD orchestrator. agent: sdd-orchestrator --- Route this slash command to the `sdd-orchestrator` custom agent. Run verify for `${input:changeName}` against the persisted OpenSpec specs, tasks, and apply evidence. Do not invoke the `sdd-verify` phase agent directly. The orchestrator must confirm the change is ready and delegate verification.

Installation

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

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