gsd-health

Validate .planning directory files, configurations, and state for integrity issues.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-health-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-health
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-health
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-health-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose planning directory health to identify issues affecting planning execution and repair risk.

Core Features & Use Cases

  • Validates presence and structure of required files in the .planning directory.
  • Detects misconfigurations, inconsistent state, and orphaned plans.
  • Provides actionable guidance and optional repair workflow via --repair.

Quick Start

Run the health workflow against your .planning directory to scan for issues and optionally apply repairs with --repair.

Frequently Asked Questions about gsd-health

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

FAQPage Schema
How do I diagnose and repair issues in a planning directory?

Planning directory health checks identify missing required files, misconfigurations, inconsistent state, and orphaned plans. Validating these structural and state elements ensures your directory maintains the integrity needed for reliable planning execution.

What is the best way to validate required files and configurations in a planning workflow?

The best way to validate required files and configurations is to execute a dedicated health workflow against the .planning directory. This process parses the directory structure to report integrity issues and optionally repair them when requested.

Do I need any external dependencies to run a planning directory health check?

No external dependencies are required to run a planning directory health check. The validation workflow operates independently to identify and report integrity issues in the .planning directory without relying on external components or modules.

Why does my planning workflow fail due to inconsistent state or orphaned plans?

Planning workflows fail due to inconsistent state or orphaned plans when the .planning directory's internal integrity is compromised. Running a health check diagnoses these specific issues, providing actionable guidance to restore proper structure and state.

Can I automatically fix missing files and misconfigurations in a .planning directory?

Yes, you can automatically fix missing files and misconfigurations by running the health workflow with the --repair argument. This parses the repair request and applies fixes to resolve the identified directory integrity issues.