create_project
Initiate and organize new projects with Git-trackable structure, enabling efficient task management, collaboration, and progress tracking in your development workflow.
Instructions
Launch new projects with structured organization and detailed documentation. Establishes a solid foundation for task management with Git-trackable project data, enabling seamless collaboration and progress tracking across your development workflow.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | A detailed description of the project | |
name | Yes | The name of the new project | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |