speckit-clarify
Spec Kit Clarify Skill
When to Use
- The feature spec exists but needs targeted clarification before planning.
Inputs
- The current feature spec in
specs/<feature>/spec.md. - The user's clarification intent or constraints from the request.
If the request is empty or the spec is missing, ask a targeted question before proceeding.
Workflow
Goal: Detect and reduce ambiguity or missing decision points in the active feature specification and record the clarifications directly in the spec file.
Note: This clarification workflow is expected to run (and be completed) BEFORE the speckit-plan skill. If the user explicitly states they are skipping clarification (e.g., exploratory spike), you may proceed, but must warn that downstream rework risk increases.
More from dceoy/speckit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
249speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
197speckit-constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
197speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
196speckit-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
168speckit-checklist
Generate a custom checklist for the current feature based on user requirements.
86