What problem does it solve?
This Skill provides a structured way to define and document nodes (classes, interfaces, services) within the Graph-Driven Codebase (GDC) framework, ensuring consistency and clarity in your software design.
Core Features & Use Cases
- Node Schema Definition: Understand and utilize the complete YAML schema for defining nodes, including their properties, responsibilities, and dependencies.
- Language-Specific Examples: See practical examples for defining nodes in Go, TypeScript, and C#.
- Quick Templates: Quickly generate minimal specifications for interfaces and classes.
- Use Case: When designing a new service in a GDC project, use this Skill to create its YAML specification, detailing its methods, dependencies, and responsibilities before writing any code.
Quick Start
Use the gdc-node-spec skill to generate a minimal Go interface specification.