Dimension Page Creation
Create a page representing a dimension (axis of variation) in the design space.
Tool
CC file write + vault_add_edge + vault_index
Protocol
- Search vault to confirm dimension doesn't already exist
- Write
concepts/<dimension-slug>.mdwith frontmatter (tags: [dimension]) - Body: definition, axis values (discrete or continuous range), examples of work at each value
- Add edges: component_of (dimension → parent domain concept)
- Inline wikilinks: For each edge created, ensure the dimension page body contains
[[dir/slug]]pointing to the target (dir/slug = target path minus.md). Place inline at semantically relevant location. Skip if already present. - Call vault_index (incremental)
HARD-GATE
Yield
Returns: { path: string, values: string[], edges_added: number }