kg-curator

Construct and maintain knowledge graphs in ForgePlan workspaces.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ForgePlan/marketplace --skill kg-curator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kg-curator
Source: https://github.com/ForgePlan/marketplace/tree/main/plugins/forgeplan-brownfield-pack/skills/kg-curator
Command: npx skills add https://github.com/ForgePlan/marketplace --skill kg-curator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires forgeplan_graph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining a cohesive and contradiction-free knowledge graph in ForgePlan workspaces, enhancing the integrity and usability of the workspace's information.

Core Features & Use Cases

  • Knowledge Graph Construction: Automates the creation and maintenance of a comprehensive knowledge graph that connects various workspace elements.
  • Contradiction Detection: Identifies and reports conflicting elements within the knowledge graph, such as conflicting invariants or scenarios.
  • Coverage Gap Detection: Ensures that all use-cases are covered by scenarios and that all invariants are verified, providing a comprehensive view of the workspace's completeness.
  • Orphan Detection: Flags elements in the workspace that are not linked to anything, ensuring that all artifacts are accounted for.
  • Navigation and Search: Generates navigational indices for users to explore the knowledge graph, enhancing semantic search capabilities.
  • Use Case: For a software development team using ForgePlan, this Skill can help ensure that all project requirements are properly linked and that potential conflicts are identified early in the development process.

Quick Start

To build the knowledge graph, use the 'kg-curator build' command.

Frequently Asked Questions about kg-curator

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

FAQPage Schema
How do I detect contradictions in a ForgePlan knowledge graph?

To detect contradictions in a ForgePlan knowledge graph, use the kg-curator Skill to automatically construct and maintain the graph, identifying and reporting conflicting invariants or scenarios to ensure workspace integrity.

What is coverage gap detection in software requirements?

Coverage gap detection in software requirements ensures all use-cases are covered by scenarios and all invariants are verified. The kg-curator Skill automatically identifies these gaps in ForgePlan workspaces to provide a comprehensive view of completeness.

How do I find orphan elements not linked to my knowledge graph?

To find orphan elements not linked to your knowledge graph, use the kg-curator Skill to flag unlinked workspace artifacts. This ensures all elements are properly accounted for and connected within the ForgePlan workspace.

Does semantic search require building a knowledge graph first?

Semantic search requires building a knowledge graph first to generate navigational indices for exploration. The kg-curator Skill constructs the graph and creates these indices, enhancing semantic search capabilities within ForgePlan workspaces.

How do I build a knowledge graph in a ForgePlan workspace?

To build a knowledge graph in a ForgePlan workspace, run the 'kg-curator build' command. This automates the creation and maintenance of a comprehensive graph that connects various workspace elements for contradiction and coverage checks.

Do I need the forgeplan_graph tool to use kg-curator?

Yes, you need the forgeplan_graph tool to use kg-curator, as it requires integration with this dependency to construct the knowledge graph and execute semantic search, contradiction detection, and coverage gap identification features.