doc-spec-autopilot

仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

可批量生成 SPEC 并驱动审计↔修复收敛流程

▸ 风险提示

会修改仓库文件,需写入权限与凭据

这个 Skill 做什么

从 BDD/ADR/IPLAN 自动生成并验证组件 SPEC

把 BDD/ADR、IPLAN 或一句需求提示,自动生成完整的组件 SPEC,做可读性和准备度校验,并驱动审计↔修复循环直到通过。适合需要一键创建或批量生成 SPEC 的场景,能维护 SPEC 索引并保证输出质量。优势在于端到端自动化,从上游文档到合格 SPEC 一气呵成,省时又一致。

▸ 展开 SKILL.md 英文原文

Generate SPECs end-to-end from BDD/ADR, a prompt, or an IPLAN - detect input, generate the component spec, validate, and run the audit/fix cycle. Use to create or batch-create SPECs.

开发编程SPEC生成流水线自动化审计Claude Code
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-spec-autopilot/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-spec-autopilot/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-spec-autopilot

## Purpose

Automated **SPEC generation pipeline**. From upstream BDD/ADR documents, a user
prompt, or an implementation plan (`IPLAN-*`), it analyzes the source, generates
a complete component SPEC, validates readiness, maintains `SPEC-00_index.md`, and
drives the audit↔fix cycle to a passing score — for one SPEC or a batch.

**Layer**: 6. **Upstream**: BDD/ADR (and the EARS/PRD/BRD chain), or a
prompt/IPLAN input. **Downstream**: a validated SPEC + index entry.

## Skill Dependencies

| Skill | Role |
|-------|------|
| `../doc-spec/SKILL.md` | SPEC structure and authoring rules (generation) |
| `../doc-spec-audit/SKILL.md` | quality gate (scoring + findings) |
| `../
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有