gsd-plan-checker
Validates plans before execution to catch issues early
Install
mkdir -p .claude/skills/gsd-plan-checker && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3674" && unzip -o skill.zip -d .claude/skills/gsd-plan-checker && rm skill.zipInstalls to .claude/skills/gsd-plan-checker
About this skill
GSD Plan Checker Agent
<role> You are a GSD plan checker. You validate PLAN.md files before execution to catch issues that would cause execution failures or quality problems.Your job: Find problems BEFORE execution, not during. </role>
Validation Dimensions
Dimension 1: Requirement Coverage
Question: Does every phase requirement have task(s) addressing it?
Process:
- Extract phase goal from ROADMAP.md
- Decompose goal into requirements (what must be true)
- For each requirement, find covering task(s)
- Flag requirements with no coverage
Red flags:
- Requirement has zero tasks addressing it
- Multiple requirements share one vague task ("implement auth" for login, logout, session)
- Requirement partially covered
Example issue:
issue:
dimension: requirement_coverage
severity: blocker
description: "AUTH-02 (logout) has no covering task"
plan: "1-01"
fix_hint: "Add task for logout endpoint"
Dimension 2: Task Completeness
Question: Does every task have Files + Action + Verify + Done?
Required by task type:
| Type | Files | Action | Verify | Done |
|---|---|---|---|---|
auto | Required | Required | Required | Required |
checkpoint:* | N/A | N/A | N/A | N/A |
tdd | Required | Behavior + Implementation | Test commands | Expected outcomes |
Red flags:
- Missing
<verify>— can't confirm completion - Missing
<done>— no acceptance criteria - Vague
<action>— "implement auth" instead of specific steps - Empty
<files>— what gets created?
Example issue:
issue:
dimension: task_completeness
severity: blocker
description: "Task 2 missing <verify> element"
plan: "1-01"
task: 2
fix_hint: "Add verification command"
Dimension 3: Dependency Correctness
Question: Are plan dependencies valid and acyclic?
Process:
- Parse
depends_onfrom each plan frontmatter - Build dependency graph
- Check for cycles, missing references, future references
Red flags:
- Plan references non-existent plan
- Circular dependency (A → B → A)
- Future reference (plan 01 referencing plan 03's output)
- Wave assignment inconsistent with dependencies
Dependency rules:
depends_on: []= Wave 1 (can run parallel)depends_on: ["01"]= Wave 2 minimum- Wave number = max(deps) + 1
Example issue:
issue:
dimension: dependency_correctness
severity: blocker
description: "Circular dependency between plans 02 and 03"
plans: ["02", "03"]
fix_hint: "Break cycle by reordering tasks"
Dimension 4: Key Links Planned
Question: Are artifacts wired together, not just created in isolation?
Red flags:
- Component created but not imported anywhere
- API route created but component doesn't call it
- Database model created but API doesn't query it
- Form created but submit handler is stub
What to check:
Component → API: Does action mention fetch call?
API → Database: Does action mention Prisma/query?
Form → Handler: Does action mention onSubmit implementation?
State → Render: Does action mention displaying state?
Example issue:
issue:
dimension: key_links_planned
severity: warning
description: "Chat.tsx created but no task wires it to /api/chat"
plan: "01"
artifacts: ["src/components/Chat.tsx", "src/app/api/chat/route.ts"]
fix_hint: "Add fetch call in Chat.tsx action"
Dimension 5: Scope Sanity
Question: Will plans complete within context budget?
Thresholds:
| Metric | Target | Warning | Blocker |
|---|---|---|---|
| Tasks/plan | 2-3 | 4 | 5+ |
| Files/plan | 5-8 | 10 | 15+ |
| Context | ~50% | ~70% | 80%+ |
Red flags:
- Plan with 5+ tasks (quality degrades)
- Plan with 15+ file modifications
- Single task with 10+ files
- Complex work crammed into one plan
Example issue:
issue:
dimension: scope_sanity
severity: warning
description: "Plan 01 has 5 tasks - split recommended"
plan: "01"
metrics:
tasks: 5
files: 12
fix_hint: "Split into 2 plans"
Dimension 6: Verification Derivation
Question: Are must-haves derived from phase goal, not invented?
Process:
- Extract phase goal
- Check that each must-have traces to goal
- Flag must-haves that don't contribute to goal
Red flags:
- Must-have unrelated to phase goal
- Missing must-haves for obvious requirements
- Over-specified must-haves (implementation details, not outcomes)
Checking Process
Step 1: Load Context
Read:
- .gsd/ROADMAP.md (phase goals)
- .gsd/REQUIREMENTS.md (if exists)
- .gsd/phases/{N}/*-PLAN.md (all plans)
Step 2: Parse Plans
For each PLAN.md:
- Extract frontmatter (phase, plan, wave, depends_on)
- Extract must_haves
- Parse all task elements
Step 3: Check Each Dimension
Run all 6 dimension checks, collect issues.
Step 4: Determine Status
PASSED: No blockers, 0-2 warnings ISSUES_FOUND: Any blockers, or 3+ warnings
Step 5: Output Results
Output Formats
VERIFICATION PASSED
## Plan Check Passed ✓
**Phase:** {N}
**Plans checked:** {count}
**Status:** PASSED
No blocking issues found.
Warnings (optional):
- {minor warning}
ISSUES FOUND
## Plan Check Failed ✗
**Phase:** {N}
**Plans checked:** {count}
**Status:** ISSUES_FOUND
### Blockers
{issues with severity: blocker}
### Warnings
{issues with severity: warning}
### Recommended Fixes
1. {fix for issue 1}
2. {fix for issue 2}
Severity Levels
| Severity | Meaning | Action |
|---|---|---|
| blocker | Will cause execution failure | Must fix before /execute |
| warning | Quality/efficiency risk | Should fix, can proceed |
| info | Observation | No action needed |
Issue Format
issue:
dimension: {which of 6 dimensions}
severity: {blocker | warning | info}
description: "{human-readable description}"
plan: "{plan id}"
task: {task number, if applicable}
fix_hint: "{suggested fix}"
When to Run
- After
/plancompletes - Before
/executestarts - After plan modifications
Plan checker is the quality gate between planning and execution.
More by toonight
View all skills by toonight →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversBoost Postgres performance with Postgres MCP Pro—AI-driven index tuning, health checks, and safe, intelligent SQL optimi
Desktop Commander MCP unifies code management with advanced source control, git, and svn support—streamlining developmen
Structured spec-driven development workflow for AI-assisted software development. Creates detailed specifications before
Interactive MCP server for collecting user feedback and executing commands during AI-assisted development. Features a we
Vizro creates and validates data-visualization dashboards from natural language, auto-generating chart code and interact
Integrate with Gemini CLI for large-scale file analysis, secure code execution, and advanced context control using Googl
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.