mm_create_feature
[DEPRECATED — use mm_create with entity=feature] Create a new feature to group related specs. Features are stored in .mm/features/{id}/feature.json
At a Glance
Section titled “At a Glance”- Category: Entity Creation
- Source: Built-in
- Required parameters: 2
- Total parameters: 5
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
id | string | No | Feature slug (auto-generated from name if not provided) |
name | string | Yes | Display name for the feature |
description | string | No | Feature description |
priority | string (enum: high, medium, low) | No | Priority level |
Example
Section titled “Example”{ "tool": "mm_create_feature", "arguments": { "project_path": "/Users/you/projects/my-app", "id": "my-example", "name": "My Example", "description": "A brief description of the item" }}Related Tools
Section titled “Related Tools”mm_create_spec- [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…mm_add_task- [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…mm_update_task- [DEPRECATED — use mm_update with entity=task] Update a task’s status in imple…mm_link_spec- [DEPRECATED — use mm_link with entity=spec] Link an existing spec to a featur…mm_create_issue- [DEPRECATED — use mm_create with entity=issue] Create a new issue for trackin…