speckit-clarify

Identify underspecified areas in feature specs and encode answers into FEATURE_SPEC.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill speckit-clarify-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-clarify
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.agents/skills/speckit-clarify
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill speckit-clarify-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill identifies underspecified areas in the current feature specification by prompting up to five highly targeted clarification questions and encoding answers back into the spec.

Core Features & Use Cases

  • Identify underspecified areas in a feature spec by generating up to five clarifying questions.
  • Append accepted answers to the spec under a new Clarifications section with a session log for traceability.
  • Operate in a controlled, single-question-at-a-time loop that writes to the spec after every accepted answer.

Quick Start

Provide up to five targeted clarifying questions and append the answers to the spec in a new Clarifications session.

Frequently Asked Questions about speckit-clarify

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

FAQPage Schema
How do I identify underspecified areas in a feature specification?

Feature specification gaps are identified by prompting up to five targeted clarification questions, then encoding the accepted answers directly back into the spec under a new Clarifications section.

What is the best way to log clarification answers into a feature spec workflow?

The best way to log clarifications is to append answers into a new Clarifications section with a daily session subheading and bullet log, writing to the spec after every accepted answer to ensure traceability.

Can I use an AI-assisted loop to ask clarification questions one at a time?

Yes, you can use an AI-assisted workflow that enforces a single-question-at-a-time loop, limiting the session to five questions and validating changes before saving the updates to your FEATURE_SPEC.

How does a targeted clarification loop improve requirements traceability?

A targeted clarification loop improves requirements traceability by appending accepted answers to the specification with a daily session subheading and bullet log, creating a clear audit trail of changes.

What are the limitations of using a five-question clarification loop for specifications?

The limitation is that the clarification loop is capped at five questions per session, meaning highly complex or deeply underspecified features may require multiple separate sessions to fully resolve all requirements gaps.