init_project
Initialize documentation for new projects from templates. Creates internal docs (PRD, Architecture) in the doc-repo and external docs like README when a project path is provided.
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) |