fs-gg-sdd-verify

Evaluates FS.GG SDD lifecycle verification readiness and generates a verify.json report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill assesses the readiness of tasks and obligations in the FS.GG SDD lifecycle, ensuring that all verification requirements are met before moving forward.

Core Features & Use Cases

  • Verification Readiness Check: Evaluates whether the work item is verified, considering evidence, tests, and skill obligations.
  • Lifecycle Stage Validation: Ensures that the work item is at the correct lifecycle stage before proceeding.
  • Readiness Reporting: Generates a readiness/<id>/verify.json file with a readiness verdict and details on evidence, test, and skill obligations.

Quick Start

Run the fsgg-sdd verify --work <id> command to verify the readiness of a work item.

Frequently Asked Questions about fs-gg-sdd-verify

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

FAQPage Schema
How do I verify work item readiness in the FS.GG SDD lifecycle?

To verify work item readiness in the FS.GG SDD lifecycle, run the `fsgg-sdd verify --work <id>` command. This evaluates evidence, test, and skill obligations against the current lifecycle stage state to determine if the work item is ready to proceed.

What is lifecycle readiness verification for software work items?

Lifecycle readiness verification is the process of assessing whether work items meet all evidence, test, and skill obligations before advancing to the next stage in the development lifecycle, ensuring all verification requirements are fully satisfied.

How do I check evidence and test obligations for a work item?

You can check evidence and test obligations by running the verify command, which analyzes the task graph and evidence dispositions to generate a readiness report detailing the verification status of all required obligations.

What does the readiness report contain when verifying a work item?

The readiness report contains a final readiness verdict along with detailed status information on evidence, test, and skill obligations. It is generated as a `readiness/<id>/verify.json` file for the specified work item.

Do I need access to the task graph to validate lifecycle stage readiness?

Yes, validating lifecycle stage readiness requires access to the task graph, evidence dispositions, and lifecycle stage state. The verification process builds the work model from these inputs to accurately assess readiness.

Why does work item verification fail in the FS.GG SDD lifecycle?

Work item verification fails when the assessment detects unmet evidence, test, or skill obligations, or if the work item is not at the correct lifecycle stage. The generated readiness report provides the specific details on these failures.