cmd-speckit-specify
Installation
SKILL.md
/speckit.specify
Agent skill wrapper for the Claude command /speckit.specify.
When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.
Command Instructions
Create a structured feature specification from the description. Focus strictly on WHAT and WHY — never HOW.
Steps
-
Validate input: If no description was provided, ask: "What feature would you like to specify?" and wait for the response.
-
Determine feature location:
- If
.specify/specs/exists: derive a 2-4 word kebab-case name from the description (action-noun format, e.g.oauth-api-integration). Write to.specify/specs/<feature-name>/spec.md. - If
.specify/does not exist: write tospec.mdin the project root and remind the user that/speckit.inithas not been run.
- If