What problem does it solve?
It prevents teams from creating new Jig framework skills, specialists, agents, or packs with missing or invalid frontmatter, overlapping definitions, or artifacts that fail to load correctly.
Core Features & Use Cases
- Guided artifact creation via interview: Asks targeted questions to determine intent before scaffolding any new artifact.
- Correct routing by artifact type: Chooses the appropriate schema target (skill vs specialist vs agent vs config concern) based on the user’s answers.
- Overlap prevention and load verification: Instructs users to search for existing coverage and validate discovery/loading after scaffolding.
- Schema-first scaffolding: Generates the expected frontmatter and body structure to conform to the framework guidelines and tier rules.
Quick Start
Use extend when you want to add a brand-new capability to your engineering workflow without breaking discovery by creating a correctly structured artifact from scratch.