원클릭으로
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