What problem does it solve?
This skill solves the problem of maintaining a synchronized, traversable specification graph that keeps AI agents aligned with the actual intent and structure of a codebase, preventing the drift that occurs when documentation and code diverge.
Core Features & Use Cases
- Fact Reconciliation: Automatically reconciles facts across disparate sources like code, documents, and conversations to ensure the spec graph remains the single source of truth.
- Structured Authoring: Provides a rigorous schema for nodes and edges, ensuring that every feature, data model, and business rule is explicitly defined and connected.
- Use Case: When a developer updates a feature, use this skill to ingest the code changes, reconcile them against existing documentation, and update the graph.yaml to reflect the new dependencies and business rules.
Quick Start
Use the traverspec-write skill to ingest the current code changes and update the spec graph with the new feature definitions.