一键导入
spec-kit-workflow
Spec-Driven Development workflow using VibesPro conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spec-Driven Development workflow using VibesPro conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides the creation and review of Architectural Decision Records (ADRs). Use this skill when a significant architectural change is proposed, a new technology is introduced, or a trade-off needs to be documented.
Intelligently routes requests to the correct context instructions and documentation files. Use this skill to determine which AGENT.md, guide, or technical instruction file is most relevant for a user's request.
Scaffold API mocking infrastructure using Mountebank and Testcontainers for reliable integration testing.
Manage full-stack observability using Logfire (logging/tracing) and OpenObserve (storage/visualization).
Interface for managing the Temporal Database and AI system (ReDB + GGUF embeddings).
Guides the selection and documentation of architectural decisions using ADR patterns.
| name | spec-kit-workflow |
| description | Spec-Driven Development workflow using VibesPro conventions |
| tags | ["planning","product","sdd"] |
Orchestrates the Spec-Driven Development (SDD) workflow, adapting spec-kit's methodology to VibesPro conventions.
| Command | Description | Output Path |
|---|---|---|
/vibepro.specify | Create feature specification from natural language | docs/specs/<context>/<feature>/spec.md |
/vibepro.clarify | Clarify ambiguities in specification | Updates existing spec.md |
/vibepro.plan | Generate technical implementation plan | docs/specs/<context>/<feature>/plan.md |
/vibepro.tasks | Break plan into executable tasks | docs/specs/<context>/<feature>/tasks.md |
/vibepro.implement | Execute tasks to build feature | Implementation files |
| Command | Description | Output Path |
|---|---|---|
/vibepro.prd | Create Product Requirements Document | docs/specs/<context>/<feature>/prd.md |
/vibepro.adr | Create Architecture Decision Record | docs/specs/<domain>/<topic>/adr.md |
/vibepro.sds | Create Software Design Specification | docs/specs/<context>/<feature>/sds.md |
/vibepro.specify → spec.md
↓
/vibepro.clarify (optional)
↓
/vibepro.plan → plan.md, data-model.md, contracts/
↓
/vibepro.tasks → tasks.md
↓
/vibepro.implement → working code
/vibepro.prd → prd.md (what & why)
↓
/vibepro.adr → adr.md (decisions)
↓
/vibepro.sds → sds.md (how)
↓
/vibepro.tasks → tasks.md
libs/tools/spec-kit/templates/libs/tools/spec-kit/templates/commands/libs/tools/spec-kit/scripts/.github/instructions/sdd_constitution.instructions.mdspec.author.agent.md: For spec authoring assistanceplanner.core.agent.md: For implementation planningimplementer.core.agent.md: For code implementationUse in VS Code Chat:
/vibepro.specify Build a user authentication system with OAuth2 support
The skill will:
auth)docs/specs/auth/oauth2-login/spec.md using spec-kit template