一键导入
speckit-specify
Create or update the feature specification from a natural language feature description.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update the feature specification from a natural language feature description.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
| name | speckit-specify |
| description | Create or update the feature specification from a natural language feature description. |
| allowed-tools | Bash, Read, Write, Grep, Glob |
| handoffs | [{"label":"Build Technical Plan","agent":"speckit.plan","prompt":"Create a plan for the spec. I am building with..."},{"label":"Clarify Spec Requirements","agent":"speckit.clarify","prompt":"Clarify specification requirements","send":true}] |
Create structured feature specifications from natural language descriptions. First step in the spec-kit workflow.
The user's input after the skill invocation is the feature description. The workflow:
.specify/scripts/bash/create-new-feature.sh with calculated number and short-name.specify/templates/spec-template.md[NEEDS CLARIFICATION] markers total - only for critical decisionschecklists/requirements.md to validate spec completeness[NEEDS CLARIFICATION] markers - prioritize by impact: scope > security/privacy > UX > technical detailsAfter creating spec.md:
speckit-clarify (optional)speckit-planspeckit-constitution - Define project principlesspeckit-clarify - Resolve specification ambiguitiesspeckit-plan - Create technical implementation strategy