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

  1. Validate input: If no description was provided, ask: "What feature would you like to specify?" and wait for the response.

  2. 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 to spec.md in the project root and remind the user that /speckit.init has not been run.
Installs
15
First Seen
Apr 27, 2026
cmd-speckit-specify — gsmlg-dev/code-agent