speckit-specify
Spec Kit Specify Skill
When to Use
- The user wants a new or updated feature spec from a natural language description.
Inputs
- Feature description from the user.
- Repo context with
.specify/scripts and templates.
If the description is missing or unclear, ask a targeted question before continuing.
Workflow
The user's feature description in the request is the input. Do not ask them to repeat it unless it is missing.
Given that feature description, do this:
More from dceoy/spec-kit-agent-skills
speckit-baseline
Generate feature specifications by analyzing existing source code.
6speckit-clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
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