openspec-execute

仓库创建 2026年7月28日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由

提供统一偏差词汇与处理路由,防止执行时擅自改变规范。

这个 Skill 做什么

在执行阶段将实现偏差分类并给出路由建议,不直接执行修复。

在实现阶段发现现实与 OpenSpec 里锁定的规范不一致时,把偏差分类并给出路由建议,但不替执行器去改代码。用于执行子代理报出“和 spec 不符”的场景,让人或自动化知道该拒绝、通报、变更还是回溯。特点是提供统一的偏差词汇和判定逻辑,避免执行时悄悄改规范。

▸ 展开 SKILL.md 英文原文

Scope guardrail and deviation classifier consulted during /gsd-execute-phase when a phase has a linked OpenSpec change. Not an executor itself — GSD's own executor subagents write the code; this skill only classifies what to do when an executor's discovery doesn't match the locked spec.

开发编程偏差分类执行守护工作流通用
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-execute/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mshegolev/gsd-openspec-integration/main/capabilities/openspec/skills/openspec-execute/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Purpose

Give GSD's executor subagents (and the human reviewing `SUMMARY.md`) a fixed, shared vocabulary for "the spec and the reality on the ground disagree" — so a deviation gets classified and routed, never silently reinterpreted mid-execution.

## Invocation conditions

- Consulted by an executor (or the user) whenever implementation reveals a mismatch with `openspec/changes/<change_id>/specs/` or `design.md`.
- Not wired to a loop extension point — execution-time guardrails are advisory text an executor reads, not a step this integration forces (the phase loop's `execute:pre/wave:pre/wave:post/post` points are reserved for GSD's own executor/verifier roles; this capability does not i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有