scaffold_project
Scaffold a new project folder with a README.md template and optional style guide and architecture documents to standardize project initialization.
Instructions
Create folder structure for a new project in projects/specs/{project_key}/ with README.md template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key/identifier (lowercase, hyphenated, e.g., 'my-new-project') | |
| project_name | Yes | Human-readable project name | |
| project_type | Yes | Project type (e.g., 'SaaS Web Application', 'CLI Tool', 'Component Library') | |
| tagline | No | One-sentence tagline capturing the value | |
| include_style_guide | No | Include a style-guide.md template | |
| include_architecture | No | Include an architecture.md template |