cmd-speckit-clarify
Installation
SKILL.md
/speckit.clarify
Agent skill wrapper for the Claude command /speckit.clarify.
When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.
Command Instructions
Systematically resolve underspecified areas in a feature spec through structured questioning. Run before /speckit.plan.
Steps
-
Locate the spec:
- If input names a feature or file path, use it.
- Otherwise check
.specify/specs/*/spec.md; if multiple, ask which to clarify. - Fall back to
spec.mdin the project root.
-
Load context: Read
spec.mdand.specify/memory/constitution.mdif present.