kg-implementation-planner

Plans phased implementation of a knowledge-graph codegen tool from a confirmed ontology.

Updated Nov 19, 2020
One-click install
npx skills add https://github.com/kwojtasinski-repo/ECommerceApp --skill kg-implementation-planner-kwojtasinski-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kg-implementation-planner
Source: https://github.com/kwojtasinski-repo/ECommerceApp/tree/main/.claude/skills/kg-implementation-planner
Command: npx skills add https://github.com/kwojtasinski-repo/ECommerceApp --skill kg-implementation-planner-kwojtasinski-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Once a knowledge-graph ontology is designed, teams still face the hard part: turning that schema into a working codegen tool without guessing at build order, markers, or project conventions. This Skill converts a confirmed ontology into a phased, verifiable implementation roadmap, deriving phase order from the ontology's relationship triples and discovering markers against real code. ## Core Features & Use Cases - Phase derivation from ontology triples: Topologically sorts the ontology's relationship triples to produce a build order, presented as a draft for human confirmation. - Marker discovery against real code: Reads actual source code to find markers, since the ontology is pure schema and contains none. - Multiple output modes: Emits an artifact pair, an unattended handoff prompt for an autonomous agent, or implements phase by phase in the current session. - Use Case: After designing a Neo4j knowledge-graph ontology for a .NET codebase, supply the ontology file and receive a phased plan where each phase is implemented and independently validated before the next begins. ## Quick Start Ask the assistant to plan the knowledge-graph codegen implementation using the confirmed ontology file at a path you provide.

Frequently Asked Questions about kg-implementation-planner

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

FAQPage Schema
How do I plan a knowledge graph codegen implementation from an ontology?

Supply the path to your confirmed ontology file and the Skill derives a build order by topologically sorting the ontology's relationship triples. It then discovers markers against real code and emits a phased plan, with each phase validated before the next begins.

What is the difference between kg-ontology-designer and kg-implementation-planner?

kg-ontology-designer is design-only and produces the ontology schema. kg-implementation-planner starts exactly where design stops, turning the confirmed ontology into a phased, verifiable build plan for the codegen tool that populates the graph.

Can I use this Skill without a confirmed ontology file?

No. The Skill requires an explicitly supplied ontology file and stops if none is provided, directing you to kg-ontology-designer first. It never designs, edits, or guesses an ontology by globbing the repository.

Does the implementation planner work with any programming language or project?

Yes, it is project-agnostic. Paths, build commands, naming conventions, and status ledgers are discovered at runtime rather than assumed, so the methodology applies across languages and repository layouts.

Why does the Skill require independent validation for each phase?

Independent validation prevents the implementer from grading its own work. Each phase must be both implemented and validated by a separate session before planning or building the next phase, keeping coverage numbers honest.