gsd-health

Validate .planning/ directory integrity and report actionable failures.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-health-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-health
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-health
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-health-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you identify and fix issues in your .planning/ directory so your planning workflows don’t break due to missing files, invalid configuration, inconsistent state, or orphaned plans.

Core Features & Use Cases

  • Integrity validation: Detects missing planning files, invalid configurations, and inconsistent workflow state before they cause downstream failures.
  • Actionable reporting: Produces a set of issues you can address quickly, with clear next steps.
  • Optional repair: When invoked with a repair flag, it can attempt to fix detected problems by running the health workflow end-to-end.

Quick Start

Run gsd-health with the optional repair flag to validate and repair your .planning/ directory issues in one pass.

Frequently Asked Questions about gsd-health

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

FAQPage Schema
How do I validate my planning directory for missing files and inconsistent state?

Validate your planning directory by running the health workflow end-to-end to detect missing files, invalid configurations, and inconsistent state. The process produces actionable reporting with clear next steps to fix your .planning/ hierarchy before downstream failures occur.

What causes planning workflow automation to break in repository environments?

Planning workflow automation breaks due to missing planning files, invalid configuration, inconsistent workflow state, or orphaned plans within the .planning/ directory. Diagnosing directory health identifies these issues early so CI diagnostics can prevent downstream pipeline failures.

Can I automatically repair orphaned plans and configuration issues in my .planning directory?

Yes, you can repair orphaned plans and configuration issues by invoking the health workflow with the --repair argument. This enables the tool to attempt automated fixes on detected problems while parsing and forwarding the flag correctly during the end-to-end run.

How do I troubleshoot planning configuration issues before they cause CI failures?

Troubleshoot planning configuration issues by running directory health validation to inspect the .planning/ hierarchy. This CI diagnostics process generates actionable failure reports, allowing you to address invalid configurations and inconsistent workflow state before integration breaks.

What is the best way to maintain directory health for repository planning workflows?

The best way to maintain directory health is running validation workflows that check the .planning/ hierarchy for missing files and inconsistent state. Applying the optional --repair argument during validation allows you to attempt remediation and keep workflow automation healthy.

Does planning directory validation work without dependencies or external components?

Yes, planning directory validation works without external dependencies or components. The health workflow runs end-to-end independently to validate the .planning/ hierarchy, requiring only the optional --repair argument if you want to enable automated fix attempts for detected issues.