speckit_specify
Create or update feature specifications with requirements, user stories, and acceptance criteria for spec-kit projects. Integrates with AI agents for Spec-Driven Development.
Instructions
Create or update a feature specification. Creates specs/{feature}/spec.md with requirements, user stories, and acceptance criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Specification content in markdown. If omitted, creates from template. | |
| description | No | Alternative to feature_name for unnamed features. Used as the spec description when feature_name is not provided. | |
| feature_name | No | Name of the feature (used as directory name). | |
| project_path | No | Path to the spec-kit project root. |