一键导入
speckit
Specification-driven development workflow tools for creating, analyzing, and implementing feature specifications with automated planning and validation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Specification-driven development workflow tools for creating, analyzing, and implementing feature specifications with automated planning and validation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Docker and Docker Compose operations — build, run, compose, multi-stage
Documentation generation — API docs, READMEs, guides, changelogs
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
React component development — hooks, state management, testing
Security scanning, vulnerability assessment, and hardening
Tailwind CSS — utility-first styling, responsive design, component patterns
| name | speckit |
| description | Specification-driven development workflow tools for creating, analyzing, and implementing feature specifications with automated planning and validation |
SpecKit provides a comprehensive workflow for specification-driven development, from initial feature description to implementation planning.
SpecKit follows a structured workflow:
| Command | Purpose | Usage |
|---|---|---|
speckit.specify | Create or update feature specification | /speckit.specify "feature description" |
speckit.clarify | Identify underspecified areas and ask clarification questions | /speckit.clarify |
speckit.plan | Generate implementation plans and design artifacts | /speckit.plan |
speckit.implement | Execute implementation plan with task tracking | /speckit.implement |
| Command | Purpose | Usage |
|---|---|---|
speckit.analyze | Cross-artifact consistency and quality analysis | /speckit.analyze |
speckit.tasks | Generate actionable, dependency-ordered task list | /speckit.tasks |
speckit.checklist | Generate custom validation checklist | /speckit.checklist |
| Command | Purpose | Usage |
|---|---|---|
speckit.constitution | Create or update project constitution and principles | /speckit.constitution |
/speckit.specify "Add user authentication system"
/speckit.clarify # if needed
/speckit.plan
/speckit.tasks
/speckit.implement
specs/
├── [number]-[feature-name]/
│ ├── spec.md # Main specification
│ ├── plan.md # Implementation plan
│ ├── tasks.md # Task breakdown
│ └── checklists/
│ └── custom.md # Custom validation checklist
└── constitution.md # Project constitution
speckit.analyze regularly to maintain qualityFor exhaustive patterns, examples, and advanced usage see: