What problem does it solve?
This skill simplifies the process of adding new concepts, entities, or domain terms to a plain spec file, ensuring they are correctly formatted and validated.
Core Features & Use Cases
- Concept Definition: Add a new concept with camelCase naming and detailed descriptions.
- Syntax Validation: Check the concept name against plain syntax rules.
- Uniqueness Check: Ensure the concept name is not already defined in the file or imports.
- Reference Check: Validate that any referenced concepts are already defined.
- Circular Reference Detection: Prevent circular definitions in the spec.
- Insertion Automation: Automatically place the concept in the correct position within the file.
- File Reading: Re-read the file after insertion to confirm correct placement and syntax.
Quick Start
Use the `add-concept skill to define a new concept in your spec file, e.g., 'add-concept :NewConceptName: is a description of the concept.'