fs-gg-sdd-analyze

Validate FS.GG SDD lifecycle artifacts and generate JSON readiness reports.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/FS-GG/FS.GG.Game --skill fs-gg-sdd-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fs-gg-sdd-analyze
Source: https://github.com/FS-GG/FS.GG.Game/tree/main/.agents/skills/fs-gg-sdd-analyze
Command: npx skills add https://github.com/FS-GG/FS.GG.Game --skill fs-gg-sdd-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for consistency and readiness checks in the FS.GG SDD lifecycle, ensuring that all artifacts are in sync and ready for implementation.

Core Features & Use Cases

  • Cross-Artifact Consistency Check: Validates the authored cascade (spec → clarify → checklist → plan → tasks) for readiness.
  • Readiness Reporting: Generates a readiness/<id>/analysis.json file detailing inconsistencies and readiness status.
  • No Source Authoring: Does not create any source files; it aggregates and reports.

Quick Start

Execute the command fsgg-sdd analyze --work <id> to check the readiness of the specified work item.

Frequently Asked Questions about fs-gg-sdd-analyze

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

FAQPage Schema
How do I check consistency across spec, clarify, checklist, plan, and tasks artifacts?

You can check consistency across SDD artifacts by validating the authored cascade from spec to tasks, generating a readiness report that details inconsistencies and confirms implementation readiness.

What is readiness assessment in the FS.GG SDD lifecycle?

Readiness assessment in the FS.GG SDD lifecycle is a validation process that aggregates and reports consistency across spec, clarify, checklist, plan, and tasks artifacts to ensure they are fully synchronized before source implementation begins.

How do I generate a readiness analysis report for a specific work item?

To generate a readiness analysis report, execute the analyze command with the specific work ID. This validates the lifecycle artifacts and outputs a readiness analysis JSON file detailing inconsistencies and readiness status.

Do I need to author source files when performing an SDD lifecycle consistency check?

No, you do not need to author source files during an SDD lifecycle consistency check. The process strictly performs aggregation and reporting, updating the work model and generating JSON reports without creating any source files.

Can I use this analysis to fix inconsistencies in the implementation plan?

No, you cannot use this analysis to directly fix inconsistencies in the implementation plan. It performs no source authoring, strictly aggregating and reporting inconsistencies in a JSON report for you to resolve manually.