Scaffold a new product profile directory with template files for metadata, overview, positioning, roadmap, and technical specifications. Use when creating a new product profile, initializing product documentation, or bootstrapping a product directory. Triggered by: new product profile, scaffold product, create product directory, initialize product docs, product template.
Create a new product profile directory under /products/<slug>/ with all required template files. This is the entry point for the product profile workflow — run this first, then use the individual writing skills to flesh out each file.
Follow these steps when this skill is activated:
Parse the product slug
acme-analytics)Check for existing profile
/products/<slug>/ directoryCreate directory structure
products/<slug>/
├── product.yaml
├── overview.md
├── positioning.md
├── roadmap.md
├── technical.md
└── assets/
└── .gitkeep
Generate product.yaml
./references/product-yaml-template.yamlid with the slug and last_reviewed with today's dateGenerate markdown files
./references/file-templates.mdOutput summary
writing-product-metadata or writing-product-overviews)assets/ directory with .gitkeep for logos, diagrams, screenshots/products/ directory: Create profile alongside existing entries/products/ directory exists: Create it at the repository root