spec-writing
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
内置检查与对抗性校验可提高计划质量并减少遗漏。
这个 Skill 做什么
根据完整性检查表生成 build-loop 兼容的计划/规范并进行校验。
把想法写成能进 build-loop 的可执行计划或规范,先按完整性清单过一遍再产出,并对结果做自动校验和对抗性审查。常在需要把 feature 规格、开发计划或 Phase 2 工作细化成可执行步骤时用。特点是先检查再写,并通过 deterministic checker 与 adversarial critic 双重验证,减少遗漏与模糊点。
▸ 展开 SKILL.md 英文原文
Write a build-loop-compatible plan/spec. Walks the completeness checklist before drafting; runs plan-critic on output. Triggers when build-loop Phase 2 starts OR when the user says "write a plan", "write a spec", "draft a plan for X", "spec out a feature".
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/spec-writing/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/spec-writing/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # spec-writing A skill that walks a completeness checklist before producing a build-loop-compatible plan markdown, then verifies the output with both a deterministic checker and an adversarial critic before returning. ## When to use **Invoke when any of these are true:** - Build-loop Phase 2 starts and no plan file exists yet (`.build-loop/plan.md` is absent). - User says "write a plan", "write a spec", "draft a plan for X", "spec out a feature", "plan this out". - A plan already exists but a Review or Iterate step found a spec-completeness gap
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有