Sdd Clarify.Prompt banner
Snakeblack Snakeblack

Sdd Clarify.Prompt

Development community

Description

--- name: sdd-clarify description: "Re-run or manually trigger the sdd-clarify phase for an existing change." agent: sdd-orchestrator argument-hint: "<change-name>" tools: ['agent', 'read', 'search', 'edit'] --- Run the clarify phase through the orchestrator. Analyzes change-local specs for material ambiguities, asks ≤5 questions via question_gate, and encodes accepted answers inline into the specs. User input: `${input}`

Installation

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

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