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/spec-kit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
7speckit-baseline
Generate feature specifications by analyzing existing source code.
6speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
6speckit-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
6speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
6speckit-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
6