What problem does it solve? Setting up a new operational domain (client, project, or role) in the Exocortex memory system requires consistent directory structure, valid frontmatter, and registry updates; doing this manually leads to placeholder residue, missing SCHEMA fields, and silent alias-resolution failures. ## Core Features & Use Cases - Lazy Core-6 Scaffolding: Materializes only _meta/, context/, knowledge/, decisions/, episodes/, and raw/ from the _template/ directory, leaving all other nature directories to be created on first write. - Placeholder Replacement & Validation: Substitutes all {{DOMAIN_NAME}}, {{DOMAIN_DESCRIPTION}}, and {{CREATED_DATE}} tokens, fills _meta/SCHEMA.md with Schema v0.2 frontmatter, and gates creation on the validate_frontmatter.py check passing. - System Registration: Updates shared/groups.md with the new slug under the correct type alias, initializes _meta/log.md, and records the creation in MEMORY.md. - Use Case: When an executive says "create a new microverso for our consulting engagement with Client XPTO", the Skill collects the slug, type, and description, then provisions a validated domain ready for use by excrtx-memory-manager. ## Quick Start Ask the assistant to create a new microverso for a client or project, providing a human-readable name, a kebab-case slug, a type (client, project, domain, or role), and a one-line description.