init_project
Initialize project structure with standard documentation files including contract, dashboard, backlog, roadmap, and decision logs to establish organized project foundations.
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). |