init_project
Initialize project documentation from Alcove templates. Creates internal docs (PRD, Architecture) and optional external files (README, CHANGELOG) to structure new projects.
Instructions
Initialize documentation for a new project from alcove templates. Creates internal docs (PRD, Architecture, etc.) in the alcove doc-repo. When project_path is provided, also creates external docs (README, CHANGELOG, QUICKSTART) in the project repository. Use the 'files' parameter to create only specific documents. Without 'files', creates all missing internal required docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Specific files to create (e.g. ["PRD.md", "ARCHITECTURE.md"]). If omitted, creates all Tier 1 docs. | |
| overwrite | No | Overwrite existing files (default: false) | |
| project_name | Yes | Name of the project to initialize docs for | |
| project_path | No | Absolute path to the project repository (for creating external docs like README) |