gsd-graphify

Build, query, and inspect project knowledge graphs in .planning/graphs/.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-graphify-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-graphify
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-graphify
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-graphify-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you build, query, and inspect a project knowledge graph so you can understand relationships, freshness, and changes without manually digging through planning artifacts.

Core Features & Use Cases

  • Graph Build: Generates or rebuilds the knowledge graph and writes the resulting artifacts into .planning/graphs/.
  • Graph Query: Searches the graph for terms and returns matched nodes, relationships, and confidence tiers.
  • Graph Status and Diff: Checks whether the graph is fresh, reports counts, and shows added, removed, or changed nodes and edges since the last snapshot.
  • Use Case: Ask for a graph build after updating roadmap or planning files, then query a feature name to see how it connects to phases, tasks, and other project concepts.

Quick Start

Use the gsd-graphify skill to build the project knowledge graph and show me its current status.

Frequently Asked Questions about gsd-graphify

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

FAQPage Schema
How do I build a knowledge graph from project planning artifacts?

To build a knowledge graph from planning artifacts, generate or rebuild the graph to write relationship artifacts into the .planning/graphs/ directory. This maps roadmap and project concepts into queryable nodes and edges.

How does graph status and diff reporting work for planning files?

Graph status and diff reporting checks graph freshness, reports node and edge counts, and shows added, removed, or changed elements since the last snapshot. This tracks planning file changes without manual review.

Can I query the project knowledge graph for a specific feature name?

Yes, you can query the project knowledge graph for specific feature names to return matched nodes, relationships, and confidence tiers. This reveals how features connect to phases, tasks, and other planning artifacts.

When should I rebuild the project knowledge graph?

You should rebuild the project knowledge graph after updating roadmap or planning files. Rebuilding ensures the graph stays fresh and accurately reflects the latest project relationships and structural changes.

What happens if the graph build encounters a disabled state or error?

During a graph build, the system applies disabled-state and error handling to manage failures gracefully. This ensures graph generation, status, and diff reporting processes do not crash when encountering processing issues.