Skip to content
K

mm_create_spec

[DEPRECATED — use mm_create with entity=spec] Create a new spec with proper structure. Creates spec.md and implementation.md. Optionally links to a feature.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 2
  • Total parameters: 4
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
namestringYesSpec name (e.g., ‘Prompt System’)
feature_idstringNoFeature ID to link this spec to (optional)
descriptionstringNoDescription for spec.md
{
"tool": "mm_create_spec",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"name": "My Example",
"feature_id": "my-example",
"description": "A brief description of the item"
}
}
  • mm_create_feature - [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…
  • 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…