zixun-github/ai-dlc · Archived

spec-test-plan

Use when 需要在 Spec Pack 的 verification 阶段生成或更新 `{FEATURE_DIR}/verification/test-plan.md`(测试计划),并要求严格门禁与可追溯。

First seen Jul 28, 2026

Installation

$ npx skills add zixun-github/ai-dlc --skill spec-test-plan

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zixun-github/ai-dlc · top by installs.

npx skills add zixun-github/ai-dlc

Browse all from zixun-github/ai-dlc

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
Default branch master
Open issues 1
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,175 B
  • docs SUMMARY.md 188 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Spec 测试计划(V1:Test Plan)

为当前 Spec Pack 生成/更新测试计划:冻结 范围、策略、环境、准入/准出标准、风险与验证清单,并与 requirements/* 的验收口径保持可追溯一致。


输入与门禁(必须遵守)

REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=...(允许 (reuse))。

  • 必读项目级 memoryproject/memory/product.mdproject/memory/tech.mdproject/memory/glossary.md;读不到必须写 CONTEXT GAP
  • 需求级最小输入{FEATUREDIR}/requirements/solution.md{FEATUREDIR}/requirements/prd.md 至少其一必须存在;否则停止并写 CONTEXT GAP

输出(落盘)

  • {FEATURE_DIR}/verification/test-plan.md

强制模板(必须遵守)

  • test-plan.md 必须按模板生成(不得自创结构/字段名):

- assets/testplantemplate.md

内容要求(最小结构)

test-plan.md 至少包含:

  • 执行摘要(待测能力/版本/目标/关键风险)
  • 测试范围(In/Out)
  • 测试策略(类型:功能/UI/集成/回归/安全…;方法:正向/反向/边界)
  • 环境与数据(环境、账号/权限、数据准备方式)
  • 准入标准(Entry Criteria)
  • 准出标准(Exit Criteria,必须含“阻断交付”的口径)
  • 风险与验证清单(Owner/截止/信号/动作)
  • 追溯链接(指向 solution/prd 的 AC/范围来源;如有 #impact-analysis 也要链接)
  • CONTEXT GAP(如有:缺失输入导致的影响)

DoD 自检(V1-DoD)

  • 范围 In/Out 明确,且与 requirements/* 一致
  • 有准入/准出标准,并能明确“什么情况下阻断交付”
  • 风险不是清单摆设:每条风险都有最小验证动作(Owner/信号/动作)
  • 有追溯入口:至少能回答“本计划依据哪份 AC/范围定义”