What problem does it solve?
Interactively scaffold a new asset type under meta/asset_types/, grounded in project/description.md. Creates a specification.md stub patterned on the built-in asset types. Use during project setup when a custom asset kind is needed; accept "none for now" to skip.
Core Features & Use Cases
- Scaffolds a new asset type directory under meta/asset_types/<slug>/ and creates a specification.md stub that mirrors existing built-ins.
- Seeds the asset-type workflow by outlining the required producer, verificator, and consumer roles, and the intended folder structure.
- Use Case: A project needs a custom asset type like "report" or "experiment-log" beyond the six built-ins; this skill generates the initial spec so future
/self-improvement steps can flesh out details.
Quick Start
Provide the asset type slug and let the skill generate meta/asset_types/<slug>/specification.md as a starting stub.