plan-verify

仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

在计划交付前捕获可 grep 的逻辑与一致性错误,适合 CI 前置校验。

这个 Skill 做什么

对构建计划执行确定性规则检查并输出 findings JSON 的校验器。

对构建计划执行一套确定性规则检查并输出 findings JSON,能捕捉计划里的可检索错误:孤立分类、数值漂移、证据缺失或对 API 修改未标注等。在构建流程的计划撰写环节或有人请求校验计划、或计划修改到关键字段时运行,帮助在早期发现问题并给出结构化发现。特别之处是规则明确且可自动化,用于流水线阻断或生成可机读的问题清单。

▸ 展开 SKILL.md 英文原文

Use when build-loop Phase 2 wraps plan drafting, the user runs `/build-loop:verify-plan`, asks to "verify the plan" or "lint the plan", or any plan markdown change touches evidence, synthesis-density, risk_reason, or modifies_api fields. Runs deterministic plan-verify rules and emits findings JSON.

开发编程计划校验静态规则通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/plan-verify/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/plan-verify/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 -->

# plan-verify

## Purpose

Catch grep-checkable plan errors before they ship — orphan misclassifications,
internal numeric drift, route changes without evidence, package-state
contradictions, missing markers on factual claims, and missing parallel
dispatch decisions. It also warns when a non-trivial plan omits the clean-sheet
vs current-constraints approach comparison. The deterministic counterpart to `plan-critic` (LLM,
non-deterministic checks).

## When to invoke

- During build-loop **Phase 2 (Plan)**, immediately before "Plan accepted".
- Any t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有