manage_project_file
Automatically creates or updates project documentation files (index.md, ROADMAP.md, TODO.md, STATUS.md, DECISIONS.md) based on development context and content analysis.
Instructions
Smart tool that automatically determines which project file to create or update based on context. Use this when making changes to the project - it will check project state and determine if index.md, ROADMAP.md, TODO.md, STATUS.md, or DECISIONS.md should be created/updated. This is the primary tool for managing project documentation during development.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action being performed: "planning" (creates/updates ROADMAP), "task" (creates/updates TODO), "status_change" (creates/updates STATUS), "decision" (creates/updates DECISIONS), "contract" (creates/updates index), "auto" (automatically determines based on content). | |
| content | Yes | The content to add or update. For "auto" mode, describe what you're doing and the tool will determine the appropriate file. | |
| fileType | No | Optional: Force a specific file type. If not provided and action is "auto", the tool will determine automatically. |