spec-elicitation

Interview-driven spec development that transforms vague ideas into battle-ready specifications through structured, exhaustive questioning. Use when starting any non-trivial feature to ensure complete understanding before writing code.

Content Preview
---
name: spec-elicitation
model: opus
description: Interview-driven spec development that transforms vague ideas into battle-ready specifications through structured, exhaustive questioning. Use when starting any non-trivial feature to ensure complete understanding before writing code.
author: Quintin Henry (https://github.com/qdhenry/)
---

# Spec Elicitation: Interview-Driven Specification Development

Transform vague ideas into comprehensive, battle-ready specifications through deep, structur
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/spec-elicitation.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/spec-workflow/spec-elicitation.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/spec-workflow/spec-elicitation.md

Related Skills