openspec-bootstrap
仓库创建 2026年7月28日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由
让项目快速具备 OpenSpec/GSD 工作流能力
▸ 风险提示
会在项目中写入脚手架并调用工具,需审核变更与依赖
这个 Skill 做什么
为项目一次性引入 OpenSpec 与 GSD 的集成与目录结构。
一次性把 OpenSpec 加入正在由 GSD 管理的项目:安装 OpenSpec 的脚手架、建立集成状态目录并说明统一生命周期。在新建 /gsd-new-project、做项目入职或有人要求“给这个 GSD 项目加 OpenSpec”时用它。特点是幂等、安全地只创建所需集成状态而不改动已有 GSD/OpenSpec 已管理的东西。
▸ 展开 SKILL.md 英文原文
One-time setup that installs OpenSpec into a project already (or about to be) managed by GSD Core, scaffolds this capability's integration state, and explains the unified lifecycle. Use when starting /gsd-new-project or /gsd-onboard on a project that doesn't have openspec/ yet, or when a user asks to "add OpenSpec to this GSD project".
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-bootstrap/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-bootstrap/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Purpose Make a project OpenSpec-and-GSD-ready in one idempotent pass: install the OpenSpec CLI's project scaffold, install this capability, and create the integration-owned state directories — without touching anything GSD or OpenSpec already own. ## Invocation conditions - Explicitly via `/gsd-new-project` or `/gsd-onboard` (this capability's `discuss:pre` fragment will otherwise nag on every phase without it). - Directly, any time, by a user or agent that wants to (re-)check the setup — it is safe to run repeatedly. ## Required inputs - None. Reads the current working directory as the project root. ## Files read - `openspec/` (existence check only) - `.planning/` (existence check
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有