speckit-analyze-zh

Parse spec.md, plan.md, and tasks.md to generate a structured consistency and quality report.

9|4|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/forztf/open-skilled-sdd --skill speckit-analyze-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze-zh
Source: https://github.com/forztf/open-skilled-sdd/tree/main/skills/speckit-analyze-zh
Command: npx skills add https://github.com/forztf/open-skilled-sdd --skill speckit-analyze-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

本技能对 spec.md、plan.md 和 tasks.md 三个核心工件进行非破坏性跨工件一致性与质量分析,在任务生成后识别不一致、重复、模糊和规范不足之处。它还会参考宪章(constitution)以确保原则对齐,并输出结构化分析结果。

Core Features & Use Cases

  • 对 spec.md、plan.md 与 tasks.md 进行跨工件的一致性和质量检查,定位不一致、重复和模糊之处。
  • 引用宪章(constitution)进行原则验证,确保 MUST/SHOULD 的对齐。
  • 生成紧凑的分析报告与覆盖映射,帮助团队快速定位关键问题并驱动改进。
  • 只读分析,确保原始工件不被修改,输出可操作的改进建议。

Quick Start

在 speckit-tasks 已成功生成完整的 tasks.md 之后,运行 speckit-analyze 以产出跨工件的一致性与质量分析报告。

Frequently Asked Questions about speckit-analyze-zh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check spec, plan, and tasks artifacts for consistency after generation?

To check spec, plan, and tasks artifact consistency, run a cross-artifact analysis that identifies inconsistencies, duplications, and ambiguities without modifying source files. It parses spec.md, plan.md, and tasks.md to extract rigid requirement mappings and outputs a structured report.

What is cross-artifact quality analysis in software documentation?

Cross-artifact quality analysis is a read-only process that evaluates spec.md, plan.md, and tasks.md for alignment and quality gaps. It references a defined constitution to verify MUST and SHOULD principles, generating a structured report with actionable improvement suggestions.

Do I need a constitution file to validate spec and plan alignment?

Yes, a constitution file is referenced during spec and plan alignment to validate principle adherence. The analysis applies this constitution to ensure MUST and SHOULD requirements align correctly across the generated spec.md, plan.md, and tasks.md artifacts.

Does artifact analysis modify my source spec and tasks files?

No, artifact analysis is strictly non-destructive and does not modify your source spec or tasks files. It performs a read-only evaluation of spec.md, plan.md, and tasks.md to output a structured report and coverage mapping for driving improvements.

When should I run a consistency report on generated task artifacts?

You should run a consistency report on generated task artifacts immediately after task generation produces complete spec.md, plan.md, and tasks.md files. This ensures early detection of cross-artifact inconsistencies and quality gaps before downstream development begins.