init_project
Initialize a new project directory with standardized documentation files including contract, dashboard, backlog, roadmap, status, and decisions templates to establish proper project structure.
Instructions
Initializes the .project/ directory with all standard files following strict templates. Creates index.md (contract), TODO.md (dashboard), BACKLOG.md (prioritized work queue), ROADMAP.md, STATUS.md, DECISIONS.md, and todos/ directory. Use this to bootstrap a new project with proper structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the project. Used in headers and metadata. | |
| project_description | No | Brief description of the project. | |
| overwrite | No | If true, overwrites existing files. Default: false (skip existing). |