Skip to content
Development
Command

/gsd-preflight

Validates GSD artifacts before running workflows. Use when user mentions 'preflight', 'validate', or reports GSD failures.

From plugin
gsd-skill-creator
6926 skills64 agents26 commands1 MCP
Install
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/gsd-preflight

Context preview

What this command does when you run it.

Validates GSD artifacts before running workflows. Use when user mentions 'preflight', 'validate', or reports GSD failures.

Command definition

gsd-preflight.md
name: gsd-preflight
description: Validates GSD artifacts before running workflows. Use when user mentions 'preflight', 'validate', or reports GSD failures.

GSD Preflight Validator

Pre-flight checks on `.planning/` artifacts to catch issues before workflows fail.

Core Artifact Checks

**PROJECT.md** — Sections: What This Is, Requirements, Constraints, Key Decisions **ROADMAP.md** — Sequential phase numbers, each with Goal/Deliverables/Success Criteria **STATE.md** — Current Position matches ROADMAP status, reasonable progress % **config.json** — Valid JSON, valid enum values (mode, model_profile, depth)

Cross-Artifact Consistency

  • STATE.md phase exists in ROADMAP.md
  • Completed phases have matching SUMMARY files for each PLAN
  • Phase directories exist for all ROADMAP phases
  • No orphaned files (PLAN without phase, SUMMARY without PLAN)

Severity

| Level | Definition | Action | |-------|------------|--------| | BLOCKER | Will cause workflow failure | Must fix first | | WARNING | May cause confusion | Should fix | | INFO | Informational | No action needed |

Common Fixes

  • **STATE/ROADMAP out of sync:** Run /gsd:progress
  • **Missing SUMMARY for completed plan:** Re-execute or mark incomplete
  • **Invalid config.json:** Check for trailing commas, invalid values
  • **Orphaned directories:** Add to ROADMAP or remove
Ships withgsd-skill-creator

An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)

Get the whole plugin, auto-invoked
Stats
69
Stars
0
Views
9
Forks
Active
Maintenance
TypeScript
Language
19d ago
Last commit
6mo ago
Created

Repo: Tibsfox/gsd-skill-creator