ワンクリックで
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