One-click install
npx skills add https://github.com/tykhoncode/dicekit --skill speckit-clarify-tykhoncode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-clarify
Source: https://github.com/tykhoncode/dicekit/tree/main/.claude/skills/speckit-clarify
Command: npx skills add https://github.com/tykhoncode/dicekit --skill speckit-clarify-tykhoncode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces uncertainty in a feature spec by asking targeted questions about missing or underspecified requirements, so planning and implementation don’t stall or get reworked later.

Core Features & Use Cases

  • Clarification-driven spec hardening: Scans the active feature spec across functional, UX, data model, non-functional, integration, edge cases, constraints, and terminology to identify ambiguity.
  • Up to five focused questions: Asks no more than five high-impact questions, using either multiple-choice or short answers (<=5 words) to quickly converge on decisions.
  • Incremental spec updates: Writes accepted answers back into the spec immediately under the appropriate sections, creating a daily session log under ## Clarifications.

Quick Start

Run speckit-clarify to review the current feature spec and answer up to five clarification questions until the key ambiguities are resolved.

Frequently Asked Questions about speckit-clarify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clarify ambiguous feature requirements before starting implementation?

Spec clarification works by scanning an active feature spec for underspecified requirements across architecture, UX, and data modeling. It interactively asks up to five targeted questions to resolve ambiguity and logs decisions back into the spec.

How do I resolve non-functional requirements and edge cases in a feature spec?

You resolve non-functional requirements and edge cases by interactively answering targeted multiple-choice or short-answer questions. The tool scans your spec for these specific gaps and asks up to five questions to quickly converge on necessary architecture and testing decisions.

Does spec clarification work with an existing spec-kit project directory?

Yes, spec clarification requires an active spec-kit project with an existing feature directory and spec file. The tool runs prerequisite checks on this environment to identify ambiguities and then incrementally updates your spec file with the accepted answers.

What is the best way to document architecture decisions and spec coverage gaps?

The best way to document architecture decisions and coverage gaps is to run an interactive Q&A session on your feature spec. It immediately writes accepted answers back into the appropriate spec sections, creating a structured daily Clarifications log for tracking.

Are there limitations to how many questions I can answer to harden a feature spec?

Yes, a key limitation is that the spec hardening process asks no more than five high-impact questions per session. This constraint ensures you quickly converge on critical decisions for testability and architecture without stalling the planning phase.